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:
22
tests/commands/0102_print.test
Normal file
22
tests/commands/0102_print.test
Normal 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
|
||||
Reference in New Issue
Block a user