3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xmlstr = <<<XML <xml> <medium val="cpa"> <source val="affilinet"> <campaign val=""> <lever3 val="affiliation" /> <lever2 val="affiliation" /> <lever1 val="trafic_payant" /> </campaign> </source> </medium> <medium val="organic"> <source val=""> <campaign val=""> <lever3 val="seo" /> <lever2 val="seo" /> <lever1 val="trafic_gratuit" /> </campaign> </source> </medium> <medium val="display"> <source val=""> <campaign val=""> <lever3 val="display" /> <lever2 val="display" /> <lever1 val="trafic_payant" /> </campaign> </source> </medium> </xml> XML; $xml = simplexml_load_string($xmlstr); $x = $xml->xpath("//campaign/*"); //print_r($x); echo count($x); $nb_lever = count($x) / 3; for ($i = 0; $i <= $nb_lever; ++$i) { echo "array(\"" . $x[$i][0]->attributes() . "\", \"" . $x[$i][1]->attributes() . "\", \"" . $x[$i][2]->attributes() . "\")," . "\n"; } //$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 5.2.4 - 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, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
9 Warning: main(): Cannot add element lever3 number 1 when only 0 such elements exist in /in/2S6ft on line 46 Warning: main(): Cannot add element lever3 number 2 when only 0 such elements exist in /in/2S6ft on line 46 array("affiliation", "affiliation", "affiliation"), Warning: main(): Cannot add element lever2 number 1 when only 0 such elements exist in /in/2S6ft on line 46 Warning: main(): Cannot add element lever2 number 2 when only 0 such elements exist in /in/2S6ft on line 46 array("affiliation", "affiliation", "affiliation"), Warning: main(): Cannot add element lever1 number 1 when only 0 such elements exist in /in/2S6ft on line 46 Warning: main(): Cannot add element lever1 number 2 when only 0 such elements exist in /in/2S6ft on line 46 array("trafic_payant", "trafic_payant", "trafic_payant"), Warning: main(): Cannot add element lever3 number 1 when only 0 such elements exist in /in/2S6ft on line 46 Warning: main(): Cannot add element lever3 number 2 when only 0 such elements exist in /in/2S6ft on line 46 array("seo", "seo", "seo"),
Output for 5.0.0 - 5.0.5, 5.1.1, 5.1.3 - 5.1.6, 5.2.0 - 5.2.3
9 Fatal error: Call to a member function attributes() on a non-object in /in/2S6ft on line 46
Process exited with code 255.
Output for 5.1.2
9 Fatal error: Call to a member function attributes() on a non-object in /in/2S6ft on line 47
Process exited with code 255.
Output for 5.1.0
Fatal error: fatal flex scanner internal error--end of buffer missed in /in/2S6ft on line 63
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: simplexml_load_string() in /in/2S6ft on line 35
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/2S6ft on line 35
Process exited with code 255.
Output for 4.4.2
Fatal error: Call to undefined function: simplexml_load_string() in /in/2S6ft on line 36
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: simplexml_load_string() in /in/2S6ft on line 35

preferences:
267.94 ms | 401 KiB | 400 Q