1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 12:42:29 +02:00

printing test

This commit is contained in:
krakjoe
2013-12-05 12:27:47 +00:00
parent 6fc2ed61c4
commit 39d74a2edc

View File

@@ -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