3v4l.org

run code in 300+ PHP versions simultaneously
<?php functien miauw() { static $count = 1; return $count++; } for ($i = 0; $i <= 42; ++$i) { echo miauw(), PHP_EOL; }
Output for 5.4.0 - 5.4.28
Parse error: syntax error, unexpected 'miauw' (T_STRING) in /in/vcB8R on line 3
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_STRING in /in/vcB8R on line 3
Process exited with code 255.

preferences:
177.29 ms | 1395 KiB | 65 Q