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, 0 insertions, 1 deletions
diff --git a/Zend/tests/call_static.phpt b/Zend/tests/call_static.phpt
index c37bc72230..355a1570f3 100644
--- a/Zend/tests/call_static.phpt
+++ b/Zend/tests/call_static.phpt
@@ -13,7 +13,6 @@ 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