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 8.3.0 - 8.3.4, 8.3.6
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
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 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
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
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 8.0.13 - 8.0.30
Warning: DOMDocument::load(): php_network_getaddresses: getaddrinfo 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Not Live
Output for 8.0.0 - 8.0.12
Warning: DOMDocument::load(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/BaljB on line 3 Warning: DOMDocument::load(http://static.cricinfo.com/rss/livescores.xml): Failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Not Live
Output for 7.4.0 - 7.4.1, 7.4.26 - 7.4.33
Warning: DOMDocument::load(): php_network_getaddresses: getaddrinfo 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 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 Notice: Undefined offset: 0 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 0 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 1 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 1 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 2 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 2 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 3 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 3 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 4 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 4 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 5 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 5 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 6 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 6 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 7 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 7 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 8 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 8 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 9 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 9 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 10 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 10 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 11 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 11 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 12 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 12 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 13 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 13 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 14 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 14 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 15 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 15 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 16 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 16 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 17 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 17 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 18 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 18 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 19 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 19 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live
Output for 7.4.4 - 7.4.25
Warning: DOMDocument::load(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/BaljB on line 3 Warning: DOMDocument::load(http://static.cricinfo.com/rss/livescores.xml): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution 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 Notice: Undefined offset: 0 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 0 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 1 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 1 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 2 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 2 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 3 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 3 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 4 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 4 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 5 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 5 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 6 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 6 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 7 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 7 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 8 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 8 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 9 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 9 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 10 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 10 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 11 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 11 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 12 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 12 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 13 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 13 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 14 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 14 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 15 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 15 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 16 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 16 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 17 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 17 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 18 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 18 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live Notice: Undefined offset: 19 in /in/BaljB on line 19 Notice: Trying to access array offset on value of type null in /in/BaljB on line 19 Notice: Undefined offset: 19 in /in/BaljB on line 22 Notice: Trying to access array offset on value of type null in /in/BaljB on line 22 Not Live
Output for 7.3.32 - 7.3.33
Warning: DOMDocument::load(): php_network_getaddresses: getaddrinfo 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 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 Not Live Not Live Not Live Not Live Not Live Not Live Not Live Not Live Not Live Not Live Not Live Not Live Not Live Not Live Not Live Not Live Not Live Not Live Not Live Not Live
Output for 7.2.29 - 7.2.33, 7.3.16 - 7.3.31
Warning: DOMDocument::load(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/BaljB on line 3 Warning: DOMDocument::load(http://static.cricinfo.com/rss/livescores.xml): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution 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 Notice: Undefined offset: 0 in /in/BaljB on line 19 Notice: Undefined offset: 0 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 1 in /in/BaljB on line 19 Notice: Undefined offset: 1 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 2 in /in/BaljB on line 19 Notice: Undefined offset: 2 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 3 in /in/BaljB on line 19 Notice: Undefined offset: 3 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 4 in /in/BaljB on line 19 Notice: Undefined offset: 4 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 5 in /in/BaljB on line 19 Notice: Undefined offset: 5 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 6 in /in/BaljB on line 19 Notice: Undefined offset: 6 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 7 in /in/BaljB on line 19 Notice: Undefined offset: 7 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 8 in /in/BaljB on line 19 Notice: Undefined offset: 8 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 9 in /in/BaljB on line 19 Notice: Undefined offset: 9 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 10 in /in/BaljB on line 19 Notice: Undefined offset: 10 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 11 in /in/BaljB on line 19 Notice: Undefined offset: 11 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 12 in /in/BaljB on line 19 Notice: Undefined offset: 12 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 13 in /in/BaljB on line 19 Notice: Undefined offset: 13 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 14 in /in/BaljB on line 19 Notice: Undefined offset: 14 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 15 in /in/BaljB on line 19 Notice: Undefined offset: 15 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 16 in /in/BaljB on line 19 Notice: Undefined offset: 16 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 17 in /in/BaljB on line 19 Notice: Undefined offset: 17 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 18 in /in/BaljB on line 19 Notice: Undefined offset: 18 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 19 in /in/BaljB on line 19 Notice: Undefined offset: 19 in /in/BaljB on line 22 Not Live
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.26, 7.3.0 - 7.3.13
Warning: DOMDocument::load(): php_network_getaddresses: getaddrinfo 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 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 Notice: Undefined offset: 0 in /in/BaljB on line 19 Notice: Undefined offset: 0 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 1 in /in/BaljB on line 19 Notice: Undefined offset: 1 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 2 in /in/BaljB on line 19 Notice: Undefined offset: 2 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 3 in /in/BaljB on line 19 Notice: Undefined offset: 3 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 4 in /in/BaljB on line 19 Notice: Undefined offset: 4 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 5 in /in/BaljB on line 19 Notice: Undefined offset: 5 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 6 in /in/BaljB on line 19 Notice: Undefined offset: 6 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 7 in /in/BaljB on line 19 Notice: Undefined offset: 7 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 8 in /in/BaljB on line 19 Notice: Undefined offset: 8 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 9 in /in/BaljB on line 19 Notice: Undefined offset: 9 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 10 in /in/BaljB on line 19 Notice: Undefined offset: 10 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 11 in /in/BaljB on line 19 Notice: Undefined offset: 11 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 12 in /in/BaljB on line 19 Notice: Undefined offset: 12 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 13 in /in/BaljB on line 19 Notice: Undefined offset: 13 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 14 in /in/BaljB on line 19 Notice: Undefined offset: 14 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 15 in /in/BaljB on line 19 Notice: Undefined offset: 15 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 16 in /in/BaljB on line 19 Notice: Undefined offset: 16 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 17 in /in/BaljB on line 19 Notice: Undefined offset: 17 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 18 in /in/BaljB on line 19 Notice: Undefined offset: 18 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 19 in /in/BaljB on line 19 Notice: Undefined offset: 19 in /in/BaljB on line 22 Not Live
Output for 5.2.6 - 5.2.17
Warning: DOMDocument::load(): php_network_getaddresses: getaddrinfo 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 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 Notice: Undefined offset: 0 in /in/BaljB on line 19 Notice: Undefined offset: 0 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 1 in /in/BaljB on line 19 Notice: Undefined offset: 1 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 2 in /in/BaljB on line 19 Notice: Undefined offset: 2 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 3 in /in/BaljB on line 19 Notice: Undefined offset: 3 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 4 in /in/BaljB on line 19 Notice: Undefined offset: 4 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 5 in /in/BaljB on line 19 Notice: Undefined offset: 5 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 6 in /in/BaljB on line 19 Notice: Undefined offset: 6 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 7 in /in/BaljB on line 19 Notice: Undefined offset: 7 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 8 in /in/BaljB on line 19 Notice: Undefined offset: 8 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 9 in /in/BaljB on line 19 Notice: Undefined offset: 9 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 10 in /in/BaljB on line 19 Notice: Undefined offset: 10 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 11 in /in/BaljB on line 19 Notice: Undefined offset: 11 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 12 in /in/BaljB on line 19 Notice: Undefined offset: 12 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 13 in /in/BaljB on line 19 Notice: Undefined offset: 13 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 14 in /in/BaljB on line 19 Notice: Undefined offset: 14 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 15 in /in/BaljB on line 19 Notice: Undefined offset: 15 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 16 in /in/BaljB on line 19 Notice: Undefined offset: 16 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 17 in /in/BaljB on line 19 Notice: Undefined offset: 17 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 18 in /in/BaljB on line 19 Notice: Undefined offset: 18 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 19 in /in/BaljB on line 19 Notice: Undefined offset: 19 in /in/BaljB on line 22 Not Live
Output for 5.1.0 - 5.1.6, 5.2.0 - 5.2.5
Warning: DOMDocument::load(): php_network_getaddresses: getaddrinfo failed: System error in /in/BaljB on line 3 Warning: DOMDocument::load(http://static.cricinfo.com/rss/livescores.xml): failed to open stream: Connection refused 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 Notice: Undefined offset: 0 in /in/BaljB on line 19 Notice: Undefined offset: 0 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 1 in /in/BaljB on line 19 Notice: Undefined offset: 1 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 2 in /in/BaljB on line 19 Notice: Undefined offset: 2 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 3 in /in/BaljB on line 19 Notice: Undefined offset: 3 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 4 in /in/BaljB on line 19 Notice: Undefined offset: 4 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 5 in /in/BaljB on line 19 Notice: Undefined offset: 5 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 6 in /in/BaljB on line 19 Notice: Undefined offset: 6 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 7 in /in/BaljB on line 19 Notice: Undefined offset: 7 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 8 in /in/BaljB on line 19 Notice: Undefined offset: 8 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 9 in /in/BaljB on line 19 Notice: Undefined offset: 9 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 10 in /in/BaljB on line 19 Notice: Undefined offset: 10 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 11 in /in/BaljB on line 19 Notice: Undefined offset: 11 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 12 in /in/BaljB on line 19 Notice: Undefined offset: 12 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 13 in /in/BaljB on line 19 Notice: Undefined offset: 13 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 14 in /in/BaljB on line 19 Notice: Undefined offset: 14 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 15 in /in/BaljB on line 19 Notice: Undefined offset: 15 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 16 in /in/BaljB on line 19 Notice: Undefined offset: 16 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 17 in /in/BaljB on line 19 Notice: Undefined offset: 17 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 18 in /in/BaljB on line 19 Notice: Undefined offset: 18 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 19 in /in/BaljB on line 19 Notice: Undefined offset: 19 in /in/BaljB on line 22 Not Live
Output for 5.0.3 - 5.0.5
Warning: DOMDocument::load(): php_network_getaddresses: getaddrinfo failed: System error in /in/BaljB on line 3 Warning: DOMDocument::load(http://static.cricinfo.com/rss/livescores.xml): failed to open stream: Connection refused in /in/BaljB on line 3 Warning: connection refusedI/O warning : failed to load external entity "http://static.cricinfo.com/rss/livescores.xml" in /in/BaljB on line 3 Notice: Undefined offset: 0 in /in/BaljB on line 19 Notice: Undefined offset: 0 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 1 in /in/BaljB on line 19 Notice: Undefined offset: 1 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 2 in /in/BaljB on line 19 Notice: Undefined offset: 2 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 3 in /in/BaljB on line 19 Notice: Undefined offset: 3 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 4 in /in/BaljB on line 19 Notice: Undefined offset: 4 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 5 in /in/BaljB on line 19 Notice: Undefined offset: 5 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 6 in /in/BaljB on line 19 Notice: Undefined offset: 6 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 7 in /in/BaljB on line 19 Notice: Undefined offset: 7 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 8 in /in/BaljB on line 19 Notice: Undefined offset: 8 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 9 in /in/BaljB on line 19 Notice: Undefined offset: 9 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 10 in /in/BaljB on line 19 Notice: Undefined offset: 10 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 11 in /in/BaljB on line 19 Notice: Undefined offset: 11 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 12 in /in/BaljB on line 19 Notice: Undefined offset: 12 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 13 in /in/BaljB on line 19 Notice: Undefined offset: 13 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 14 in /in/BaljB on line 19 Notice: Undefined offset: 14 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 15 in /in/BaljB on line 19 Notice: Undefined offset: 15 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 16 in /in/BaljB on line 19 Notice: Undefined offset: 16 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 17 in /in/BaljB on line 19 Notice: Undefined offset: 17 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 18 in /in/BaljB on line 19 Notice: Undefined offset: 18 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 19 in /in/BaljB on line 19 Notice: Undefined offset: 19 in /in/BaljB on line 22 Not Live
Output for 5.0.1 - 5.0.2
Warning: DOMDocument::load(): php_network_getaddresses: gethostbyname failed in /in/BaljB on line 3 Warning: DOMDocument::load(http://static.cricinfo.com/rss/livescores.xml): failed to open stream: Resource temporarily unavailable in /in/BaljB on line 3 Warning: connection refusedI/O warning : failed to load external entity "http://static.cricinfo.com/rss/livescores.xml" in /in/BaljB on line 3 Notice: Undefined offset: 0 in /in/BaljB on line 19 Notice: Undefined offset: 0 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 1 in /in/BaljB on line 19 Notice: Undefined offset: 1 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 2 in /in/BaljB on line 19 Notice: Undefined offset: 2 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 3 in /in/BaljB on line 19 Notice: Undefined offset: 3 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 4 in /in/BaljB on line 19 Notice: Undefined offset: 4 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 5 in /in/BaljB on line 19 Notice: Undefined offset: 5 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 6 in /in/BaljB on line 19 Notice: Undefined offset: 6 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 7 in /in/BaljB on line 19 Notice: Undefined offset: 7 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 8 in /in/BaljB on line 19 Notice: Undefined offset: 8 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 9 in /in/BaljB on line 19 Notice: Undefined offset: 9 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 10 in /in/BaljB on line 19 Notice: Undefined offset: 10 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 11 in /in/BaljB on line 19 Notice: Undefined offset: 11 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 12 in /in/BaljB on line 19 Notice: Undefined offset: 12 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 13 in /in/BaljB on line 19 Notice: Undefined offset: 13 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 14 in /in/BaljB on line 19 Notice: Undefined offset: 14 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 15 in /in/BaljB on line 19 Notice: Undefined offset: 15 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 16 in /in/BaljB on line 19 Notice: Undefined offset: 16 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 17 in /in/BaljB on line 19 Notice: Undefined offset: 17 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 18 in /in/BaljB on line 19 Notice: Undefined offset: 18 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 19 in /in/BaljB on line 19 Notice: Undefined offset: 19 in /in/BaljB on line 22 Not Live
Output for 5.0.0
Warning: DOMDocument::load(): php_network_getaddresses: gethostbyname failed in /in/BaljB on line 3 Warning: DOMDocument::load(http://static.cricinfo.com/rss/livescores.xml): failed to open stream: Bad file descriptor in /in/BaljB on line 3 Warning: connection refusedI/O warning : failed to load external entity "http://static.cricinfo.com/rss/livescores.xml" in /in/BaljB on line 3 Notice: Undefined offset: 0 in /in/BaljB on line 19 Notice: Undefined offset: 0 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 1 in /in/BaljB on line 19 Notice: Undefined offset: 1 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 2 in /in/BaljB on line 19 Notice: Undefined offset: 2 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 3 in /in/BaljB on line 19 Notice: Undefined offset: 3 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 4 in /in/BaljB on line 19 Notice: Undefined offset: 4 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 5 in /in/BaljB on line 19 Notice: Undefined offset: 5 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 6 in /in/BaljB on line 19 Notice: Undefined offset: 6 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 7 in /in/BaljB on line 19 Notice: Undefined offset: 7 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 8 in /in/BaljB on line 19 Notice: Undefined offset: 8 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 9 in /in/BaljB on line 19 Notice: Undefined offset: 9 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 10 in /in/BaljB on line 19 Notice: Undefined offset: 10 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 11 in /in/BaljB on line 19 Notice: Undefined offset: 11 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 12 in /in/BaljB on line 19 Notice: Undefined offset: 12 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 13 in /in/BaljB on line 19 Notice: Undefined offset: 13 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 14 in /in/BaljB on line 19 Notice: Undefined offset: 14 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 15 in /in/BaljB on line 19 Notice: Undefined offset: 15 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 16 in /in/BaljB on line 19 Notice: Undefined offset: 16 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 17 in /in/BaljB on line 19 Notice: Undefined offset: 17 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 18 in /in/BaljB on line 19 Notice: Undefined offset: 18 in /in/BaljB on line 22 Not Live Notice: Undefined offset: 19 in /in/BaljB on line 19 Notice: Undefined offset: 19 in /in/BaljB on line 22 Not Live
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_OBJECT_OPERATOR, expecting ')' in /in/BaljB on line 9
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 T_OBJECT_OPERATOR, expecting ')' in /in/BaljB on line 9
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `')'' in /in/BaljB on line 9
Process exited with code 255.

preferences:
383.69 ms | 401 KiB | 455 Q