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/9XS2S 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/9XS2S on line 3 Warning: DOMDocument::load(): I/O warning : failed to load external entity "http://static.cricinfo.com/rss/livescores.xml" in /in/9XS2S on line 3 Warning: Undefined array key 0 in /in/9XS2S on line 18 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 0 in /in/9XS2S on line 21 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 1 in /in/9XS2S on line 18 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 1 in /in/9XS2S on line 21 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 2 in /in/9XS2S on line 18 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 2 in /in/9XS2S on line 21 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 3 in /in/9XS2S on line 18 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 3 in /in/9XS2S on line 21 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 4 in /in/9XS2S on line 18 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 4 in /in/9XS2S on line 21 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 5 in /in/9XS2S on line 18 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 5 in /in/9XS2S on line 21 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 6 in /in/9XS2S on line 18 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 6 in /in/9XS2S on line 21 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 7 in /in/9XS2S on line 18 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 7 in /in/9XS2S on line 21 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 8 in /in/9XS2S on line 18 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 8 in /in/9XS2S on line 21 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 9 in /in/9XS2S on line 18 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 9 in /in/9XS2S on line 21 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 10 in /in/9XS2S on line 18 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 10 in /in/9XS2S on line 21 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 11 in /in/9XS2S on line 18 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 11 in /in/9XS2S on line 21 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 12 in /in/9XS2S on line 18 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 12 in /in/9XS2S on line 21 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 13 in /in/9XS2S on line 18 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 13 in /in/9XS2S on line 21 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 14 in /in/9XS2S on line 18 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 14 in /in/9XS2S on line 21 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 15 in /in/9XS2S on line 18 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 15 in /in/9XS2S on line 21 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 16 in /in/9XS2S on line 18 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 16 in /in/9XS2S on line 21 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 17 in /in/9XS2S on line 18 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 17 in /in/9XS2S on line 21 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 18 in /in/9XS2S on line 18 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 18 in /in/9XS2S on line 21 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 19 in /in/9XS2S on line 18 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 19 in /in/9XS2S on line 21 Warning: Trying to access array offset on value of type null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live
Output for rfc.property-hooks
Warning: DOMDocument::load(): php_network_getaddresses: getaddrinfo for static.cricinfo.com failed: System error in /in/9XS2S 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/9XS2S on line 3 Warning: DOMDocument::load(): I/O warning : failed to load external entity "http://static.cricinfo.com/rss/livescores.xml" in /in/9XS2S on line 3 Warning: Undefined array key 0 in /in/9XS2S on line 18 Warning: Trying to access array offset on null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 0 in /in/9XS2S on line 21 Warning: Trying to access array offset on null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 1 in /in/9XS2S on line 18 Warning: Trying to access array offset on null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 1 in /in/9XS2S on line 21 Warning: Trying to access array offset on null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 2 in /in/9XS2S on line 18 Warning: Trying to access array offset on null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 2 in /in/9XS2S on line 21 Warning: Trying to access array offset on null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 3 in /in/9XS2S on line 18 Warning: Trying to access array offset on null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 3 in /in/9XS2S on line 21 Warning: Trying to access array offset on null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 4 in /in/9XS2S on line 18 Warning: Trying to access array offset on null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 4 in /in/9XS2S on line 21 Warning: Trying to access array offset on null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 5 in /in/9XS2S on line 18 Warning: Trying to access array offset on null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 5 in /in/9XS2S on line 21 Warning: Trying to access array offset on null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 6 in /in/9XS2S on line 18 Warning: Trying to access array offset on null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 6 in /in/9XS2S on line 21 Warning: Trying to access array offset on null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 7 in /in/9XS2S on line 18 Warning: Trying to access array offset on null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 7 in /in/9XS2S on line 21 Warning: Trying to access array offset on null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 8 in /in/9XS2S on line 18 Warning: Trying to access array offset on null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 8 in /in/9XS2S on line 21 Warning: Trying to access array offset on null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 9 in /in/9XS2S on line 18 Warning: Trying to access array offset on null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 9 in /in/9XS2S on line 21 Warning: Trying to access array offset on null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 10 in /in/9XS2S on line 18 Warning: Trying to access array offset on null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 10 in /in/9XS2S on line 21 Warning: Trying to access array offset on null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 11 in /in/9XS2S on line 18 Warning: Trying to access array offset on null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 11 in /in/9XS2S on line 21 Warning: Trying to access array offset on null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 12 in /in/9XS2S on line 18 Warning: Trying to access array offset on null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 12 in /in/9XS2S on line 21 Warning: Trying to access array offset on null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 13 in /in/9XS2S on line 18 Warning: Trying to access array offset on null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 13 in /in/9XS2S on line 21 Warning: Trying to access array offset on null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 14 in /in/9XS2S on line 18 Warning: Trying to access array offset on null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 14 in /in/9XS2S on line 21 Warning: Trying to access array offset on null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 15 in /in/9XS2S on line 18 Warning: Trying to access array offset on null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 15 in /in/9XS2S on line 21 Warning: Trying to access array offset on null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 16 in /in/9XS2S on line 18 Warning: Trying to access array offset on null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 16 in /in/9XS2S on line 21 Warning: Trying to access array offset on null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 17 in /in/9XS2S on line 18 Warning: Trying to access array offset on null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 17 in /in/9XS2S on line 21 Warning: Trying to access array offset on null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 18 in /in/9XS2S on line 18 Warning: Trying to access array offset on null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 18 in /in/9XS2S on line 21 Warning: Trying to access array offset on null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 Not Live Warning: Undefined array key 19 in /in/9XS2S on line 18 Warning: Trying to access array offset on null in /in/9XS2S on line 18 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 19 Warning: Undefined array key 19 in /in/9XS2S on line 21 Warning: Trying to access array offset on null in /in/9XS2S on line 21 Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /in/9XS2S on line 22 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:
30.5 ms | 425 KiB | 8 Q