3v4l.org

run code in 300+ PHP versions simultaneously
<?php $v1_1 = array( 'lang' => 'en', // based on client's browser user-agent 'location' => array( // based on client's IP 'countryCode' => 'DE', 'countryName' => 'Germany', 'regionName' => 'North-Rhine-Westphalia', 'cityName' => 'Cologne', ), 'headlines' => array( 'Meet new people in Cologne today!', 'Start meeting new people from Cologne now!', '30,271 people from Cologne are looking for new friends on meetOne!' ), 'img' => array('http://static.meetone.com/landing/adt/defaults/1.jpg','http://static.meetone.com/landing/adt/defaults/2.jpg','http://static.meetone.com/landing/adt/defaults/3.jpg') ); // General LPs // http://www.meetone.com/api/adtelligence/start/ $v1_2 = array( 'lang' => 'de', // based on client's browser user-agent 'location' => array( // based on client's IP 'countryCode' => 'DE', 'countryName' => 'Deutschland', 'regionName' => 'Bayern', 'cityName' => '', ), 'headlines' => array( 'Heute noch nette Leute aus Bayern kennenlernen.', 'Lerne noch heute neue Freunde aus Bayern kennen.', '44,321 Leute aus Bayern suchen neue Freunde auf meetOne!' ), 'img' => array('http://static.meetone.com/landing/adt/defaults/1.jpg','http://static.meetone.com/landing/adt/defaults/2.jpg','http://static.meetone.com/landing/adt/defaults/3.jpg') ); print json_encode($v1_1) . PHP_EOL; print json_encode($v1_2);
Output for git.master, git.master_jit, rfc.property-hooks
{"lang":"en","location":{"countryCode":"DE","countryName":"Germany","regionName":"North-Rhine-Westphalia","cityName":"Cologne"},"headlines":["Meet new people in Cologne today!","Start meeting new people from Cologne now!","30,271 people from Cologne are looking for new friends on meetOne!"],"img":["http:\/\/static.meetone.com\/landing\/adt\/defaults\/1.jpg","http:\/\/static.meetone.com\/landing\/adt\/defaults\/2.jpg","http:\/\/static.meetone.com\/landing\/adt\/defaults\/3.jpg"]} {"lang":"de","location":{"countryCode":"DE","countryName":"Deutschland","regionName":"Bayern","cityName":""},"headlines":["Heute noch nette Leute aus Bayern kennenlernen.","Lerne noch heute neue Freunde aus Bayern kennen.","44,321 Leute aus Bayern suchen neue Freunde auf meetOne!"],"img":["http:\/\/static.meetone.com\/landing\/adt\/defaults\/1.jpg","http:\/\/static.meetone.com\/landing\/adt\/defaults\/2.jpg","http:\/\/static.meetone.com\/landing\/adt\/defaults\/3.jpg"]}

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:
57.04 ms | 403 KiB | 8 Q