3v4l.org

run code in 300+ PHP versions simultaneously
<?php $spotify1="https://itunes.apple.com/search?term="; $spotify2=" - "; $spotify3="&limit=1"; $radio_info = array(); $radio_info['genre'] = ''; $radio_info['listeners'] = ''; $radio_info['now_playing'] = ''; $temp = array(); $search_for = "<td\s[^>]*class=\"streamdata\">(.*)<\/td>"; $search_td = array('<td class="streamdata">','</td>'); if(preg_match_all("/$search_for/siU",$stats_file_contents,$matches)) { foreach($matches[0] as $match) { $to_push = str_replace($search_td,'',$match); $to_push = trim($to_push); array_push($temp,$to_push); } } $radio_info['listeners'] = $temp[4]; $radio_info['genre'] = $temp[6]; //$radio_info['now_playing'] = $temp[8]; //$radio_info['now_playing'] = $temp[8]; $radio_info['info']['now_playing'] = $temp[8]; $x = explode(" - ",$temp[8]); $artist1 = $x[0]; $song1 = $x[1]; $artist1 = str_replace('&amp;', 'and', $artist1); $song1 = str_replace('&amp;', 'and', $song1); $ttt =" - "; $title = $artist1.$ttt.$song1; $img640_url= "https://i.deep1.ru/playingnow/logo_default.png"; $img300_url= "https://i.deep1.ru/playingnow/logo_default.png"; $img64_url= "https://i.deep1.ru/playingnow/logo_default.png"; echo $spotify_url=$spotify1.$artist1.$spotify2.$song1.$spotify3 ; echo $spotify_url = str_replace(' ', '+', $spotify_url); //$spotify_url = "https://itunes.apple.com/search?term=Kylie+Minogue"; $ch = curl_init($spotify_url); curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); $spotify = curl_exec($ch); curl_close($ch); $obj = json_decode($spotify); //$total = $obj->resultCount->results; //$img640_url = $obj->resultCount[0]->results[1]->artworkUrl100; echo $img640_url;
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.7
Warning: Undefined variable $stats_file_contents in /in/U5TYJ on line 23 Deprecated: preg_match_all(): Passing null to parameter #2 ($subject) of type string is deprecated in /in/U5TYJ on line 23 Warning: Undefined array key 4 in /in/U5TYJ on line 31 Warning: Undefined array key 6 in /in/U5TYJ on line 32 Warning: Undefined array key 8 in /in/U5TYJ on line 35 Warning: Undefined array key 8 in /in/U5TYJ on line 36 Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /in/U5TYJ on line 36 Warning: Undefined array key 1 in /in/U5TYJ on line 38 Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /in/U5TYJ on line 40 https://itunes.apple.com/search?term= - &limit=1https://itunes.apple.com/search?term=+-+&limit=1 Fatal error: Uncaught Error: Call to undefined function curl_init() in /in/U5TYJ:57 Stack trace: #0 {main} thrown in /in/U5TYJ on line 57
Process exited with code 255.
Output for 8.0.0 - 8.0.30
Warning: Undefined variable $stats_file_contents in /in/U5TYJ on line 23 Warning: Undefined array key 4 in /in/U5TYJ on line 31 Warning: Undefined array key 6 in /in/U5TYJ on line 32 Warning: Undefined array key 8 in /in/U5TYJ on line 35 Warning: Undefined array key 8 in /in/U5TYJ on line 36 Warning: Undefined array key 1 in /in/U5TYJ on line 38 https://itunes.apple.com/search?term= - &limit=1https://itunes.apple.com/search?term=+-+&limit=1 Fatal error: Uncaught Error: Call to undefined function curl_init() in /in/U5TYJ:57 Stack trace: #0 {main} thrown in /in/U5TYJ on line 57
Process exited with code 255.
Output for 7.0.0 - 7.0.31, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.25, 7.4.27 - 7.4.33
Notice: Undefined variable: stats_file_contents in /in/U5TYJ on line 23 Notice: Undefined offset: 4 in /in/U5TYJ on line 31 Notice: Undefined offset: 6 in /in/U5TYJ on line 32 Notice: Undefined offset: 8 in /in/U5TYJ on line 35 Notice: Undefined offset: 8 in /in/U5TYJ on line 36 Notice: Undefined offset: 1 in /in/U5TYJ on line 38 https://itunes.apple.com/search?term= - &limit=1https://itunes.apple.com/search?term=+-+&limit=1 Fatal error: Uncaught Error: Call to undefined function curl_init() in /in/U5TYJ:57 Stack trace: #0 {main} thrown in /in/U5TYJ on line 57
Process exited with code 255.
Output for 7.3.32 - 7.3.33, 7.4.26
https://itunes.apple.com/search?term= - &limit=1https://itunes.apple.com/search?term=+-+&limit=1 Fatal error: Uncaught Error: Call to undefined function curl_init() in /in/U5TYJ:57 Stack trace: #0 {main} thrown in /in/U5TYJ on line 57
Process exited with code 255.

preferences:
178.72 ms | 402 KiB | 235 Q