3v4l.org

run code in 300+ PHP versions simultaneously
<html> <body> <?php $ceu = array( "Italy"=>"Rome", "Luxembourg"=>"Luxembourg", "Belgium"=> "Brussels", "Denmark"=>"Copenhagen", "Finland"=>"Helsinki", "France" => "Paris", "Slovakia"=>"Bratislava", "Slovenia"=>"Ljubljana", "Germany" => "Berlin", "Greece" => "Athens", "Ireland"=>"Dublin", "Netherlands"=>"Amsterdam", "Portugal"=>"Lisbon", "Spain"=>"Madrid", "Sweden"=>"Stockholm", "United Kingdom"=>"London", "Cyprus"=>"Nicosia", "Lithuania"=>"Vilnius", "Czech Republic"=>"Prague", "Estonia"=>"Tallin", "Hungary"=>"Budapest", "Latvia"=>"Riga", "Malta"=>"Valetta", "Austria" => "Vienna", "Poland"=>"Warsaw") ; foreach($ceu as $x=>$y) { echo "The capital of".$x."is".$y; echo "<br>"; } ?> </body> </html>
Output for git.master, git.master_jit, rfc.property-hooks
<html> <body> The capital ofItalyisRome<br>The capital ofLuxembourgisLuxembourg<br>The capital ofBelgiumisBrussels<br>The capital ofDenmarkisCopenhagen<br>The capital ofFinlandisHelsinki<br>The capital ofFranceisParis<br>The capital ofSlovakiaisBratislava<br>The capital ofSloveniaisLjubljana<br>The capital ofGermanyisBerlin<br>The capital ofGreeceisAthens<br>The capital ofIrelandisDublin<br>The capital ofNetherlandsisAmsterdam<br>The capital ofPortugalisLisbon<br>The capital ofSpainisMadrid<br>The capital ofSwedenisStockholm<br>The capital ofUnited KingdomisLondon<br>The capital ofCyprusisNicosia<br>The capital ofLithuaniaisVilnius<br>The capital ofCzech RepublicisPrague<br>The capital ofEstoniaisTallin<br>The capital ofHungaryisBudapest<br>The capital ofLatviaisRiga<br>The capital ofMaltaisValetta<br>The capital ofAustriaisVienna<br>The capital ofPolandisWarsaw<br></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:
37.2 ms | 403 KiB | 8 Q