3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { // This doesn't exist $contents = file_get_contents('http://mal.formed.url/no-file.txt'); } catch (Exception $ex) { // This prints, but only after an E_WARNING message echo "exception! ". $ex->getMessage(); }

preferences:
39.24 ms | 402 KiB | 5 Q