3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = 'http://www.lolking.net/summoner/euw/21048165'; $content = file_get_contents($url); $first_step = explode( '<div class="personal_ratings_rating" style="margin-bottom: 0; height: 30px; font: bold 20px \'Trebuchet MS\';">' , $content ); $second_step = explode("</div>" , $first_step[1] ); echo $second_step[0];
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 www.lolking.net failed: System error in /in/ETBII on line 4 Warning: file_get_contents(http://www.lolking.net/summoner/euw/21048165): Failed to open stream: php_network_getaddresses: getaddrinfo for www.lolking.net failed: System error in /in/ETBII on line 4 Warning: Undefined array key 1 in /in/ETBII on line 6 Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /in/ETBII on line 6
Output for 8.0.13 - 8.0.30
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/ETBII on line 4 Warning: file_get_contents(http://www.lolking.net/summoner/euw/21048165): Failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/ETBII on line 4 Warning: Undefined array key 1 in /in/ETBII on line 6
Output for 8.0.0 - 8.0.12
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/ETBII on line 4 Warning: file_get_contents(http://www.lolking.net/summoner/euw/21048165): Failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/ETBII on line 4 Warning: Undefined array key 1 in /in/ETBII on line 6
Output for 7.4.26 - 7.4.33
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/ETBII on line 4 Warning: file_get_contents(http://www.lolking.net/summoner/euw/21048165): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/ETBII on line 4 Notice: Undefined offset: 1 in /in/ETBII on line 6
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, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.25
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/ETBII on line 4 Warning: file_get_contents(http://www.lolking.net/summoner/euw/21048165): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/ETBII on line 4 Notice: Undefined offset: 1 in /in/ETBII on line 6
Output for 7.3.32 - 7.3.33
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/ETBII on line 4 Warning: file_get_contents(http://www.lolking.net/summoner/euw/21048165): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/ETBII on line 4

preferences:
285.97 ms | 402 KiB | 330 Q