mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
19 lines
483 B
Text
19 lines
483 B
Text
#################################################
|
|
# name: info
|
|
# purpose: test info commands
|
|
# expect: TEST::FORMAT
|
|
# options: -rr
|
|
#################################################
|
|
#[User Classes (%d)]
|
|
#User Class test (3)
|
|
#|---- in phpdbginit code on line %d
|
|
#################################################
|
|
<:
|
|
class test {
|
|
public function testMethod(){}
|
|
private function testPrivateMethod(){}
|
|
protected function testProtectedMethod(){}
|
|
}
|
|
:>
|
|
info classes
|
|
q
|