3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i=10000; $as=[]; $time_a=microtime(true); for($z=0;$z<$i;$z++){ $as[] = [0,1,2,3,4,5,6,7,8,9]; } $a = array_merge(...$as); $time_a=microtime(true)-$time_a; print($time_a.' sec');
Output for git.master
0.0010709762573242 sec
Output for git.master_jit
0.00094103813171387 sec

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