3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = file_get_contents('http://data.bter.com/api/1/ticker/doge_btc'); $array = json_decode($url,true); foreach($array as $temp_array){ echo $temp_array['last']; echo "<br>"; echo $temp_array['high']; echo "<br>"; echo $temp_array['low']; } ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for data.bter.com failed: System error in /in/PAi28 on line 2 Warning: file_get_contents(http://data.bter.com/api/1/ticker/doge_btc): Failed to open stream: php_network_getaddresses: getaddrinfo for data.bter.com failed: System error in /in/PAi28 on line 2 Warning: foreach() argument must be of type array|object, null given in /in/PAi28 on line 4

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