3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr=[]; for($i=7;$i<=16; $i++) { $arr[] = "$i:00"; $arr[] = "$i:30"; } print_r($arr);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => 7:00 [1] => 7:30 [2] => 8:00 [3] => 8:30 [4] => 9:00 [5] => 9:30 [6] => 10:00 [7] => 10:30 [8] => 11:00 [9] => 11:30 [10] => 12:00 [11] => 12:30 [12] => 13:00 [13] => 13:30 [14] => 14:00 [15] => 14:30 [16] => 15:00 [17] => 15:30 [18] => 16:00 [19] => 16:30 )

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:
131.79 ms | 406 KiB | 5 Q