summaryrefslogtreecommitdiff
path: root/Zend/tests/exception_020.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/exception_020.phpt')
-rw-r--r--Zend/tests/exception_020.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/exception_020.phpt b/Zend/tests/exception_020.phpt
index 3135ef3633..680a1a0d1a 100644
--- a/Zend/tests/exception_020.phpt
+++ b/Zend/tests/exception_020.phpt
@@ -8,7 +8,7 @@ throw new MyErrorException(new stdClass);
?>
--EXPECTF--
-Fatal error: Uncaught TypeError: ErrorException::__construct(): Argument #1 ($message) must be of type string, object given in %s:%d
+Fatal error: Uncaught TypeError: ErrorException::__construct(): Argument #1 ($message) must be of type string, stdClass given in %s:%d
Stack trace:
#0 %sexception_020.php(%d): ErrorException->__construct(Object(stdClass))
#1 {main}