From e4e764c1e6f02375100a1f2a2725a9cd41c0ecf6 Mon Sep 17 00:00:00 2001 From: krakjoe Date: Thu, 5 Dec 2013 12:29:17 +0000 Subject: [PATCH] ... --- tests/commands/0102_print.test | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/commands/0102_print.test b/tests/commands/0102_print.test index f6b78e74a3..6b19680361 100644 --- a/tests/commands/0102_print.test +++ b/tests/commands/0102_print.test @@ -15,8 +15,12 @@ # ZEND_RETURN # test::testProtectedMethod() # ZEND_RETURN +# User Method testMethod +# test::testMethod() +# ZEND_RETURN ################################################# exec sapi/phpdbg/tests/code/class.php compile print class test +print method test::testMethod q -- 2.50.1