3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i = 0; for ($j = 0; $j < 20; $j++) { $k = $i + 5; for ($i; $i < $k; $i++) { echo $i . "\t"; } echo "row\n\r"; }
Output for git.master, git.master_jit, rfc.property-hooks
0 1 2 3 4 row 5 6 7 8 9 row 10 11 12 13 14 row 15 16 17 18 19 row 20 21 22 23 24 row 25 26 27 28 29 row 30 31 32 33 34 row 35 36 37 38 39 row 40 41 42 43 44 row 45 46 47 48 49 row 50 51 52 53 54 row 55 56 57 58 59 row 60 61 62 63 64 row 65 66 67 68 69 row 70 71 72 73 74 row 75 76 77 78 79 row 80 81 82 83 84 row 85 86 87 88 89 row 90 91 92 93 94 row 95 96 97 98 99 row

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