3v4l.org

run code in 300+ PHP versions simultaneously
<?php $team_array = array( array(68, 6, 0, 10, "1.000"), array(72, 6, 0, 10, "1.000"), array(65, 6, 0, 8, "1.000"), array(62, 6, 0, 4, "1.000"), array(54, 3, 3, 3, ".500"), array(55, 3, 3, -5, ".500"), array(59, 0, 6, -16, ".000") ); $result = array(); for($i=0; $i<4; $i++) { $result[] = $team_array[$i][0]; } print_r($result);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => 68 [1] => 72 [2] => 65 [3] => 62 )

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:
55.74 ms | 401 KiB | 8 Q