3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { @unlink('/var/does/not/exist'); echo '\ErrorException not thrown'; } catch (ErrorException $e) { echo '\ErrorException thrown'; }

preferences:
50.73 ms | 402 KiB | 5 Q