3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = '{"num_compte_client":"3333333","commercial_nom":"WS commercial_nom 40","commercial_prenom":"WS commercial_prenom 48","commercial_email":"ftanchou@openstudio.fr","affiliation_agence":"WS affiliation_agence 74","affiliation_pole":"WS affiliation_pole 74","rattachement_dv":"WS rattachement_dv 8","rattachement_dv_groupe":"WS rattachement_dv_groupe 48","rattachement_reseau":"WS rattachement_reseau 14"}'; echo '<pre>'.print_r(json_decode($json,true),true).'</pre>';
Output for git.master, git.master_jit, rfc.property-hooks
<pre>Array ( [num_compte_client] => 3333333 [commercial_nom] => WS commercial_nom 40 [commercial_prenom] => WS commercial_prenom 48 [commercial_email] => ftanchou@openstudio.fr [affiliation_agence] => WS affiliation_agence 74 [affiliation_pole] => WS affiliation_pole 74 [rattachement_dv] => WS rattachement_dv 8 [rattachement_dv_groupe] => WS rattachement_dv_groupe 48 [rattachement_reseau] => WS rattachement_reseau 14 ) </pre>

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