3v4l.org

run code in 300+ PHP versions simultaneously
<?php $user_ip = getenv('REMOTE_ADDR'); $geo = unserialize(file_get_contents("http://www.geoplugin.net/php.gp?ip=$user_ip")); $city = $geo["geoplugin_city"]; $region = $geo["geoplugin_regionName"]; $country = $geo["geoplugin_countryName"]; echo "City: ".$city."<br>"; echo "Region: ".$region."<br>"; echo "Country: ".$country."<br>"; /* geoplugin_request geoplugin_status geoplugin_credit geoplugin_city geoplugin_region geoplugin_areaCode geoplugin_dmaCode geoplugin_countryCode geoplugin_countryName geoplugin_continentCode geoplugin_latitude geoplugin_longitude geoplugin_regionCode geoplugin_regionName geoplugin_currencyCode geoplugin_currencySymbol geoplugin_currencySymbol_UTF8 geoplugin_currencyConverter */ ?>
Output for 8.3.0 - 8.3.7
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for www.geoplugin.net failed: System error in /in/H7cVk on line 3 Warning: file_get_contents(http://www.geoplugin.net/php.gp?ip=): Failed to open stream: php_network_getaddresses: getaddrinfo for www.geoplugin.net failed: System error in /in/H7cVk on line 3 Warning: Trying to access array offset on false in /in/H7cVk on line 4 Warning: Trying to access array offset on false in /in/H7cVk on line 5 Warning: Trying to access array offset on false in /in/H7cVk on line 6 City: <br>Region: <br>Country: <br>
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.19
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for www.geoplugin.net failed: System error in /in/H7cVk on line 3 Warning: file_get_contents(http://www.geoplugin.net/php.gp?ip=): Failed to open stream: php_network_getaddresses: getaddrinfo for www.geoplugin.net failed: System error in /in/H7cVk on line 3 Warning: Trying to access array offset on value of type bool in /in/H7cVk on line 4 Warning: Trying to access array offset on value of type bool in /in/H7cVk on line 5 Warning: Trying to access array offset on value of type bool in /in/H7cVk on line 6 City: <br>Region: <br>Country: <br>
Output for 8.0.13 - 8.0.30
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/H7cVk on line 3 Warning: file_get_contents(http://www.geoplugin.net/php.gp?ip=): Failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/H7cVk on line 3 Warning: Trying to access array offset on value of type bool in /in/H7cVk on line 4 Warning: Trying to access array offset on value of type bool in /in/H7cVk on line 5 Warning: Trying to access array offset on value of type bool in /in/H7cVk on line 6 City: <br>Region: <br>Country: <br>
Output for 8.0.0 - 8.0.12
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/H7cVk on line 3 Warning: file_get_contents(http://www.geoplugin.net/php.gp?ip=): Failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/H7cVk on line 3 Warning: Trying to access array offset on value of type bool in /in/H7cVk on line 4 Warning: Trying to access array offset on value of type bool in /in/H7cVk on line 5 Warning: Trying to access array offset on value of type bool in /in/H7cVk on line 6 City: <br>Region: <br>Country: <br>
Output for 7.4.0 - 7.4.1, 7.4.26 - 7.4.33
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/H7cVk on line 3 Warning: file_get_contents(http://www.geoplugin.net/php.gp?ip=): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/H7cVk on line 3 Notice: Trying to access array offset on value of type bool in /in/H7cVk on line 4 Notice: Trying to access array offset on value of type bool in /in/H7cVk on line 5 Notice: Trying to access array offset on value of type bool in /in/H7cVk on line 6 City: <br>Region: <br>Country: <br>
Output for 7.4.3 - 7.4.25
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/H7cVk on line 3 Warning: file_get_contents(http://www.geoplugin.net/php.gp?ip=): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/H7cVk on line 3 Notice: Trying to access array offset on value of type bool in /in/H7cVk on line 4 Notice: Trying to access array offset on value of type bool in /in/H7cVk on line 5 Notice: Trying to access array offset on value of type bool in /in/H7cVk on line 6 City: <br>Region: <br>Country: <br>
Output for 5.5.37 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.26, 7.3.0 - 7.3.13, 7.3.32 - 7.3.33
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/H7cVk on line 3 Warning: file_get_contents(http://www.geoplugin.net/php.gp?ip=): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/H7cVk on line 3 City: <br>Region: <br>Country: <br>
Output for 7.2.29 - 7.2.33, 7.3.16 - 7.3.31
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/H7cVk on line 3 Warning: file_get_contents(http://www.geoplugin.net/php.gp?ip=): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/H7cVk on line 3 City: <br>Region: <br>Country: <br>
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.36
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/H7cVk on line 3 Warning: file_get_contents(http://www.geoplugin.net/php.gp?ip=): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/H7cVk on line 3 City: <br>Region: <br>Country: <br>

preferences:
284.57 ms | 402 KiB | 376 Q