summaryrefslogtreecommitdiff
path: root/Zend/tests/throw/001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/throw/001.phpt')
-rw-r--r--Zend/tests/throw/001.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/throw/001.phpt b/Zend/tests/throw/001.phpt
index deb8743ab5..ba2406c6d3 100644
--- a/Zend/tests/throw/001.phpt
+++ b/Zend/tests/throw/001.phpt
@@ -167,7 +167,7 @@ string(3) "bar"
string(11) "exception 1"
bool(true)
string(20) "false ? true : throw"
-string(39) "Unsupported operand types: object + int"
+string(42) "Unsupported operand types: Exception + int"
string(35) "throw $exception = new Exception();"
string(37) "throw $exception ??= new Exception();"
string(30) "throw null ?? new Exception();"