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> <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 = simplexml_load_string($xmlstr); $x = $xml->lever3->attributes(); echo $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.3.0 - 8.3.6
Warning: simplexml_load_string(): Entity: line 10: parser error : Extra content at the end of the document in /in/AO7cY on line 33 Warning: simplexml_load_string(): <medium val="organic"> in /in/AO7cY on line 33 Warning: simplexml_load_string(): ^ in /in/AO7cY on line 33 Warning: Attempt to read property "lever3" on false in /in/AO7cY on line 35 Fatal error: Uncaught Error: Call to a member function attributes() on null in /in/AO7cY:35 Stack trace: #0 {main} thrown in /in/AO7cY on line 35
Process exited with code 255.
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
Warning: simplexml_load_string(): Entity: line 10: parser error : Extra content at the end of the document in /in/AO7cY on line 33 Warning: simplexml_load_string(): <medium val="organic"> in /in/AO7cY on line 33 Warning: simplexml_load_string(): ^ in /in/AO7cY on line 33 Warning: Attempt to read property "lever3" on bool in /in/AO7cY on line 35 Fatal error: Uncaught Error: Call to a member function attributes() on null in /in/AO7cY:35 Stack trace: #0 {main} thrown in /in/AO7cY on line 35
Process exited with code 255.
Output for 7.2.0 - 7.2.33, 7.3.12 - 7.3.31, 7.4.0 - 7.4.25, 7.4.27 - 7.4.33
Warning: simplexml_load_string(): Entity: line 10: parser error : Extra content at the end of the document in /in/AO7cY on line 33 Warning: simplexml_load_string(): <medium val="organic"> in /in/AO7cY on line 33 Warning: simplexml_load_string(): ^ in /in/AO7cY on line 33 Notice: Trying to get property 'lever3' of non-object in /in/AO7cY on line 35 Fatal error: Uncaught Error: Call to a member function attributes() on null in /in/AO7cY:35 Stack trace: #0 {main} thrown in /in/AO7cY on line 35
Process exited with code 255.
Output for 7.3.32 - 7.3.33, 7.4.26
Warning: simplexml_load_string(): Entity: line 10: parser error : Extra content at the end of the document in /in/AO7cY on line 33 Warning: simplexml_load_string(): <medium val="organic"> in /in/AO7cY on line 33 Warning: simplexml_load_string(): ^ in /in/AO7cY on line 33 Fatal error: Uncaught Error: Call to a member function attributes() on null in /in/AO7cY:35 Stack trace: #0 {main} thrown in /in/AO7cY on line 35
Process exited with code 255.
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.20
Warning: simplexml_load_string(): Entity: line 10: parser error : Extra content at the end of the document in /in/AO7cY on line 33 Warning: simplexml_load_string(): <medium val="organic"> in /in/AO7cY on line 33 Warning: simplexml_load_string(): ^ in /in/AO7cY on line 33 Notice: Trying to get property of non-object in /in/AO7cY on line 35 Fatal error: Uncaught Error: Call to a member function attributes() on null in /in/AO7cY:35 Stack trace: #0 {main} thrown in /in/AO7cY on line 35
Process exited with code 255.
Output for 5.6.0 - 5.6.28
Warning: simplexml_load_string(): Entity: line 10: parser error : Extra content at the end of the document in /in/AO7cY on line 33 Warning: simplexml_load_string(): <medium val="organic"> in /in/AO7cY on line 33 Warning: simplexml_load_string(): ^ in /in/AO7cY on line 33 Notice: Trying to get property of non-object in /in/AO7cY on line 35 Fatal error: Call to a member function attributes() on null in /in/AO7cY on line 35
Process exited with code 255.
Output for 5.1.1, 5.1.3 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38
Warning: simplexml_load_string(): Entity: line 10: parser error : Extra content at the end of the document in /in/AO7cY on line 33 Warning: simplexml_load_string(): <medium val="organic"> in /in/AO7cY on line 33 Warning: simplexml_load_string(): ^ in /in/AO7cY on line 33 Notice: Trying to get property of non-object in /in/AO7cY on line 35 Fatal error: Call to a member function attributes() on a non-object in /in/AO7cY on line 35
Process exited with code 255.
Output for 5.1.2
Warning: simplexml_load_string(): Entity: line 10: parser error : Extra content at the end of the document in /in/AO7cY on line 34 Warning: simplexml_load_string(): <medium val="organic"> in /in/AO7cY on line 34 Warning: simplexml_load_string(): ^ in /in/AO7cY on line 34 Notice: Trying to get property of non-object in /in/AO7cY on line 36 Fatal error: Call to a member function attributes() on a non-object in /in/AO7cY on line 36
Process exited with code 255.
Output for 5.1.0
Fatal error: fatal flex scanner internal error--end of buffer missed in /in/AO7cY on line 54
Process exited with code 255.
Output for 5.0.0 - 5.0.5
Warning: Entity: line 10: parser error : Extra content at the end of the document in /in/AO7cY on line 33 Warning: <medium val="organic"> in /in/AO7cY on line 33 Warning: ^ in /in/AO7cY on line 33 Notice: Trying to get property of non-object in /in/AO7cY on line 35 Fatal error: Call to a member function attributes() on a non-object in /in/AO7cY on line 35
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: simplexml_load_string() in /in/AO7cY on line 33
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/AO7cY on line 33
Process exited with code 255.
Output for 4.4.2
Fatal error: Call to undefined function: simplexml_load_string() in /in/AO7cY on line 34
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: simplexml_load_string() in /in/AO7cY on line 33

preferences:
277.3 ms | 401 KiB | 355 Q