3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a=array('0.txt','1.txt','2.txt','3.txt'); $n=(int)current(explode('.',end($a))); $a[]=($n+1).'.txt'; print_r($a); $n=(int)current(explode('.',end($a))); $a[]=($n+1).'.txt'; print_r($a); $n=(int)current(explode('.',end($a))); $a[]=($n+1).'.txt'; print_r($a); $a[]=count($a).'.txt'; ?>
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => 0.txt [1] => 1.txt [2] => 2.txt [3] => 3.txt [4] => 4.txt ) Array ( [0] => 0.txt [1] => 1.txt [2] => 2.txt [3] => 3.txt [4] => 4.txt [5] => 5.txt ) Array ( [0] => 0.txt [1] => 1.txt [2] => 2.txt [3] => 3.txt [4] => 4.txt [5] => 5.txt [6] => 6.txt )

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:
43.35 ms | 402 KiB | 8 Q