From 39d74a2edc72022b41fa25c169efac456b40fa92 Mon Sep 17 00:00:00 2001 From: krakjoe Date: Thu, 5 Dec 2013 12:27:47 +0000 Subject: [PATCH] printing test --- tests/commands/0102_print.test | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/commands/0102_print.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 -- 2.50.1