3v4l.org

run code in 300+ PHP versions simultaneously
<?php spl_autoload_register(function ($nombre) { echo "Intentando cargar $nombre.\n"; throw new Exception("Imposible cargar $nombre."); }); try { $obj = new ClaseNoCargable(); } catch (Exception $e) { echo $e->getMessage(), "\n"; }

preferences:
43.84 ms | 402 KiB | 5 Q