summaryrefslogtreecommitdiff
path: root/Zend/tests/call_static.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/call_static.phpt')
-rw-r--r--Zend/tests/call_static.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/tests/call_static.phpt b/Zend/tests/call_static.phpt
index 4debb412dc..80aec15f45 100644
--- a/Zend/tests/call_static.phpt
+++ b/Zend/tests/call_static.phpt
@@ -13,6 +13,7 @@ class Test
call_user_func("Test::Two", 'A', 'B');
call_user_func(array("Test", "Three"), NULL, 0, false);
Test::Four(5, 6, 7, 8);
+?>
--EXPECT--
Two() called with 2 arguments
Three() called with 3 arguments