3v4l.org

run code in 300+ PHP versions simultaneously
<?php $result = simplexml_load_string("<segurado> <nomeSegurado>EMERSON DA SILVA BRULL</nomeSegurado> <numeroCpfCnpj>345769118</numeroCpfCnpj> <ordemCnpj>0</ordemCnpj> <digitoCpfCnpj>56</digitoCpfCnpj> <statusSegurado>2</statusSegurado> <corretores> <susep>V2064F</susep> <susep>P5005J</susep> <susep>P2371J</susep> </corretores> </segurado>"); var_dump( json_decode(json_encode((array) $result)) );
Output for git.master, git.master_jit, rfc.property-hooks
object(stdClass)#3 (6) { ["nomeSegurado"]=> string(22) "EMERSON DA SILVA BRULL" ["numeroCpfCnpj"]=> string(9) "345769118" ["ordemCnpj"]=> string(1) "0" ["digitoCpfCnpj"]=> string(2) "56" ["statusSegurado"]=> string(1) "2" ["corretores"]=> object(stdClass)#4 (1) { ["susep"]=> array(3) { [0]=> string(6) "V2064F" [1]=> string(6) "P5005J" [2]=> string(6) "P2371J" } } }

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