3v4l.org

run code in 300+ PHP versions simultaneously
<?php set_error_handler(function () { throw new Exception('sigh'); }); try{ $array['a'] += 2; var_dump($array); } catch(Throwable){ echo 'yes you can'; }

preferences:
41.88 ms | 1132 KiB | 5 Q