summaryrefslogtreecommitdiff
path: root/Zend/tests/call_static_002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/call_static_002.phpt')
-rw-r--r--Zend/tests/call_static_002.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/call_static_002.phpt b/Zend/tests/call_static_002.phpt
index 9604bf5b9f..ac30636ded 100644
--- a/Zend/tests/call_static_002.phpt
+++ b/Zend/tests/call_static_002.phpt
@@ -19,7 +19,7 @@ call_user_func(array($a, 'aAa'));
call_user_func(array('Foo', 'aAa'));
?>
---EXPECTF--
+--EXPECT--
nonstatic
string(3) "aAa"
static