3v4l.org

run code in 300+ PHP versions simultaneously
<?php function staticSurprise() { static $v = 'Before'; echo $v; return; static $v = eval($v); } staticSurprise();
Output for 5.4.0 - 5.4.24
Parse error: syntax error, unexpected 'eval' (T_EVAL) in /in/osGN3 on line 10
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_EVAL in /in/osGN3 on line 10
Process exited with code 255.

preferences:
184.34 ms | 1398 KiB | 62 Q