mirror of
https://github.com/php/php-src.git
synced 2026-04-20 22:41:20 +02:00
20 lines
483 B
Plaintext
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
|