3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tracking_no = "EM909320015MY"; $url = "http://wwww.17track.net/r/handlertrack.ashx?callback=callback&num=" . $tracking_no; $json_query = file_get_contents($url); $json = json_decode($json_query); foreach($json->{'dat'}->{'z1'} as $row) { echo $row->{"a"} . "<br>"; echo $row->{"c"} . "<br>"; echo $row->{"z"} . "<br><br><br>"; }
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for wwww.17track.net failed: System error in /in/Ap846 on line 7 Warning: file_get_contents(http://wwww.17track.net/r/handlertrack.ashx?callback=callback&num=EM909320015MY): Failed to open stream: php_network_getaddresses: getaddrinfo for wwww.17track.net failed: System error in /in/Ap846 on line 7 Warning: Attempt to read property "dat" on null in /in/Ap846 on line 11 Warning: Attempt to read property "z1" on null in /in/Ap846 on line 11 Warning: foreach() argument must be of type array|object, null given in /in/Ap846 on line 11
Output for 8.0.13 - 8.0.30
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/Ap846 on line 7 Warning: file_get_contents(http://wwww.17track.net/r/handlertrack.ashx?callback=callback&num=EM909320015MY): Failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/Ap846 on line 7 Warning: Attempt to read property "dat" on null in /in/Ap846 on line 11 Warning: Attempt to read property "z1" on null in /in/Ap846 on line 11 Warning: foreach() argument must be of type array|object, null given in /in/Ap846 on line 11
Output for 8.0.0 - 8.0.12
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/Ap846 on line 7 Warning: file_get_contents(http://wwww.17track.net/r/handlertrack.ashx?callback=callback&num=EM909320015MY): Failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/Ap846 on line 7 Warning: Attempt to read property "dat" on null in /in/Ap846 on line 11 Warning: Attempt to read property "z1" on null in /in/Ap846 on line 11 Warning: foreach() argument must be of type array|object, null given in /in/Ap846 on line 11
Output for 7.2.0 - 7.2.25, 7.3.0 - 7.3.12, 7.4.0, 7.4.26 - 7.4.33
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/Ap846 on line 7 Warning: file_get_contents(http://wwww.17track.net/r/handlertrack.ashx?callback=callback&num=EM909320015MY): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/Ap846 on line 7 Notice: Trying to get property 'dat' of non-object in /in/Ap846 on line 11 Notice: Trying to get property 'z1' of non-object in /in/Ap846 on line 11 Warning: Invalid argument supplied for foreach() in /in/Ap846 on line 11
Output for 7.2.29 - 7.2.33, 7.3.16 - 7.3.31, 7.4.3 - 7.4.25
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/Ap846 on line 7 Warning: file_get_contents(http://wwww.17track.net/r/handlertrack.ashx?callback=callback&num=EM909320015MY): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/Ap846 on line 7 Notice: Trying to get property 'dat' of non-object in /in/Ap846 on line 11 Notice: Trying to get property 'z1' of non-object in /in/Ap846 on line 11 Warning: Invalid argument supplied for foreach() in /in/Ap846 on line 11
Output for 7.3.32 - 7.3.33
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/Ap846 on line 7 Warning: file_get_contents(http://wwww.17track.net/r/handlertrack.ashx?callback=callback&num=EM909320015MY): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/Ap846 on line 7 Warning: Invalid argument supplied for foreach() in /in/Ap846 on line 11
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/Ap846 on line 7 Warning: file_get_contents(http://wwww.17track.net/r/handlertrack.ashx?callback=callback&num=EM909320015MY): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/Ap846 on line 7 Notice: Trying to get property of non-object in /in/Ap846 on line 11 Notice: Trying to get property of non-object in /in/Ap846 on line 11 Warning: Invalid argument supplied for foreach() in /in/Ap846 on line 11

preferences:
191 ms | 403 KiB | 327 Q