Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit 0a612e9

Browse files
Merge branch '2.8' into 3.4
* 2.8: CS fix [Debug] fix compat with PHP 7.3
2 parents b70cfaa + 087890e commit 0a612e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/phpt/decorate_exception_hander.phpt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Test catching fatal errors when handlers are nested
3+
--INI--
4+
display_errors=0
35
--FILE--
46
<?php
57

@@ -24,7 +26,6 @@ if (true) {
2426

2527
?>
2628
--EXPECTF--
27-
Fatal error: Class 'Symfony\Component\Debug\missing' not found in %s on line %d
2829
object(Symfony\Component\Debug\Exception\ClassNotFoundException)#%d (8) {
2930
["message":protected]=>
3031
string(131) "Attempted to load class "missing" from namespace "Symfony\Component\Debug".

0 commit comments

Comments
 (0)