3v4l.org

run code in 300+ PHP versions simultaneously
<?php $Zurl = "http://www.zillow.com/webservice/GetDeepSearchResults.htm?zws-id=X1-ZWz1b6ggncyqyz_7galu&address=2114+Bigelow+Avenue&citystatezip=Seattle%2C+WA"; /** Get Data */ $ZillowData = file_get_contents($Zurl); //Process Response $ZData = simplexml_load_file($ZillowData); print_r($ZData);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for www.zillow.com failed: System error in /in/c3ufJ on line 5 Warning: file_get_contents(http://www.zillow.com/webservice/GetDeepSearchResults.htm?zws-id=X1-ZWz1b6ggncyqyz_7galu&address=2114+Bigelow+Avenue&citystatezip=Seattle%2C+WA): Failed to open stream: php_network_getaddresses: getaddrinfo for www.zillow.com failed: System error in /in/c3ufJ on line 5 Warning: simplexml_load_file(): I/O warning : failed to load external entity "" in /in/c3ufJ on line 8

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