3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = [1,2,3,4,5,6,7,8,9,10,11,12]; $ct = 0; $out = array_map(function($v, $y) use (&$ct){ return [$v[$ct++], $y[$ct++]]; }, $x, $x); print_r($out);
Output for git.master, git.master_jit
Warning: Trying to access array offset on value of type int in /in/Q9KIL on line 7 Warning: Trying to access array offset on value of type int in /in/Q9KIL on line 7 Warning: Trying to access array offset on value of type int in /in/Q9KIL on line 7 Warning: Trying to access array offset on value of type int in /in/Q9KIL on line 7 Warning: Trying to access array offset on value of type int in /in/Q9KIL on line 7 Warning: Trying to access array offset on value of type int in /in/Q9KIL on line 7 Warning: Trying to access array offset on value of type int in /in/Q9KIL on line 7 Warning: Trying to access array offset on value of type int in /in/Q9KIL on line 7 Warning: Trying to access array offset on value of type int in /in/Q9KIL on line 7 Warning: Trying to access array offset on value of type int in /in/Q9KIL on line 7 Warning: Trying to access array offset on value of type int in /in/Q9KIL on line 7 Warning: Trying to access array offset on value of type int in /in/Q9KIL on line 7 Warning: Trying to access array offset on value of type int in /in/Q9KIL on line 7 Warning: Trying to access array offset on value of type int in /in/Q9KIL on line 7 Warning: Trying to access array offset on value of type int in /in/Q9KIL on line 7 Warning: Trying to access array offset on value of type int in /in/Q9KIL on line 7 Warning: Trying to access array offset on value of type int in /in/Q9KIL on line 7 Warning: Trying to access array offset on value of type int in /in/Q9KIL on line 7 Warning: Trying to access array offset on value of type int in /in/Q9KIL on line 7 Warning: Trying to access array offset on value of type int in /in/Q9KIL on line 7 Warning: Trying to access array offset on value of type int in /in/Q9KIL on line 7 Warning: Trying to access array offset on value of type int in /in/Q9KIL on line 7 Warning: Trying to access array offset on value of type int in /in/Q9KIL on line 7 Warning: Trying to access array offset on value of type int in /in/Q9KIL on line 7 Array ( [0] => Array ( [0] => [1] => ) [1] => Array ( [0] => [1] => ) [2] => Array ( [0] => [1] => ) [3] => Array ( [0] => [1] => ) [4] => Array ( [0] => [1] => ) [5] => Array ( [0] => [1] => ) [6] => Array ( [0] => [1] => ) [7] => Array ( [0] => [1] => ) [8] => Array ( [0] => [1] => ) [9] => Array ( [0] => [1] => ) [10] => Array ( [0] => [1] => ) [11] => Array ( [0] => [1] => ) )
Output for rfc.property-hooks
Warning: Trying to access array offset on int in /in/Q9KIL on line 7 Warning: Trying to access array offset on int in /in/Q9KIL on line 7 Warning: Trying to access array offset on int in /in/Q9KIL on line 7 Warning: Trying to access array offset on int in /in/Q9KIL on line 7 Warning: Trying to access array offset on int in /in/Q9KIL on line 7 Warning: Trying to access array offset on int in /in/Q9KIL on line 7 Warning: Trying to access array offset on int in /in/Q9KIL on line 7 Warning: Trying to access array offset on int in /in/Q9KIL on line 7 Warning: Trying to access array offset on int in /in/Q9KIL on line 7 Warning: Trying to access array offset on int in /in/Q9KIL on line 7 Warning: Trying to access array offset on int in /in/Q9KIL on line 7 Warning: Trying to access array offset on int in /in/Q9KIL on line 7 Warning: Trying to access array offset on int in /in/Q9KIL on line 7 Warning: Trying to access array offset on int in /in/Q9KIL on line 7 Warning: Trying to access array offset on int in /in/Q9KIL on line 7 Warning: Trying to access array offset on int in /in/Q9KIL on line 7 Warning: Trying to access array offset on int in /in/Q9KIL on line 7 Warning: Trying to access array offset on int in /in/Q9KIL on line 7 Warning: Trying to access array offset on int in /in/Q9KIL on line 7 Warning: Trying to access array offset on int in /in/Q9KIL on line 7 Warning: Trying to access array offset on int in /in/Q9KIL on line 7 Warning: Trying to access array offset on int in /in/Q9KIL on line 7 Warning: Trying to access array offset on int in /in/Q9KIL on line 7 Warning: Trying to access array offset on int in /in/Q9KIL on line 7 Array ( [0] => Array ( [0] => [1] => ) [1] => Array ( [0] => [1] => ) [2] => Array ( [0] => [1] => ) [3] => Array ( [0] => [1] => ) [4] => Array ( [0] => [1] => ) [5] => Array ( [0] => [1] => ) [6] => Array ( [0] => [1] => ) [7] => Array ( [0] => [1] => ) [8] => Array ( [0] => [1] => ) [9] => Array ( [0] => [1] => ) [10] => Array ( [0] => [1] => ) [11] => Array ( [0] => [1] => ) )

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:
74.52 ms | 408 KiB | 8 Q