summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/tests/commands/0101_info.test
blob: 397a45c99275a8141f30b5f6c13401ca87f8a0f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#################################################
# 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