Browse Source

...

pull/550/head
krakjoe 13 years ago
parent
commit
e4e764c1e6
  1. 4
      tests/commands/0102_print.test

4
tests/commands/0102_print.test

@ -15,8 +15,12 @@
# ZEND_RETURN
# test::testProtectedMethod()
# ZEND_RETURN
# User Method testMethod
# test::testMethod()
# ZEND_RETURN
#################################################
exec sapi/phpdbg/tests/code/class.php
compile
print class test
print method test::testMethod
q
Loading…
Cancel
Save