3v4l.org

run code in 300+ PHP versions simultaneously
<?php $numberOfinstances = 3; $i = 1; $arr = array(); while ($i <= $numberOfinstances) { $arr[] = '../../../toolbox'.$i.'/importer/tokens.CC.csv'; $i++; } print_r($arr);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => ../../../toolbox1/importer/tokens.CC.csv [1] => ../../../toolbox2/importer/tokens.CC.csv [2] => ../../../toolbox3/importer/tokens.CC.csv )

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:
104.92 ms | 1440 KiB | 4 Q