<?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);
You have javascript disabled. You will not be able to edit any code.