summaryrefslogtreecommitdiff
path: root/Zend/tests/objects_022.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/objects_022.phpt')
-rw-r--r--Zend/tests/objects_022.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/objects_022.phpt b/Zend/tests/objects_022.phpt
index 01f961bae1..5f537feaf4 100644
--- a/Zend/tests/objects_022.phpt
+++ b/Zend/tests/objects_022.phpt
@@ -25,7 +25,7 @@ $foo = new foo;
$foo->testFoo(new foo);
$foo->testBar(new bar);
$foo->testBaz(new baz);
-$foo->testFoo(new stdClass); // Catchable fatal error
+$foo->testFoo(new stdClass); // Recoverable fatal error
?>
--EXPECTF--