3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array_fill(0, 20, true); var_dump($a);
Output for git.master, git.master_jit, rfc.property-hooks
array(20) { [0]=> bool(true) [1]=> bool(true) [2]=> bool(true) [3]=> bool(true) [4]=> bool(true) [5]=> bool(true) [6]=> bool(true) [7]=> bool(true) [8]=> bool(true) [9]=> bool(true) [10]=> bool(true) [11]=> bool(true) [12]=> bool(true) [13]=> bool(true) [14]=> bool(true) [15]=> bool(true) [16]=> bool(true) [17]=> bool(true) [18]=> bool(true) [19]=> bool(true) }

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