3v4l.org

run code in 300+ PHP versions simultaneously
<?php function c(array $c){ echo "Call to c\n"; return count($c); } $n = range(1,20); for($i=0; $i < $count=c($n); $i++){ echo $n[$i]; }
Output for git.master, git.master_jit, rfc.property-hooks
Call to c 1Call to c 2Call to c 3Call to c 4Call to c 5Call to c 6Call to c 7Call to c 8Call to c 9Call to c 10Call to c 11Call to c 12Call to c 13Call to c 14Call to c 15Call to c 16Call to c 17Call to c 18Call to c 19Call to c 20Call to c

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