3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = ['a','b']; $y = array_map($x, function($x){ throw new \Exception(); }); var_dump($y);

preferences:
38.45 ms | 402 KiB | 5 Q