3v4l.org

run code in 300+ PHP versions simultaneously
<?php $currentmonth = date('m');//good one $montharray=array('Jan', 'Feb', 'Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov', 'Dec'); $month = 0; for ($int=; $int<$currentmonth; $int++) { $mth=$montharray[$int-1]; echo $mth; }
Output for 5.3.0 - 5.3.24, 5.4.0 - 5.4.15
Parse error: syntax error, unexpected ';' in A2QMe on line 7
Process exited with code 255.
Output for 5.3.25
Parse error: syntax error, unexpected ';' in /in/UfoYQ on line 7
Process exited with code 255.

preferences:
185.01 ms | 1399 KiB | 49 Q