3v4l.org

run code in 300+ PHP versions simultaneously
<?php $time = strtotime("first Monday of ".$monthname." ".$year); while($time <= strtotime("last Monday of ".$monthname." ".$year)) { echo date('jS',$time)." ".$monthname; $time += (7*24*60*60); //Advance One Week. } ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $monthname in /in/TiNlu on line 2 Warning: Undefined variable $year in /in/TiNlu on line 2 Warning: Undefined variable $monthname in /in/TiNlu on line 3 Warning: Undefined variable $year in /in/TiNlu on line 3 Warning: Undefined variable $monthname in /in/TiNlu on line 4 7th Warning: Undefined variable $monthname in /in/TiNlu on line 3 Warning: Undefined variable $year in /in/TiNlu on line 3 Warning: Undefined variable $monthname in /in/TiNlu on line 4 14th Warning: Undefined variable $monthname in /in/TiNlu on line 3 Warning: Undefined variable $year in /in/TiNlu on line 3 Warning: Undefined variable $monthname in /in/TiNlu on line 4 21st Warning: Undefined variable $monthname in /in/TiNlu on line 3 Warning: Undefined variable $year in /in/TiNlu on line 3 Warning: Undefined variable $monthname in /in/TiNlu on line 4 28th Warning: Undefined variable $monthname in /in/TiNlu on line 3 Warning: Undefined variable $year in /in/TiNlu on line 3

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
36.78 ms | 403 KiB | 8 Q