3v4l.org

run code in 300+ PHP versions simultaneously
<?php $v2_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 Pamela in Cologne today!', 'Start chatting with Pamela from Cologne now!', 'Pamela from Cologne is looking for new friends on meetOne!' ), 'img' => 'http://static.meetone.com/landing/adt/cities/de/koeln.jpg' ); $v2_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 Pamela aus Bayern kennenlernen.', 'Lerne noch heute Pamela aus Bayern kennen.', 'Pamela aus Bayern sucht neue Freunde auf meetOne!' ), 'img' => 'http://static.meetone.com/landing/adt/regions/de/bayern.jpg' ); print json_encode($v2_1) . PHP_EOL; print json_encode($v2_2);

preferences:
41.7 ms | 402 KiB | 5 Q