3v4l.org

run code in 300+ PHP versions simultaneously
<?php $apiResponse = json_decode(<<<END { "status": { "version": "1.0.0", "code": 0, "msg": "SuccessWithResult", "total": 1, "page": 1, "pagesize": 10, "transactionID": "ba31a62303e76d49b2063e94e2972bc6" }, "property": [ { "identifier": { "Id": 34476108, "fips": "48201", "apn": "1288930010042", "attomId": 34476108 }, "lot": { "lotnum": "42", "lotsize1": 0.2735078, "lotsize2": 11914, "poolind": "YES" }, "area": { "blockNum": "1", "loctype": "VIEW - NONE", "countrysecsubd": "Harris", "countyuse1": "1001 ", "muncode": "HA", "munname": "HARRIS", "subdname": "BLACKHORSE RANCH SOUTH SEC 6", "taxcodearea": "40", "legal1": "BLACK HORSE RANCE LOT 14 BLOCK 12 USA" } } ] } END ); echo $apiResponse->property[0]->area->legal1;
Output for git.master_jit, git.master, rfc.property-hooks
BLACK HORSE RANCE LOT 14 BLOCK 12 USA

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:
125.63 ms | 405 KiB | 5 Q