3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(json_decode(' {"cost": null, "receiptNumber": null, "receiptType": null, "labNo": 596726, "parentLabNo": 0, "investigation": "BS for mps", "patient": { "id": 168967, "fullName": "UVOGIN", "dateOfBirth": "1972-04-04 00:00:00", "gender": "Male" }, "address": { "address": null, "postalCode": null, "phoneNumber": "", "city": null } }'));
Output for git.master, git.master_jit, rfc.property-hooks
object(stdClass)#1 (8) { ["cost"]=> NULL ["receiptNumber"]=> NULL ["receiptType"]=> NULL ["labNo"]=> int(596726) ["parentLabNo"]=> int(0) ["investigation"]=> string(10) "BS for mps" ["patient"]=> object(stdClass)#2 (4) { ["id"]=> int(168967) ["fullName"]=> string(6) "UVOGIN" ["dateOfBirth"]=> string(19) "1972-04-04 00:00:00" ["gender"]=> string(4) "Male" } ["address"]=> object(stdClass)#3 (4) { ["address"]=> NULL ["postalCode"]=> NULL ["phoneNumber"]=> string(0) "" ["city"]=> 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:
36.38 ms | 402 KiB | 8 Q