3v4l.org

run code in 300+ PHP versions simultaneously
<?php $abc = '{"id":"375","name":"Nilesh Y","email":"nilesh.yadav@test.co.in","mobile":"9076330330","tracking_number":null,"home_tagged_address_id":null,"office_tagged_address_id":null,"time":1427254525,"logged_in":true,"method":true,"error":null,"home_address":null,"office_address":null}'; $a = json_decode($abc,true,JSON_BIGINT_AS_STRING); var_dump($a);
Output for git.master, git.master_jit, rfc.property-hooks
array(13) { ["id"]=> string(3) "375" ["name"]=> string(8) "Nilesh Y" ["email"]=> string(23) "nilesh.yadav@test.co.in" ["mobile"]=> string(10) "9076330330" ["tracking_number"]=> NULL ["home_tagged_address_id"]=> NULL ["office_tagged_address_id"]=> NULL ["time"]=> int(1427254525) ["logged_in"]=> bool(true) ["method"]=> bool(true) ["error"]=> NULL ["home_address"]=> NULL ["office_address"]=> NULL }

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:
27.84 ms | 406 KiB | 5 Q