1#################################################
2# name: info
3# purpose: test info commands
4# expect: TEST::FORMAT
5# options: -rr
6#################################################
7#[User Classes (%d)]
8#User Class test (3)
9#|---- in phpdbginit code on line %d
10#################################################
11<:
12class test {
13        public function testMethod(){}
14        private function testPrivateMethod(){}
15        protected function testProtectedMethod(){}
16}
17:>
18info classes
19q
20