3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(json_decode('{"action":"updated","event":"updated","timestamp":"2014-11-03T08:35:04Z","inquiry":{"id":1468682,"url":"https:\/\/www.roomorama.com\/host\/inquiries\/1468682","uri":"https:\/\/api.roomorama.com\/v1.0\/host\/inquiries\/1468682","state":"guest_to_pay","type":"express","flow":"express_booking","check_in":"2014-11-03","check_out":"2014-11-07","num_guests":2,"base_rental":200,"tax":0,"processing_fee":0,"extra_guests_surcharge":0,"subtotal":200,"total":200,"roomorama_fee":30,"currency_code":"EUR","currency_symbol":"\u20ac","created_at":"2014-11-03T08:35:01Z","updated_at":"2014-11-03T08:35:01Z","room":{"id":73200,"internal_id":"Double room","url":"https:\/\/www.roomorama.com\/rooms\/73200","uri":"https:\/\/api.roomorama.com\/v1.0\/host\/rooms\/73200"},"user":{"id":596852,"display":"tourismidea_181","url":"https:\/\/www.roomorama.com\/users\/596852","uri":"https:\/\/api.roomorama.com\/v1.0\/users\/596852"},"host":{"id":234652,"display":"Abbington_House","url":"https:\/\/www.roomorama.com\/users\/Abbington_House","uri":"https:\/\/api.roomorama.com\/v1.0\/users\/234652"}}}'));
Output for git.master, git.master_jit, rfc.property-hooks
object(stdClass)#1 (4) { ["action"]=> string(7) "updated" ["event"]=> string(7) "updated" ["timestamp"]=> string(20) "2014-11-03T08:35:04Z" ["inquiry"]=> object(stdClass)#2 (23) { ["id"]=> int(1468682) ["url"]=> string(48) "https://www.roomorama.com/host/inquiries/1468682" ["uri"]=> string(53) "https://api.roomorama.com/v1.0/host/inquiries/1468682" ["state"]=> string(12) "guest_to_pay" ["type"]=> string(7) "express" ["flow"]=> string(15) "express_booking" ["check_in"]=> string(10) "2014-11-03" ["check_out"]=> string(10) "2014-11-07" ["num_guests"]=> int(2) ["base_rental"]=> int(200) ["tax"]=> int(0) ["processing_fee"]=> int(0) ["extra_guests_surcharge"]=> int(0) ["subtotal"]=> int(200) ["total"]=> int(200) ["roomorama_fee"]=> int(30) ["currency_code"]=> string(3) "EUR" ["currency_symbol"]=> string(3) "€" ["created_at"]=> string(20) "2014-11-03T08:35:01Z" ["updated_at"]=> string(20) "2014-11-03T08:35:01Z" ["room"]=> object(stdClass)#3 (4) { ["id"]=> int(73200) ["internal_id"]=> string(11) "Double room" ["url"]=> string(37) "https://www.roomorama.com/rooms/73200" ["uri"]=> string(47) "https://api.roomorama.com/v1.0/host/rooms/73200" } ["user"]=> object(stdClass)#4 (4) { ["id"]=> int(596852) ["display"]=> string(15) "tourismidea_181" ["url"]=> string(38) "https://www.roomorama.com/users/596852" ["uri"]=> string(43) "https://api.roomorama.com/v1.0/users/596852" } ["host"]=> object(stdClass)#5 (4) { ["id"]=> int(234652) ["display"]=> string(15) "Abbington_House" ["url"]=> string(47) "https://www.roomorama.com/users/Abbington_House" ["uri"]=> string(43) "https://api.roomorama.com/v1.0/users/234652" } } }

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:
31.84 ms | 405 KiB | 8 Q