- Output for 8.2.0 - 8.2.27, 8.3.0 - 8.3.15, 8.4.1 - 8.4.2
- Parse error: syntax error, unexpected variable "$e" in /in/FZYM8 on line 5
Process exited with code 255.
<?php
try{
throw new Exception('test');
}catch($e)
{
echo "seen";
die('never gonna give up');
}