3v4l.org

run code in 300+ PHP versions simultaneously
<?php function length(string $str): int { return 0; } $data = ['hello', 'world']; usort($data, 'length'); // works usort($data, 'strlen'); // does not work

preferences:
45.24 ms | 402 KiB | 5 Q