3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = '{"refData":{"id":"52985275","tarih":"2017-09-06 17:58:39","baslangic":"1504709915","baslik":"JON SNOW","mesaj":"Yeni Siparis 145000006 Uye: ekin bayar Urun: Tori Tank,Tori Tank B250","adet":"1","numaralar":{"bekleyen":[],"gonderilmis":["5305305302"],"hata":[]},"iade_durumu":null,"dusulen_kredi":1,"adet_bekleyen":0,"adet_gonderilmis":1,"adet_hata":0},"status":true}'; $arr = json_decode($json, true); print_r($arr);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [refData] => Array ( [id] => 52985275 [tarih] => 2017-09-06 17:58:39 [baslangic] => 1504709915 [baslik] => JON SNOW [mesaj] => Yeni Siparis 145000006 Uye: ekin bayar Urun: Tori Tank,Tori Tank B250 [adet] => 1 [numaralar] => Array ( [bekleyen] => Array ( ) [gonderilmis] => Array ( [0] => 5305305302 ) [hata] => Array ( ) ) [iade_durumu] => [dusulen_kredi] => 1 [adet_bekleyen] => 0 [adet_gonderilmis] => 1 [adet_hata] => 0 ) [status] => 1 )

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:
32.14 ms | 403 KiB | 8 Q