php-src/sapi/phpdbg/tests/commands/0101_info.test
2013-12-20 14:27:51 +01:00

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