3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ends get_defined_functions()['internal']; usort($ends, function($x, $y) { return strcasecmp($x[strlen($x)-1], $y[strlen($y)-1]); }); var_dump($ends);
Output for 5.4.0 - 5.4.29
Parse error: syntax error, unexpected 'get_defined_functions' (T_STRING) in /in/gVZpj on line 2
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_STRING in /in/gVZpj on line 2
Process exited with code 255.

preferences:
205.22 ms | 1399 KiB | 66 Q