3v4l.org

run code in 300+ PHP versions simultaneously
<?php class e { function __construct() { throw new Exception('test'); } } $e = FALSE; try { var_dump(eval('$e=new e();')); } catch (Exception $x) { } var_dump($e);

preferences:
36.78 ms | 402 KiB | 5 Q