[Debug] fix compat with PHP 7.3

This commit is contained in:
Nicolas Grekas 2018-10-02 18:22:14 +02:00
parent 28841c4157
commit ab80f290fd

View File

@ -1,5 +1,7 @@
--TEST-- --TEST--
Test catching fatal errors when handlers are nested Test catching fatal errors when handlers are nested
--INI--
display_errors=0
--FILE-- --FILE--
<?php <?php
@ -24,7 +26,6 @@ if (true) {
?> ?>
--EXPECTF-- --EXPECTF--
Fatal error: Class 'Symfony\Component\Debug\missing' not found in %s on line %d
object(Symfony\Component\Debug\Exception\ClassNotFoundException)#%d (8) { object(Symfony\Component\Debug\Exception\ClassNotFoundException)#%d (8) {
["message":protected]=> ["message":protected]=>
string(131) "Attempted to load class "missing" from namespace "Symfony\Component\Debug". string(131) "Attempted to load class "missing" from namespace "Symfony\Component\Debug".