3v4l.org

run code in 300+ PHP versions simultaneously
<?php $numbers = range(1, 20); shuffle($numbers); foreach ($numbers as $number) { echo "$number "; }
Output for git.master
13 15 6 7 18 1 2 8 11 9 19 17 12 20 16 14 3 10 5 4
Output for git.master_jit
15 9 17 13 3 10 12 18 20 5 11 1 14 8 2 7 16 19 4 6
Output for rfc.property-hooks
16 17 18 5 9 1 10 7 6 8 2 13 11 19 15 12 3 14 20 4

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:
80.04 ms | 407 KiB | 5 Q