3v4l.org

run code in 300+ PHP versions simultaneously
<?php function foo () { throw new Exception(); } try { array_map('foo', array(1)); } catch (Exception $e) { echo $e->getMessage(); }

preferences:
41.58 ms | 402 KiB | 5 Q