summaryrefslogtreecommitdiff
path: root/Zend/tests/bug39003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug39003.phpt')
-rw-r--r--Zend/tests/bug39003.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug39003.phpt b/Zend/tests/bug39003.phpt
index 80ed7c897f..f4f9e4d9b6 100644
--- a/Zend/tests/bug39003.phpt
+++ b/Zend/tests/bug39003.phpt
@@ -21,7 +21,7 @@ test($obj);
echo "Done\n";
?>
--EXPECTF--
-Fatal error: Uncaught TypeException: Argument 1 passed to test() must be an instance of OtherClassName, instance of ClassName given, called in %s on line %d and defined in %s:%d
+Fatal error: Uncaught TypeError: Argument 1 passed to test() must be an instance of OtherClassName, instance of ClassName given, called in %s on line %d and defined in %s:%d
Stack trace:
#0 %s(%d): test()
#1 {main}