3v4l.org

run code in 300+ PHP versions simultaneously
<?php $content = <<<XML <?xml version="1.0" encoding="ISO-8859-1"?> <PersonList> <Header> </Header> <Person> <Name id="35">Sonu Kapoor</Name> <Age>24</Age> <Gender>M</Gender> <PostalCode>54879</PostalCode> </Person> <Person> <Name>Jasmin</Name> <Age>28</Age> <Gender>M</Gender> <PostalCode>78745</PostalCode> </Person> <Person> <Name>Josef</Name> <Age>232</Age> <Gender>F</Gender> <PostalCode>53454</PostalCode> </Person> </PersonList> XML; $doc = new DOMDocument(); $doc->loadXML($content); $xp = new DOMXPath($doc); foreach ($xPath->query('//PersonList/Person/Name') AS $Name) { $ID = $Name->getAttribute('id'); $Atrib = $Name->getAttribute('atrib'); if($Atrib != "") { $Name->Attribute('atrib') = "Nuevo"; } } $doc->formatOutput = true; echo $doc->saveXML();
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.1, 5.1.3 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.28, 5.4.0 - 5.4.25
Fatal error: Can't use method return value in write context in /in/1H8EK on line 39
Process exited with code 255.
Output for 5.1.2
Fatal error: Can't use method return value in write context in /in/1H8EK on line 40
Process exited with code 255.
Output for 4.4.3 - 4.4.9
Parse error: syntax error, unexpected '=' in /in/1H8EK on line 39
Process exited with code 255.
Output for 4.4.2
Parse error: syntax error, unexpected '=' in /in/1H8EK on line 40
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1
Parse error: parse error, unexpected '=' in /in/1H8EK on line 39
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/1H8EK on line 39
Process exited with code 255.

preferences:
199.6 ms | 1394 KiB | 115 Q