3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = simplexml_load_file('http://weather.yahooapis.com/forecastrss?w=868274&u=c'); $weatherInfo = $xml->channel->item->description; $imagePattern = '/src="(.*?)"/i'; preg_match($imagePattern, $weatherInfo, $matches); $imageSrc = $matches[1]; $degreesPattern = '/.*?, (-?\d+) C/i'; preg_match($degreesPattern, $weatherInfo, $matches); $degrees = $matches[1]; echo $degrees;
Output for 8.3.0 - 8.3.6
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo for weather.yahooapis.com failed: System error in /in/qfSfE on line 2 Warning: simplexml_load_file(http://weather.yahooapis.com/forecastrss?w=868274&u=c): Failed to open stream: php_network_getaddresses: getaddrinfo for weather.yahooapis.com failed: System error in /in/qfSfE on line 2 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://weather.yahooapis.com/forecastrss?w=868274&u=c" in /in/qfSfE on line 2 Warning: Attempt to read property "channel" on false in /in/qfSfE on line 3 Warning: Attempt to read property "item" on null in /in/qfSfE on line 3 Warning: Attempt to read property "description" on null in /in/qfSfE on line 3 Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /in/qfSfE on line 5 Warning: Undefined array key 1 in /in/qfSfE on line 6 Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /in/qfSfE on line 8 Warning: Undefined array key 1 in /in/qfSfE on line 9
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo for weather.yahooapis.com failed: System error in /in/qfSfE on line 2 Warning: simplexml_load_file(http://weather.yahooapis.com/forecastrss?w=868274&u=c): Failed to open stream: php_network_getaddresses: getaddrinfo for weather.yahooapis.com failed: System error in /in/qfSfE on line 2 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://weather.yahooapis.com/forecastrss?w=868274&u=c" in /in/qfSfE on line 2 Warning: Attempt to read property "channel" on bool in /in/qfSfE on line 3 Warning: Attempt to read property "item" on null in /in/qfSfE on line 3 Warning: Attempt to read property "description" on null in /in/qfSfE on line 3 Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /in/qfSfE on line 5 Warning: Undefined array key 1 in /in/qfSfE on line 6 Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /in/qfSfE on line 8 Warning: Undefined array key 1 in /in/qfSfE on line 9
Output for 8.0.13 - 8.0.30
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: System error in /in/qfSfE on line 2 Warning: simplexml_load_file(http://weather.yahooapis.com/forecastrss?w=868274&u=c): Failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/qfSfE on line 2 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://weather.yahooapis.com/forecastrss?w=868274&u=c" in /in/qfSfE on line 2 Warning: Attempt to read property "channel" on bool in /in/qfSfE on line 3 Warning: Attempt to read property "item" on null in /in/qfSfE on line 3 Warning: Attempt to read property "description" on null in /in/qfSfE on line 3 Warning: Undefined array key 1 in /in/qfSfE on line 6 Warning: Undefined array key 1 in /in/qfSfE on line 9
Output for 8.0.0 - 8.0.12
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/qfSfE on line 2 Warning: simplexml_load_file(http://weather.yahooapis.com/forecastrss?w=868274&u=c): Failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/qfSfE on line 2 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://weather.yahooapis.com/forecastrss?w=868274&u=c" in /in/qfSfE on line 2 Warning: Attempt to read property "channel" on bool in /in/qfSfE on line 3 Warning: Attempt to read property "item" on null in /in/qfSfE on line 3 Warning: Attempt to read property "description" on null in /in/qfSfE on line 3 Warning: Undefined array key 1 in /in/qfSfE on line 6 Warning: Undefined array key 1 in /in/qfSfE on line 9
Output for 7.2.0 - 7.2.6, 7.3.12, 7.4.0, 7.4.27 - 7.4.33
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: System error in /in/qfSfE on line 2 Warning: simplexml_load_file(http://weather.yahooapis.com/forecastrss?w=868274&u=c): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/qfSfE on line 2 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://weather.yahooapis.com/forecastrss?w=868274&u=c" in /in/qfSfE on line 2 Notice: Trying to get property 'channel' of non-object in /in/qfSfE on line 3 Notice: Trying to get property 'item' of non-object in /in/qfSfE on line 3 Notice: Trying to get property 'description' of non-object in /in/qfSfE on line 3 Notice: Undefined offset: 1 in /in/qfSfE on line 6 Notice: Undefined offset: 1 in /in/qfSfE on line 9
Output for 7.3.32 - 7.3.33, 7.4.26
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: System error in /in/qfSfE on line 2 Warning: simplexml_load_file(http://weather.yahooapis.com/forecastrss?w=868274&u=c): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/qfSfE on line 2 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://weather.yahooapis.com/forecastrss?w=868274&u=c" in /in/qfSfE on line 2
Output for 7.2.29 - 7.2.33, 7.3.16 - 7.3.31, 7.4.3 - 7.4.25
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/qfSfE on line 2 Warning: simplexml_load_file(http://weather.yahooapis.com/forecastrss?w=868274&u=c): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/qfSfE on line 2 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://weather.yahooapis.com/forecastrss?w=868274&u=c" in /in/qfSfE on line 2 Notice: Trying to get property 'channel' of non-object in /in/qfSfE on line 3 Notice: Trying to get property 'item' of non-object in /in/qfSfE on line 3 Notice: Trying to get property 'description' of non-object in /in/qfSfE on line 3 Notice: Undefined offset: 1 in /in/qfSfE on line 6 Notice: Undefined offset: 1 in /in/qfSfE on line 9
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.30, 7.0.0 - 7.0.20, 7.1.0 - 7.1.20
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: System error in /in/qfSfE on line 2 Warning: simplexml_load_file(http://weather.yahooapis.com/forecastrss?w=868274&u=c): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/qfSfE on line 2 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://weather.yahooapis.com/forecastrss?w=868274&u=c" in /in/qfSfE on line 2 Notice: Trying to get property of non-object in /in/qfSfE on line 3 Notice: Trying to get property of non-object in /in/qfSfE on line 3 Notice: Trying to get property of non-object in /in/qfSfE on line 3 Notice: Undefined offset: 1 in /in/qfSfE on line 6 Notice: Undefined offset: 1 in /in/qfSfE on line 9

preferences:
285.98 ms | 404 KiB | 319 Q