3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = 'http://api.chefkoch.de/api/1.2/api-recipe.php?ID=640221164979273'; $content = file_get_contents($url); $json = json_decode($content, true); foreach($json['data']['weather'] as $item) { print $item['date']; print ' - '; print $item['weatherDesc'][0]['value']; print ' - '; print '<img src="' . $item['weatherIconUrl'][0]['value'] . '" border="0" alt="" />'; print '<br>'; }
Output for 8.3.0 - 8.3.7
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for api.chefkoch.de failed: System error in /in/KYP0u on line 4 Warning: file_get_contents(http://api.chefkoch.de/api/1.2/api-recipe.php?ID=640221164979273): Failed to open stream: php_network_getaddresses: getaddrinfo for api.chefkoch.de failed: System error in /in/KYP0u on line 4 Warning: Trying to access array offset on null in /in/KYP0u on line 7 Warning: Trying to access array offset on null in /in/KYP0u on line 7 Warning: foreach() argument must be of type array|object, null given in /in/KYP0u on line 7
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.19
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for api.chefkoch.de failed: System error in /in/KYP0u on line 4 Warning: file_get_contents(http://api.chefkoch.de/api/1.2/api-recipe.php?ID=640221164979273): Failed to open stream: php_network_getaddresses: getaddrinfo for api.chefkoch.de failed: System error in /in/KYP0u on line 4 Warning: Trying to access array offset on value of type null in /in/KYP0u on line 7 Warning: Trying to access array offset on value of type null in /in/KYP0u on line 7 Warning: foreach() argument must be of type array|object, null given in /in/KYP0u on line 7
Output for 8.0.13 - 8.0.30
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/KYP0u on line 4 Warning: file_get_contents(http://api.chefkoch.de/api/1.2/api-recipe.php?ID=640221164979273): Failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/KYP0u on line 4 Warning: Trying to access array offset on value of type null in /in/KYP0u on line 7 Warning: Trying to access array offset on value of type null in /in/KYP0u on line 7 Warning: foreach() argument must be of type array|object, null given in /in/KYP0u on line 7
Output for 8.0.0 - 8.0.12
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/KYP0u on line 4 Warning: file_get_contents(http://api.chefkoch.de/api/1.2/api-recipe.php?ID=640221164979273): Failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/KYP0u on line 4 Warning: Trying to access array offset on value of type null in /in/KYP0u on line 7 Warning: Trying to access array offset on value of type null in /in/KYP0u on line 7 Warning: foreach() argument must be of type array|object, null given in /in/KYP0u on line 7
Output for 7.4.26 - 7.4.33
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/KYP0u on line 4 Warning: file_get_contents(http://api.chefkoch.de/api/1.2/api-recipe.php?ID=640221164979273): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/KYP0u on line 4 Notice: Trying to access array offset on value of type null in /in/KYP0u on line 7 Notice: Trying to access array offset on value of type null in /in/KYP0u on line 7 Warning: Invalid argument supplied for foreach() in /in/KYP0u on line 7
Output for 7.4.0 - 7.4.25
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/KYP0u on line 4 Warning: file_get_contents(http://api.chefkoch.de/api/1.2/api-recipe.php?ID=640221164979273): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/KYP0u on line 4 Notice: Trying to access array offset on value of type null in /in/KYP0u on line 7 Notice: Trying to access array offset on value of type null in /in/KYP0u on line 7 Warning: Invalid argument supplied for foreach() in /in/KYP0u on line 7
Output for 7.3.32 - 7.3.33
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/KYP0u on line 4 Warning: file_get_contents(http://api.chefkoch.de/api/1.2/api-recipe.php?ID=640221164979273): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/KYP0u on line 4 Warning: Invalid argument supplied for foreach() in /in/KYP0u on line 7
Output for 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.33, 7.3.0 - 7.3.31
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/KYP0u on line 4 Warning: file_get_contents(http://api.chefkoch.de/api/1.2/api-recipe.php?ID=640221164979273): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/KYP0u on line 4 Warning: Invalid argument supplied for foreach() in /in/KYP0u on line 7

preferences:
229.9 ms | 403 KiB | 332 Q