3v4l.org

run code in 300+ PHP versions simultaneously
<?php $rss = new DOMDocument(); $rss->load('http://static.cricinfo.com/rss/livescores.xml'); $list = array(); $found=0; foreach ($rss->getElementsByTagName('item') as $node) { $item = array ( 'title' => $node->getElementsByTagName('title')->item(0)->nodeValue, 'desc' => $node->getElementsByTagName('description')->item(0)->nodeValue, ); array_push($list, $item); } $numberofresults = 20; for($i=0; $i<$numberofresults; $i++) { $title = $list[$i]['title']; $titletolower= strtolower($title); $desc= $list[$i]['desc']; $desctolower= strtolower($desc); if (strpos($desctolower, "*") !== false) { $desc = 'Live'; } else { $desc = ' Not Live'; } echo $title."\n"; echo $desc."\n"; $found++; } if ($found == 0) { echo $list[$i]['title'][0]; } ?>
Output for git.master, git.master_jit
Warning: DOMDocument::load(): php_network_getaddresses: getaddrinfo for static.cricinfo.com failed: System error in /in/BaljB on line 3 Warning: DOMDocument::load(http://static.cricinfo.com/rss/livescores.xml): Failed to open stream: php_network_getaddresses: getaddrinfo for static.cricinfo.com failed: System error in /in/BaljB on line 3 Warning: DOMDocument::load(): I/O warning : failed to load external entity "http://static.cricinfo.com/rss/livescores.xml" in /in/BaljB on line 3 Warning: Undefined array key 0 in /in/BaljB on line 19 Warning: Trying to access array offset on value of type null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 0 in /in/BaljB on line 22 Warning: Trying to access array offset on value of type null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 1 in /in/BaljB on line 19 Warning: Trying to access array offset on value of type null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 1 in /in/BaljB on line 22 Warning: Trying to access array offset on value of type null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 2 in /in/BaljB on line 19 Warning: Trying to access array offset on value of type null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 2 in /in/BaljB on line 22 Warning: Trying to access array offset on value of type null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 3 in /in/BaljB on line 19 Warning: Trying to access array offset on value of type null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 3 in /in/BaljB on line 22 Warning: Trying to access array offset on value of type null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 4 in /in/BaljB on line 19 Warning: Trying to access array offset on value of type null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 4 in /in/BaljB on line 22 Warning: Trying to access array offset on value of type null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 5 in /in/BaljB on line 19 Warning: Trying to access array offset on value of type null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 5 in /in/BaljB on line 22 Warning: Trying to access array offset on value of type null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 6 in /in/BaljB on line 19 Warning: Trying to access array offset on value of type null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 6 in /in/BaljB on line 22 Warning: Trying to access array offset on value of type null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 7 in /in/BaljB on line 19 Warning: Trying to access array offset on value of type null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 7 in /in/BaljB on line 22 Warning: Trying to access array offset on value of type null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 8 in /in/BaljB on line 19 Warning: Trying to access array offset on value of type null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 8 in /in/BaljB on line 22 Warning: Trying to access array offset on value of type null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 9 in /in/BaljB on line 19 Warning: Trying to access array offset on value of type null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 9 in /in/BaljB on line 22 Warning: Trying to access array offset on value of type null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 10 in /in/BaljB on line 19 Warning: Trying to access array offset on value of type null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 10 in /in/BaljB on line 22 Warning: Trying to access array offset on value of type null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 11 in /in/BaljB on line 19 Warning: Trying to access array offset on value of type null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 11 in /in/BaljB on line 22 Warning: Trying to access array offset on value of type null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 12 in /in/BaljB on line 19 Warning: Trying to access array offset on value of type null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 12 in /in/BaljB on line 22 Warning: Trying to access array offset on value of type null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 13 in /in/BaljB on line 19 Warning: Trying to access array offset on value of type null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 13 in /in/BaljB on line 22 Warning: Trying to access array offset on value of type null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 14 in /in/BaljB on line 19 Warning: Trying to access array offset on value of type null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 14 in /in/BaljB on line 22 Warning: Trying to access array offset on value of type null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 15 in /in/BaljB on line 19 Warning: Trying to access array offset on value of type null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 15 in /in/BaljB on line 22 Warning: Trying to access array offset on value of type null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 16 in /in/BaljB on line 19 Warning: Trying to access array offset on value of type null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 16 in /in/BaljB on line 22 Warning: Trying to access array offset on value of type null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 17 in /in/BaljB on line 19 Warning: Trying to access array offset on value of type null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 17 in /in/BaljB on line 22 Warning: Trying to access array offset on value of type null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 18 in /in/BaljB on line 19 Warning: Trying to access array offset on value of type null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 18 in /in/BaljB on line 22 Warning: Trying to access array offset on value of type null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 19 in /in/BaljB on line 19 Warning: Trying to access array offset on value of type null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 19 in /in/BaljB on line 22 Warning: Trying to access array offset on value of type null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live
Output for rfc.property-hooks
Warning: DOMDocument::load(): php_network_getaddresses: getaddrinfo for static.cricinfo.com failed: System error in /in/BaljB on line 3 Warning: DOMDocument::load(http://static.cricinfo.com/rss/livescores.xml): Failed to open stream: php_network_getaddresses: getaddrinfo for static.cricinfo.com failed: System error in /in/BaljB on line 3 Warning: DOMDocument::load(): I/O warning : failed to load external entity "http://static.cricinfo.com/rss/livescores.xml" in /in/BaljB on line 3 Warning: Undefined array key 0 in /in/BaljB on line 19 Warning: Trying to access array offset on null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 0 in /in/BaljB on line 22 Warning: Trying to access array offset on null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 1 in /in/BaljB on line 19 Warning: Trying to access array offset on null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 1 in /in/BaljB on line 22 Warning: Trying to access array offset on null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 2 in /in/BaljB on line 19 Warning: Trying to access array offset on null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 2 in /in/BaljB on line 22 Warning: Trying to access array offset on null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 3 in /in/BaljB on line 19 Warning: Trying to access array offset on null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 3 in /in/BaljB on line 22 Warning: Trying to access array offset on null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 4 in /in/BaljB on line 19 Warning: Trying to access array offset on null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 4 in /in/BaljB on line 22 Warning: Trying to access array offset on null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 5 in /in/BaljB on line 19 Warning: Trying to access array offset on null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 5 in /in/BaljB on line 22 Warning: Trying to access array offset on null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 6 in /in/BaljB on line 19 Warning: Trying to access array offset on null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 6 in /in/BaljB on line 22 Warning: Trying to access array offset on null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 7 in /in/BaljB on line 19 Warning: Trying to access array offset on null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 7 in /in/BaljB on line 22 Warning: Trying to access array offset on null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 8 in /in/BaljB on line 19 Warning: Trying to access array offset on null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 8 in /in/BaljB on line 22 Warning: Trying to access array offset on null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 9 in /in/BaljB on line 19 Warning: Trying to access array offset on null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 9 in /in/BaljB on line 22 Warning: Trying to access array offset on null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 10 in /in/BaljB on line 19 Warning: Trying to access array offset on null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 10 in /in/BaljB on line 22 Warning: Trying to access array offset on null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 11 in /in/BaljB on line 19 Warning: Trying to access array offset on null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 11 in /in/BaljB on line 22 Warning: Trying to access array offset on null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 12 in /in/BaljB on line 19 Warning: Trying to access array offset on null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 12 in /in/BaljB on line 22 Warning: Trying to access array offset on null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 13 in /in/BaljB on line 19 Warning: Trying to access array offset on null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 13 in /in/BaljB on line 22 Warning: Trying to access array offset on null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 14 in /in/BaljB on line 19 Warning: Trying to access array offset on null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 14 in /in/BaljB on line 22 Warning: Trying to access array offset on null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 15 in /in/BaljB on line 19 Warning: Trying to access array offset on null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 15 in /in/BaljB on line 22 Warning: Trying to access array offset on null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 16 in /in/BaljB on line 19 Warning: Trying to access array offset on null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 16 in /in/BaljB on line 22 Warning: Trying to access array offset on null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 17 in /in/BaljB on line 19 Warning: Trying to access array offset on null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 17 in /in/BaljB on line 22 Warning: Trying to access array offset on null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 18 in /in/BaljB on line 19 Warning: Trying to access array offset on null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 18 in /in/BaljB on line 22 Warning: Trying to access array offset on null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live Warning: Undefined array key 19 in /in/BaljB on line 19 Warning: Trying to access array offset on null in /in/BaljB on line 19 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 20 Warning: Undefined array key 19 in /in/BaljB on line 22 Warning: Trying to access array offset on null in /in/BaljB on line 22 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/BaljB on line 23 Not Live

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:
61.49 ms | 424 KiB | 8 Q