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 8.3.0 - 8.3.6
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
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
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 8.0.13 - 8.0.30
Warning: Undefined array key "REMOTE_ADDR" in /in/WB05U on line 1 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo 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 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 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo 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 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 0
Output for 8.0.0 - 8.0.12
Warning: Undefined array key "REMOTE_ADDR" in /in/WB05U on line 1 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/WB05U on line 1 Warning: file_get_contents(http://freegeoip.net/json/): Failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution 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 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution 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 failed: Temporary failure in name resolution 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 0
Output for 7.4.26 - 7.4.33
Notice: Undefined index: REMOTE_ADDR in /in/WB05U on line 1 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo 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 failed: System error in /in/WB05U on line 1 Notice: Trying to get property 'latitude' of non-object in /in/WB05U on line 3 Notice: Trying to get property 'longitude' of non-object in /in/WB05U on line 4 Notice: Undefined variable: row in /in/WB05U on line 7 Notice: Trying to get property 'field_address' of non-object in /in/WB05U on line 7 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo 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 failed: System error in /in/WB05U on line 9 Notice: Trying to get property 'results' of non-object in /in/WB05U on line 11 Notice: Trying to access array offset on value of type null in /in/WB05U on line 11 Notice: Trying to get property 'geometry' of non-object in /in/WB05U on line 11 Notice: Trying to get property 'location' of non-object in /in/WB05U on line 11 Notice: Trying to get property 'lat' of non-object in /in/WB05U on line 11 Notice: Trying to get property 'results' of non-object in /in/WB05U on line 12 Notice: Trying to access array offset on value of type null in /in/WB05U on line 12 Notice: Trying to get property 'geometry' of non-object in /in/WB05U on line 12 Notice: Trying to get property 'location' of non-object in /in/WB05U on line 12 Notice: Trying to get property 'lng' of non-object in /in/WB05U on line 12 0
Output for 7.4.0 - 7.4.25
Notice: Undefined index: REMOTE_ADDR in /in/WB05U on line 1 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/WB05U on line 1 Warning: file_get_contents(http://freegeoip.net/json/): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/WB05U on line 1 Notice: Trying to get property 'latitude' of non-object in /in/WB05U on line 3 Notice: Trying to get property 'longitude' of non-object in /in/WB05U on line 4 Notice: Undefined variable: row in /in/WB05U on line 7 Notice: Trying to get property 'field_address' of non-object in /in/WB05U on line 7 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution 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 failed: Temporary failure in name resolution in /in/WB05U on line 9 Notice: Trying to get property 'results' of non-object in /in/WB05U on line 11 Notice: Trying to access array offset on value of type null in /in/WB05U on line 11 Notice: Trying to get property 'geometry' of non-object in /in/WB05U on line 11 Notice: Trying to get property 'location' of non-object in /in/WB05U on line 11 Notice: Trying to get property 'lat' of non-object in /in/WB05U on line 11 Notice: Trying to get property 'results' of non-object in /in/WB05U on line 12 Notice: Trying to access array offset on value of type null in /in/WB05U on line 12 Notice: Trying to get property 'geometry' of non-object in /in/WB05U on line 12 Notice: Trying to get property 'location' of non-object in /in/WB05U on line 12 Notice: Trying to get property 'lng' of non-object in /in/WB05U on line 12 0
Output for 7.3.32 - 7.3.33
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo 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 failed: System error in /in/WB05U on line 1 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo 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 failed: System error in /in/WB05U on line 9 0
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.31
Notice: Undefined index: REMOTE_ADDR in /in/WB05U on line 1 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/WB05U on line 1 Warning: file_get_contents(http://freegeoip.net/json/): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/WB05U on line 1 Notice: Trying to get property 'latitude' of non-object in /in/WB05U on line 3 Notice: Trying to get property 'longitude' of non-object in /in/WB05U on line 4 Notice: Undefined variable: row in /in/WB05U on line 7 Notice: Trying to get property 'field_address' of non-object in /in/WB05U on line 7 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution 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 failed: Temporary failure in name resolution in /in/WB05U on line 9 Notice: Trying to get property 'results' of non-object in /in/WB05U on line 11 Notice: Trying to get property 'geometry' of non-object in /in/WB05U on line 11 Notice: Trying to get property 'location' of non-object in /in/WB05U on line 11 Notice: Trying to get property 'lat' of non-object in /in/WB05U on line 11 Notice: Trying to get property 'results' of non-object in /in/WB05U on line 12 Notice: Trying to get property 'geometry' of non-object in /in/WB05U on line 12 Notice: Trying to get property 'location' of non-object in /in/WB05U on line 12 Notice: Trying to get property 'lng' of non-object in /in/WB05U on line 12 0
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33
Notice: Undefined index: REMOTE_ADDR in /in/WB05U on line 1 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/WB05U on line 1 Warning: file_get_contents(http://freegeoip.net/json/): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/WB05U on line 1 Notice: Trying to get property of non-object in /in/WB05U on line 3 Notice: Trying to get property of non-object in /in/WB05U on line 4 Notice: Undefined variable: row in /in/WB05U on line 7 Notice: Trying to get property of non-object in /in/WB05U on line 7 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution 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 failed: Temporary failure in name resolution in /in/WB05U on line 9 Notice: Trying to get property of non-object in /in/WB05U on line 11 Notice: Trying to get property of non-object in /in/WB05U on line 11 Notice: Trying to get property of non-object in /in/WB05U on line 11 Notice: Trying to get property of non-object in /in/WB05U on line 11 Notice: Trying to get property of non-object in /in/WB05U on line 12 Notice: Trying to get property of non-object in /in/WB05U on line 12 Notice: Trying to get property of non-object in /in/WB05U on line 12 Notice: Trying to get property of non-object in /in/WB05U on line 12 0
Output for 5.2.6 - 5.2.17
Notice: Undefined index: REMOTE_ADDR in /in/WB05U on line 1 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/WB05U on line 1 Warning: file_get_contents(http://freegeoip.net/json/): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/WB05U on line 1 Notice: Trying to get property of non-object in /in/WB05U on line 3 Notice: Trying to get property of non-object in /in/WB05U on line 4 Notice: Undefined variable: row in /in/WB05U on line 7 Notice: Trying to get property of non-object in /in/WB05U on line 7 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution 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 failed: Temporary failure in name resolution in /in/WB05U on line 9 Notice: Trying to get property of non-object in /in/WB05U on line 11 Notice: Trying to get property of non-object in /in/WB05U on line 11 Notice: Trying to get property of non-object in /in/WB05U on line 11 Notice: Trying to get property of non-object in /in/WB05U on line 11 Notice: Trying to get property of non-object in /in/WB05U on line 12 Notice: Trying to get property of non-object in /in/WB05U on line 12 Notice: Trying to get property of non-object in /in/WB05U on line 12 Notice: Trying to get property of non-object in /in/WB05U on line 12 0
Output for 5.2.0 - 5.2.5
Notice: Undefined index: REMOTE_ADDR in /in/WB05U on line 1 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/WB05U on line 1 Warning: file_get_contents(http://freegeoip.net/json/): failed to open stream: Resource temporarily unavailable in /in/WB05U on line 1 Notice: Trying to get property of non-object in /in/WB05U on line 3 Notice: Trying to get property of non-object in /in/WB05U on line 4 Notice: Undefined variable: row in /in/WB05U on line 7 Notice: Trying to get property of non-object in /in/WB05U on line 7 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution 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: Resource temporarily unavailable in /in/WB05U on line 9 Notice: Trying to get property of non-object in /in/WB05U on line 11 Notice: Trying to get property of non-object in /in/WB05U on line 11 Notice: Trying to get property of non-object in /in/WB05U on line 11 Notice: Trying to get property of non-object in /in/WB05U on line 11 Notice: Trying to get property of non-object in /in/WB05U on line 12 Notice: Trying to get property of non-object in /in/WB05U on line 12 Notice: Trying to get property of non-object in /in/WB05U on line 12 Notice: Trying to get property of non-object in /in/WB05U on line 12 0
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Fatal error: Call to undefined function json_decode() in /in/WB05U on line 1
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: json_decode() in /in/WB05U on line 1
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Fatal error: Call to undefined function: json_decode() in /in/WB05U on line 1
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: json_decode() in /in/WB05U on line 1

preferences:
309.85 ms | 401 KiB | 464 Q