3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = '{ "id": 1, "title": "Mon adresse de Livraison", "address": "Alexandre Bloubou\r\n9 rue georges braques\r\n55555 Xanadoo", "last_name": "Blabla", "first_name": "Léonard", "address1": "23, sente des passages", "address2": "", "zipcode": "76000", "city": "Xanadoo", "phone": "06000000" }'; $array = json_decode($json, true); var_dump($array);
Output for git.master, git.master_jit, rfc.property-hooks
array(10) { ["id"]=> int(1) ["title"]=> string(24) "Mon adresse de Livraison" ["address"]=> string(55) "Alexandre Bloubou 9 rue georges braques 55555 Xanadoo" ["last_name"]=> string(6) "Blabla" ["first_name"]=> string(8) "Léonard" ["address1"]=> string(22) "23, sente des passages" ["address2"]=> string(0) "" ["zipcode"]=> string(5) "76000" ["city"]=> string(7) "Xanadoo" ["phone"]=> string(8) "06000000" }

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:
82.39 ms | 402 KiB | 8 Q