3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i = 65; $i <= 126; $i++) { If($i > 116){ echo "B" . chr($i-52)."<br>\n"; }ElseIf($i >90){ echo "A" . chr($i-26)."<br>\n"; }else{ echo chr($i)."<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> AA<br> AB<br> AC<br> AD<br> AE<br> AF<br> AG<br> AH<br> AI<br> AJ<br> AK<br> AL<br> AM<br> AN<br> AO<br> AP<br> AQ<br> AR<br> AS<br> AT<br> AU<br> AV<br> AW<br> AX<br> AY<br> AZ<br> BA<br> BB<br> BC<br> BD<br> BE<br> BF<br> BG<br> BH<br> BI<br> BJ<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:
63.6 ms | 402 KiB | 8 Q