3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A{ function __construct(){ throw new Exception(); } } try{ $a = new A(); }catch(Exception $e){ echo "caugth the error\n"; } var_dump(isset($a)); // $a is not even set

preferences:
71.56 ms | 1826 KiB | 5 Q