3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ ['name' => 'foo'], ]; usort($array, function ($a, $b) { return this_method_does_not_exist(); }); echo 'after calling usort:'.PHP_EOL.PHP_EOL; var_dump($array);

preferences:
25.04 ms | 405 KiB | 5 Q