<?php try { $x = [ 2, 3, 0, 4]; usort($x, fn($a, $b) => $a/$b); } catch (\Throwable $e) { var_dump(serialize($e)); }
You have javascript disabled. You will not be able to edit any code.