3v4l.org

run code in 300+ PHP versions simultaneously
<?php $server = $_SERVER['REMOTE_ADDR']; $rrs = file_get_contents("http://api.sypexgeo.net/json/".$server); $obj = json_decode($rrs); $country = $obj->country->name_ru; var_dump($obj);
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.4, 8.3.6
Warning: Undefined array key "REMOTE_ADDR" in /in/vR1u0 on line 3 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for api.sypexgeo.net failed: System error in /in/vR1u0 on line 4 Warning: file_get_contents(http://api.sypexgeo.net/json/): Failed to open stream: php_network_getaddresses: getaddrinfo for api.sypexgeo.net failed: System error in /in/vR1u0 on line 4 Warning: Attempt to read property "country" on null in /in/vR1u0 on line 6 Warning: Attempt to read property "name_ru" on null in /in/vR1u0 on line 6 NULL
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Warning: Undefined array key "REMOTE_ADDR" in /in/vR1u0 on line 3 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for api.sypexgeo.net failed: System error in /in/vR1u0 on line 4 Warning: file_get_contents(http://api.sypexgeo.net/json/): Failed to open stream: php_network_getaddresses: getaddrinfo for api.sypexgeo.net failed: System error in /in/vR1u0 on line 4 Warning: Attempt to read property "country" on null in /in/vR1u0 on line 6 Warning: Attempt to read property "name_ru" on null in /in/vR1u0 on line 6 NULL
Output for 8.0.13 - 8.0.30
Warning: Undefined array key "REMOTE_ADDR" in /in/vR1u0 on line 3 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/vR1u0 on line 4 Warning: file_get_contents(http://api.sypexgeo.net/json/): Failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/vR1u0 on line 4 Warning: Attempt to read property "country" on null in /in/vR1u0 on line 6 Warning: Attempt to read property "name_ru" on null in /in/vR1u0 on line 6 NULL
Output for 8.0.0 - 8.0.12
Warning: Undefined array key "REMOTE_ADDR" in /in/vR1u0 on line 3 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/vR1u0 on line 4 Warning: file_get_contents(http://api.sypexgeo.net/json/): Failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/vR1u0 on line 4 Warning: Attempt to read property "country" on null in /in/vR1u0 on line 6 Warning: Attempt to read property "name_ru" on null in /in/vR1u0 on line 6 NULL
Output for 7.3.33, 7.4.27 - 7.4.33
Notice: Undefined index: REMOTE_ADDR in /in/vR1u0 on line 3 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/vR1u0 on line 4 Warning: file_get_contents(http://api.sypexgeo.net/json/): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/vR1u0 on line 4 Notice: Trying to get property 'country' of non-object in /in/vR1u0 on line 6 Notice: Trying to get property 'name_ru' of non-object in /in/vR1u0 on line 6 NULL
Output for 7.3.32, 7.4.26
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/vR1u0 on line 4 Warning: file_get_contents(http://api.sypexgeo.net/json/): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/vR1u0 on line 4 NULL
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.25
Notice: Undefined index: REMOTE_ADDR in /in/vR1u0 on line 3 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/vR1u0 on line 4 Warning: file_get_contents(http://api.sypexgeo.net/json/): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/vR1u0 on line 4 Notice: Trying to get property 'country' of non-object in /in/vR1u0 on line 6 Notice: Trying to get property 'name_ru' of non-object in /in/vR1u0 on line 6 NULL

preferences:
149.2 ms | 403 KiB | 179 Q