You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running PHP code, we must not handle `UnwindExit` exceptions, but
rather have to ignore them.
cmb69
changed the title
Bug in phpdbg8.3 - die/exit in exception handler reports Fatal Error
phpdbg: exit in exception handler reports fatal error
Oct 2, 2024
cmb69
linked a pull request
Oct 2, 2024
that will
close
this issue
Description
The following code:
...when executed with
phpdbg8.3 -qrrb ohnoes.php
resulted in this output:But I expected this output instead:
... which would be the same as
php8.3 ohnoes.php
results in:PHP Version
PHP 8.3.12
Operating System
WSL2
The text was updated successfully, but these errors were encountered: