3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "<pre>"; foreach ( range(900, 950, 1) as $art_id ) { // ob_start(); // do stuff // do a lot more stuff echo $art_id, PHP_EOL; // ob_get_clean(); }// show error } ?>
Output for git.master, git.master_jit, rfc.property-hooks
<pre>900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950

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:
38.67 ms | 401 KiB | 8 Q