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, 1 insertions, 0 deletions
diff --git a/Zend/tests/methods-on-non-objects-catch.phpt b/Zend/tests/methods-on-non-objects-catch.phpt
index a52d3a722a..083ae75e49 100644
--- a/Zend/tests/methods-on-non-objects-catch.phpt
+++ b/Zend/tests/methods-on-non-objects-catch.phpt
@@ -15,6 +15,7 @@ try {
echo "Alive\n";
?>
--EXPECTF--
+
int(0)
string(%d) "Call to a member function method() on null"
Alive