3v4l.org

run code in 300+ PHP versions simultaneously
<?php $current_location = json_decode(file_get_contents('http://freegeoip.net/json/'.$_SERVER['REMOTE_ADDR'])); $lat2 = $current_location->latitude; $lon2 = $current_location->longitude; ?> <?php $resto_address = $row->field_address; $prepAddr = str_replace(' ','+',$resto_address); $geocode=file_get_contents('http://maps.google.com/maps/api/geocode/json?address='.$prepAddr.'&sensor=false'); $output2= json_decode($geocode); $lat1 = $output2->results[0]->geometry->location->lat; $lon1 = $output2->results[0]->geometry->location->lng; $theta = $lon1 - $lon2; $dist = sin(deg2rad($lat1)) * sin(deg2rad($lat2)) + cos(deg2rad($lat1)) * cos(deg2rad($lat2)) * cos(deg2rad($theta)); $dist = acos($dist); $dist = rad2deg($dist); echo $miles = $dist * 60 * 1.1515; //$unit = strtoupper(M); ?>
Output for git.master, git.master_jit
Warning: Undefined array key "REMOTE_ADDR" in /in/WB05U on line 1 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for freegeoip.net failed: System error in /in/WB05U on line 1 Warning: file_get_contents(http://freegeoip.net/json/): Failed to open stream: php_network_getaddresses: getaddrinfo for freegeoip.net failed: System error in /in/WB05U on line 1 Warning: Attempt to read property "latitude" on null in /in/WB05U on line 3 Warning: Attempt to read property "longitude" on null in /in/WB05U on line 4 Warning: Undefined variable $row in /in/WB05U on line 7 Warning: Attempt to read property "field_address" on null in /in/WB05U on line 7 Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /in/WB05U on line 8 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for maps.google.com failed: System error in /in/WB05U on line 9 Warning: file_get_contents(http://maps.google.com/maps/api/geocode/json?address=&sensor=false): Failed to open stream: php_network_getaddresses: getaddrinfo for maps.google.com failed: System error in /in/WB05U on line 9 Warning: Attempt to read property "results" on null in /in/WB05U on line 11 Warning: Trying to access array offset on value of type null in /in/WB05U on line 11 Warning: Attempt to read property "geometry" on null in /in/WB05U on line 11 Warning: Attempt to read property "location" on null in /in/WB05U on line 11 Warning: Attempt to read property "lat" on null in /in/WB05U on line 11 Warning: Attempt to read property "results" on null in /in/WB05U on line 12 Warning: Trying to access array offset on value of type null in /in/WB05U on line 12 Warning: Attempt to read property "geometry" on null in /in/WB05U on line 12 Warning: Attempt to read property "location" on null in /in/WB05U on line 12 Warning: Attempt to read property "lng" on null in /in/WB05U on line 12 Deprecated: deg2rad(): Passing null to parameter #1 ($num) of type float is deprecated in /in/WB05U on line 15 Deprecated: deg2rad(): Passing null to parameter #1 ($num) of type float is deprecated in /in/WB05U on line 15 Deprecated: deg2rad(): Passing null to parameter #1 ($num) of type float is deprecated in /in/WB05U on line 15 Deprecated: deg2rad(): Passing null to parameter #1 ($num) of type float is deprecated in /in/WB05U on line 15 0
Output for rfc.property-hooks
Warning: Undefined array key "REMOTE_ADDR" in /in/WB05U on line 1 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for freegeoip.net failed: System error in /in/WB05U on line 1 Warning: file_get_contents(http://freegeoip.net/json/): Failed to open stream: php_network_getaddresses: getaddrinfo for freegeoip.net failed: System error in /in/WB05U on line 1 Warning: Attempt to read property "latitude" on null in /in/WB05U on line 3 Warning: Attempt to read property "longitude" on null in /in/WB05U on line 4 Warning: Undefined variable $row in /in/WB05U on line 7 Warning: Attempt to read property "field_address" on null in /in/WB05U on line 7 Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /in/WB05U on line 8 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for maps.google.com failed: System error in /in/WB05U on line 9 Warning: file_get_contents(http://maps.google.com/maps/api/geocode/json?address=&sensor=false): Failed to open stream: php_network_getaddresses: getaddrinfo for maps.google.com failed: System error in /in/WB05U on line 9 Warning: Attempt to read property "results" on null in /in/WB05U on line 11 Warning: Trying to access array offset on null in /in/WB05U on line 11 Warning: Attempt to read property "geometry" on null in /in/WB05U on line 11 Warning: Attempt to read property "location" on null in /in/WB05U on line 11 Warning: Attempt to read property "lat" on null in /in/WB05U on line 11 Warning: Attempt to read property "results" on null in /in/WB05U on line 12 Warning: Trying to access array offset on null in /in/WB05U on line 12 Warning: Attempt to read property "geometry" on null in /in/WB05U on line 12 Warning: Attempt to read property "location" on null in /in/WB05U on line 12 Warning: Attempt to read property "lng" on null in /in/WB05U on line 12 Deprecated: deg2rad(): Passing null to parameter #1 ($num) of type float is deprecated in /in/WB05U on line 15 Deprecated: deg2rad(): Passing null to parameter #1 ($num) of type float is deprecated in /in/WB05U on line 15 Deprecated: deg2rad(): Passing null to parameter #1 ($num) of type float is deprecated in /in/WB05U on line 15 Deprecated: deg2rad(): Passing null to parameter #1 ($num) of type float is deprecated in /in/WB05U on line 15 0

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:
42.93 ms | 409 KiB | 8 Q