3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test($data) { echo $data; } set_error_handler(function () { return true; }); for ($i=1; $i<1e4; $i++) { test(123); }

preferences:
32.31 ms | 402 KiB | 5 Q