3v4l.org

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

preferences:
175.71 ms | 1399 KiB | 49 Q