Commit:    e4e764c1e6f02375100a1f2a2725a9cd41c0ecf6
Author:    krakjoe <joe.watk...@live.co.uk>         Thu, 5 Dec 2013 12:29:17 
+0000
Parents:   39d74a2edc72022b41fa25c169efac456b40fa92
Branches:  PHP-5.6

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=e4e764c1e6f02375100a1f2a2725a9cd41c0ecf6

Log:
...

Changed paths:
  M  tests/commands/0102_print.test


Diff:
diff --git a/tests/commands/0102_print.test b/tests/commands/0102_print.test
index f6b78e7..6b19680 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


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to