Browse Source

printing test

pull/550/head
krakjoe 13 years ago
parent
commit
39d74a2edc
  1. 22
      tests/commands/0102_print.test

22
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
Loading…
Cancel
Save