From: krakjoe Date: Thu, 5 Dec 2013 12:27:47 +0000 (+0000) Subject: printing test X-Git-Tag: php-5.6.0alpha1~110^2~29^2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39d74a2edc72022b41fa25c169efac456b40fa92;p=php printing test --- diff --git a/tests/commands/0102_print.test b/tests/commands/0102_print.test new file mode 100644 index 0000000000..f6b78e74a3 --- /dev/null +++ b/tests/commands/0102_print.test @@ -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