3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($i=1; $i<=9; $i++) { for($j=0; $j<=9; $j++) { $k = 15 - $i - $j; if($k<0 || $k>9) { continue; } echo $i.$j.$k . PHP_EOL; } }
Output for git.master, git.master_jit, rfc.property-hooks
159 168 177 186 195 249 258 267 276 285 294 339 348 357 366 375 384 393 429 438 447 456 465 474 483 492 519 528 537 546 555 564 573 582 591 609 618 627 636 645 654 663 672 681 690 708 717 726 735 744 753 762 771 780 807 816 825 834 843 852 861 870 906 915 924 933 942 951 960

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.45 ms | 401 KiB | 8 Q