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 git.master, git.master_jit
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 rfc.property-hooks
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.

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:
37.58 ms | 401 KiB | 8 Q