3v4l.org

run code in 300+ PHP versions simultaneously
<?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 $k=>$v) { print $k." - ".$v; }
Output for git.master, git.master_jit, rfc.property-hooks
Italy - RomeLuxembourg - LuxembourgBelgium - BrusselsDenmark - CopenhagenFinland - HelsinkiFrance - ParisSlovakia - BratislavaSlovenia - LjubljanaGermany - BerlinGreece - AthensIreland - DublinNetherlands - AmsterdamPortugal - LisbonSpain - MadridSweden - StockholmUnited Kingdom - LondonCyprus - NicosiaLithuania - VilniusCzech Republic - PragueEstonia - TallinHungary - BudapestLatvia - RigaMalta - ValettaAustria - ViennaPoland - Warsaw

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