################################################# # name: print # purpose: test print commands # expect: TEST::FORMAT # options: -rr ################################################# #[User Class: test] #Methods (3): #L%d-%d test::testMethod() %s # L%d %s ZEND_RETURN C%d # L%d-%d test::testPrivateMethod() %s # L%d %s ZEND_RETURN C%d # L%d-%d test::testProtectedMethod() %s # L%d %s ZEND_RETURN C%d #[User Method testMethod] # L%d-%d test::testMethod() %s # L%d %s ZEND_RETURN C%d ################################################# <: class test { public function testMethod(){} private function testPrivateMethod(){} protected function testProtectedMethod(){} } :> print class test print method test::testMethod q