3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i = 65; $i <= 126; $i++) { If($i >90){ $k = floor($i/65); echo chr($k*65-26); } echo "".chr(($i%65)+65)."<br>\n"; } ?>
Output for git.master, git.master_jit, rfc.property-hooks
A<br> B<br> C<br> D<br> E<br> F<br> G<br> H<br> I<br> J<br> K<br> L<br> M<br> N<br> O<br> P<br> Q<br> R<br> S<br> T<br> U<br> V<br> W<br> X<br> Y<br> Z<br> '[<br> '\<br> ']<br> '^<br> '_<br> '`<br> 'a<br> 'b<br> 'c<br> 'd<br> 'e<br> 'f<br> 'g<br> 'h<br> 'i<br> 'j<br> 'k<br> 'l<br> 'm<br> 'n<br> 'o<br> 'p<br> 'q<br> 'r<br> 's<br> 't<br> 'u<br> 'v<br> 'w<br> 'x<br> 'y<br> 'z<br> '{<br> '|<br> '}<br> '~<br>

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.11 ms | 402 KiB | 8 Q