3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json ='{ "response": { "result": "OK", "params": { "orderid": 144552513557, "transid": 737821904945243852, "steamid": 76561197972214334, "status": "Succeeded", "currency": "EUR", "time": "2015-10-22T14:46:34Z", "country": "DE", "usstate": "", "timecreated": "2015-10-22T14:46:10Z", "items": [ { "itemid": 3, "qty": 1, "amount": 2521, "vat": 479, "itemstatus": "Succeeded" } ] } } }'; var_dump(json_decode($json)); var_dump(json_decode($json, true, 512)); ?>

preferences:
50.65 ms | 402 KiB | 5 Q