1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 22:41:20 +02:00
Files
archived-php-src/sapi/phpdbg/tests/commands/0101_info.test
2013-12-20 14:27:51 +01:00

20 lines
483 B
Plaintext

#################################################
# 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