3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = new SimpleXMLElement( '<catalogo> <server> <nome>ltw1319</nome> <convenzione>comprato</convenzione> <interoperabilita>Aggregato</interoperabilita> <url>http://ltw1319.web.cs.unibo.it/richieste</url> </server> <server> <nome>ltw1330</nome> <convenzione>comprato</convenzione> <interoperabilita>Aggregato</interoperabilita> <url>http://ltw1330.web.cs.unibo.it/richieste</url> </server> <server> <nome>ltw1336</nome> <convenzione>comprato</convenzione> <interoperabilita>Aggregato</interoperabilita> <url>http://ltw1336.web.cs.unibo.it/richieste</url> </server> <server> <nome>ltw1311</nome> <convenzione>Integrato</convenzione> <interoperabilita>Aggregato</interoperabilita> <url>http://ltw1311.web.cs.unibo.it/richieste</url> </server> </catalogo> '); $ulrscomprati = array(); $xml = simplexml_load_file('server.xml'); $item = $xml->server; $count=0; foreach($item as $dati){ $ur=$dati->url; if($ur != ""){ $ulrscomprati[$count]=$ur; } $count=$count+1; } echo $ulrscomprati[$count]; $result_from_server = json_encode($ulrscomprati,$data); echo $result_from_server;
Output for git.master, git.master_jit
Warning: simplexml_load_file(): I/O warning : failed to load external entity "server.xml" in /in/EFKlb on line 33 Warning: Attempt to read property "server" on bool in /in/EFKlb on line 34 Warning: foreach() argument must be of type array|object, null given in /in/EFKlb on line 36 Warning: Undefined array key 0 in /in/EFKlb on line 43 Warning: Undefined variable $data in /in/EFKlb on line 44 Deprecated: json_encode(): Passing null to parameter #2 ($flags) of type int is deprecated in /in/EFKlb on line 44 []
Output for rfc.property-hooks
Warning: simplexml_load_file(): I/O warning : failed to load external entity "server.xml" in /in/EFKlb on line 33 Warning: Attempt to read property "server" on false in /in/EFKlb on line 34 Warning: foreach() argument must be of type array|object, null given in /in/EFKlb on line 36 Warning: Undefined array key 0 in /in/EFKlb on line 43 Warning: Undefined variable $data in /in/EFKlb on line 44 Deprecated: json_encode(): Passing null to parameter #2 ($flags) of type int is deprecated in /in/EFKlb on line 44 []

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:
36.57 ms | 402 KiB | 8 Q