3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('test', function($input) { $output = $input; // do something here return $output; } $n = test(123);
Output for 5.4.0 - 5.4.27, 5.5.0 - 5.5.11
Parse error: syntax error, unexpected '$n' (T_VARIABLE) in /in/FO8jl on line 10
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_VARIABLE in /in/FO8jl on line 10
Process exited with code 255.

preferences:
196.01 ms | 1395 KiB | 76 Q