]> granicus.if.org Git - php/commitdiff
printing test
authorkrakjoe <joe.watkins@live.co.uk>
Thu, 5 Dec 2013 12:27:47 +0000 (12:27 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Thu, 5 Dec 2013 12:27:47 +0000 (12:27 +0000)
tests/commands/0102_print.test [new file with mode: 0644]

diff --git a/tests/commands/0102_print.test b/tests/commands/0102_print.test
new file mode 100644 (file)
index 0000000..f6b78e7
--- /dev/null
@@ -0,0 +1,22 @@
+#################################################
+# name: print
+# purpose: test print commands
+# expect: TEST::CISTRING
+# options: -rr
+#################################################
+# Set execution context
+# Attempting compilation
+# Success
+# User Class: test
+# Methods (3):
+#      test::testMethod()
+#              ZEND_RETURN
+#      test::testPrivateMethod()
+#              ZEND_RETURN
+#      test::testProtectedMethod()
+#              ZEND_RETURN
+#################################################
+exec sapi/phpdbg/tests/code/class.php
+compile
+print class test
+q