3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = '{"package":"usuarios","type":"add_user","request_data":{"hid_idClient":"81","txt_email":"lgualpa81@gmail.com","txt_nombre":"","txt_apellido":"","cmb_tipoIdentificacion":"C","txt_identificacion":"3","txt_movil":"","chk_lst_lnegocio[]":["35","10"]}}'; var_dump(json_decode($json, true)); ?>
Output for git.master, git.master_jit, rfc.property-hooks
array(3) { ["package"]=> string(8) "usuarios" ["type"]=> string(8) "add_user" ["request_data"]=> array(8) { ["hid_idClient"]=> string(2) "81" ["txt_email"]=> string(19) "lgualpa81@gmail.com" ["txt_nombre"]=> string(0) "" ["txt_apellido"]=> string(0) "" ["cmb_tipoIdentificacion"]=> string(1) "C" ["txt_identificacion"]=> string(1) "3" ["txt_movil"]=> string(0) "" ["chk_lst_lnegocio[]"]=> array(2) { [0]=> string(2) "35" [1]=> string(2) "10" } } }

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