3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = '{ "returnValue": { "personelInformation": { "kimlikTipi": "x", "kimlikNo": "x", "adi": "xxxx", "soyadi": "xxx", "ilKodu": "0", "ilceKodu": "0", "uyruk": "1", "mernisBilgisi": "0", "oid": "xxxxx", "created": "Kas 21, 2017", "createdBy": "admin" }, "adres": [], "iletisim": [{ "kisiOid": "xxxxxx", "iletisimTercihi": " ", "odaBorsaNo": "xxxx", "odaBorsaSubeNo": "xxxx", "oid": "xxxxxx", "created": "Kas 17, 2017", "createdBy": "Admin" }], "telefon": [], "eposta": [], "ortaklar": [], "temsilciler": [], "ilgililer": [] } }'; $person = json_decode($json); echo $person->returnValue->personelInformation->created;
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
Kas 21, 2017

preferences:
99.46 ms | 1476 KiB | 4 Q