3v4l.org

run code in 300+ PHP versions simultaneously
<html> <head> <title>{PHP} - Hello World!</title> </head> <body> <h3><?php print "Meu primeiro pangaré." ?></h3> <p> <?php $moedas = 5; if($moedas > 4) { echo "Parabéns! Você comprou sua primeira montaria."; } ?> </p> </br> <span style="color:red;"> <?php echo "YAYYY" , "!!"; //CONCATENA AS STRINGS ?> <?php //* print "YAYYY" , "!!"; //ERRO ?> </span> </body> </html>
Output for git.master, git.master_jit, rfc.property-hooks
<html> <head> <title>{PHP} - Hello World!</title> </head> <body> <h3>Meu primeiro pangaré.</h3> <p> Parabéns! Você comprou sua primeira montaria. </p> </br> <span style="color:red;"> YAYYY!! </span> </body> </html>

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