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 git.master, git.master_jit
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 rfc.property-hooks
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

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:
70.99 ms | 402 KiB | 8 Q