0101_info.test 483 B

12345678910111213141516171819
  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. <:
  12. class test {
  13. public function testMethod(){}
  14. private function testPrivateMethod(){}
  15. protected function testProtectedMethod(){}
  16. }
  17. :>
  18. info classes
  19. q