summaryrefslogtreecommitdiff
path: root/Zend/tests/methods-on-non-objects.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/methods-on-non-objects.phpt')
-rw-r--r--Zend/tests/methods-on-non-objects.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/tests/methods-on-non-objects.phpt b/Zend/tests/methods-on-non-objects.phpt
index 13002c94a3..0fd93fcecc 100644
--- a/Zend/tests/methods-on-non-objects.phpt
+++ b/Zend/tests/methods-on-non-objects.phpt
@@ -8,7 +8,6 @@ $x->method();
echo "Should not get here!\n";
?>
--EXPECTF--
-
Fatal error: Uncaught Error: Call to a member function method() on null in %s:%d
Stack trace:
#0 {main}