3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = <<<XML <xml> <medium val="idealo"> <source val=""> <campaign val=""> <lever3 val="comparateur-idealo" /> <lever2 val="comparateur" /> <lever1 val="trafic_payant" /> </campaign> </source> </medium> <medium val="partaenaire"> <source val=""> <campaign val=""> <lever3 val="partenariat" /> <lever2 val="partenariat" /> <lever1 val="trafic_gratuit" /> </campaign> </source> <source val="magasinauchan"> <campaign val=""> <lever3 val="partenaire_hypers" /> <lever2 val="partenaires_hypers" /> <lever1 val="hypers" /> </campaign> </source> </medium> </xml> XML; $xml = simplexml_load_string($str); $x = $xml->xpath("//campaign/*"); foreach ($x as $elt){ print_r($x); }
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => comparateur-idealo ) ) [1] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => comparateur ) ) [2] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => trafic_payant ) ) [3] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenariat ) ) [4] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenariat ) ) [5] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => trafic_gratuit ) ) [6] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenaire_hypers ) ) [7] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenaires_hypers ) ) [8] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => hypers ) ) ) Array ( [0] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => comparateur-idealo ) ) [1] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => comparateur ) ) [2] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => trafic_payant ) ) [3] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenariat ) ) [4] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenariat ) ) [5] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => trafic_gratuit ) ) [6] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenaire_hypers ) ) [7] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenaires_hypers ) ) [8] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => hypers ) ) ) Array ( [0] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => comparateur-idealo ) ) [1] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => comparateur ) ) [2] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => trafic_payant ) ) [3] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenariat ) ) [4] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenariat ) ) [5] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => trafic_gratuit ) ) [6] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenaire_hypers ) ) [7] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenaires_hypers ) ) [8] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => hypers ) ) ) Array ( [0] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => comparateur-idealo ) ) [1] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => comparateur ) ) [2] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => trafic_payant ) ) [3] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenariat ) ) [4] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenariat ) ) [5] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => trafic_gratuit ) ) [6] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenaire_hypers ) ) [7] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenaires_hypers ) ) [8] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => hypers ) ) ) Array ( [0] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => comparateur-idealo ) ) [1] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => comparateur ) ) [2] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => trafic_payant ) ) [3] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenariat ) ) [4] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenariat ) ) [5] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => trafic_gratuit ) ) [6] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenaire_hypers ) ) [7] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenaires_hypers ) ) [8] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => hypers ) ) ) Array ( [0] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => comparateur-idealo ) ) [1] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => comparateur ) ) [2] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => trafic_payant ) ) [3] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenariat ) ) [4] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenariat ) ) [5] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => trafic_gratuit ) ) [6] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenaire_hypers ) ) [7] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenaires_hypers ) ) [8] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => hypers ) ) ) Array ( [0] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => comparateur-idealo ) ) [1] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => comparateur ) ) [2] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => trafic_payant ) ) [3] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenariat ) ) [4] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenariat ) ) [5] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => trafic_gratuit ) ) [6] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenaire_hypers ) ) [7] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenaires_hypers ) ) [8] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => hypers ) ) ) Array ( [0] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => comparateur-idealo ) ) [1] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => comparateur ) ) [2] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => trafic_payant ) ) [3] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenariat ) ) [4] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenariat ) ) [5] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => trafic_gratuit ) ) [6] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenaire_hypers ) ) [7] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenaires_hypers ) ) [8] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => hypers ) ) ) Array ( [0] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => comparateur-idealo ) ) [1] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => comparateur ) ) [2] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => trafic_payant ) ) [3] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenariat ) ) [4] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenariat ) ) [5] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => trafic_gratuit ) ) [6] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenaire_hypers ) ) [7] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => partenaires_hypers ) ) [8] => SimpleXMLElement Object ( [@attributes] => Array ( [val] => hypers ) ) )

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:
38.63 ms | 429 KiB | 8 Q