summaryrefslogtreecommitdiff
path: root/Zend/tests/methods-on-non-objects-catch.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/methods-on-non-objects-catch.phpt')
-rw-r--r--Zend/tests/methods-on-non-objects-catch.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/tests/methods-on-non-objects-catch.phpt b/Zend/tests/methods-on-non-objects-catch.phpt
index 083ae75e49..a52d3a722a 100644
--- a/Zend/tests/methods-on-non-objects-catch.phpt
+++ b/Zend/tests/methods-on-non-objects-catch.phpt
@@ -15,7 +15,6 @@ try {
echo "Alive\n";
?>
--EXPECTF--
-
int(0)
string(%d) "Call to a member function method() on null"
Alive