3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xmlstr = <<<XML <medium val="cpa"> <source val="affilinet"> <campaign val=""> <lever3 val="affiliation" /> <lever2 val="affiliation" /> <lever1 val="trafic_payant" /> </campaign> </source> </medium> XML; $xml = simplexml_load_string($xmlstr); $x = $xml->lever3->attributes(); print_r($x); //$levers = array(array("comparateur-google_shopping", "comparateur", "trafic_payant"), // array("display", "display", "trafic_payant"), // array("email-auchanfr", "email_auchanfr", "email_auchanfr") // ); //$begin = 41; //$end = 50; //for ($i = $begin; $i <= $end; ++$i){ // $index = rand(0,2); // $query = "UPDATE IGNORE piwik_log_visit SET lever3='" . $levers[$index][0] . "', lever2='" . $levers[$index][1] . "', lever1='" . //$levers[$index][2] . "' WHERE idvisit=" . $i . ";"; // echo $query . "\n"; //} //print_r($levers[rand(0,2)]);
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Output for 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.12 - 7.3.33, 7.4.0 - 7.4.33
Warning: print_r(): Node no longer exists in /in/VSv9E on line 21 SimpleXMLElement Object ( )
Output for 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20
SimpleXMLElement Object Warning: print_r(): Node no longer exists in /in/VSv9E on line 21 ( )
Output for 5.1.3 - 5.1.6
SimpleXMLElement Object Warning: print_r(): Node no longer exists in /in/VSv9E on line 21 Warning: print_r(): Node no longer exists in /in/VSv9E on line 21 Warning: print_r(): Node no longer exists in /in/VSv9E on line 21 ( )
Output for 5.1.2
SimpleXMLElement Object Warning: print_r(): Node no longer exists in /in/VSv9E on line 22 Warning: print_r(): Node no longer exists in /in/VSv9E on line 22 Warning: print_r(): Node no longer exists in /in/VSv9E on line 22 ( )
Output for 5.0.1 - 5.0.5, 5.1.1
SimpleXMLElement Object Warning: print_r(): Node no longer exists in /in/VSv9E on line 21 Warning: print_r(): Node no longer exists in /in/VSv9E on line 21 ( )
Output for 5.1.0
Fatal error: fatal flex scanner internal error--end of buffer missed in /in/VSv9E on line 36
Process exited with code 255.
Output for 5.0.0
SimpleXMLElement Object Warning: Node no longer exists in /in/VSv9E on line 21 Warning: Node no longer exists in /in/VSv9E on line 21 ( )
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: simplexml_load_string() in /in/VSv9E on line 15
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.1, 4.4.3 - 4.4.4
Fatal error: Call to undefined function: simplexml_load_string() in /in/VSv9E on line 15
Process exited with code 255.
Output for 4.4.2
Fatal error: Call to undefined function: simplexml_load_string() in /in/VSv9E on line 16
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: simplexml_load_string() in /in/VSv9E on line 15

preferences:
230.3 ms | 401 KiB | 355 Q