3v4l.org

run code in 300+ PHP versions simultaneously
<?php function f($n) { echo date("j", mktime(1,1,1,1,$n%10); echo "\n"; } f(12); f(15); f(40); f(91);
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.30
Parse error: syntax error, unexpected ';' in /in/DCO7d on line 5
Process exited with code 255.

preferences:
196.8 ms | 1395 KiB | 67 Q