summaryrefslogtreecommitdiff
path: root/Zend/tests/not_002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/not_002.phpt')
-rw-r--r--Zend/tests/not_002.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/not_002.phpt b/Zend/tests/not_002.phpt
index 7e1dafeaab..e59049c2a2 100644
--- a/Zend/tests/not_002.phpt
+++ b/Zend/tests/not_002.phpt
@@ -8,7 +8,7 @@ $b = array(1,2);
try {
var_dump(~$b);
-} catch (EngineException $e) {
+} catch (Error $e) {
echo "\nException: " . $e->getMessage() . "\n";
}
@@ -20,7 +20,7 @@ echo "Done\n";
--EXPECTF--
Exception: Unsupported operand types
-Fatal error: Uncaught EngineException: Unsupported operand types in %s:%d
+Fatal error: Uncaught Error: Unsupported operand types in %s:%d
Stack trace:
#0 {main}
thrown in %s on line %d