3v4l.org

run code in 300+ PHP versions simultaneously
<?php //Get the Audiomack URL if (!function_exists('samk_audio_audiomack')) { function samk_audio_audiomack($url, $width = '100%', $height = 250) { if($url!='') { $buff = ''; $buff .= "\n<!-- audiomack | {$plugin_data['name']} | {$plugin_data['url']} -->\n"; $embed_src = $url; $embed_ver_prefix = 'embed4'; // Check if the embedded source is song or album if(stripos($embed_src, '/song/') !== false) { //it is a song $embed_src = str_replace('/song/', "/$embed_ver_prefix-large/", $embed_src); }else{ //it is an album $height = 352; $embed_src = str_replace('/album/', "/$embed_ver_prefix-album/", $embed_src); } $height_str = "height='$height'"; $embed_code = "<iframe src='$embed_src' scrolling='no' width='$width' $height_str scrollbars='no' frameborder='0'></iframe>\n"; $buff .= "<div class='audiomack_player_container'>\n"; $buff .= $embed_code; $buff .= "</div> <!-- /audiomack_player_container -->\n"; $buff .= "\n<!-- /audiomack | {$plugin_data['name']} | {$plugin_data['url']} -->\n"; return $buff; } } } $audio_caller = samk_audio_audiomack('http://www.example.com'); echo $audio_caller;
Output for 8.3.0 - 8.3.26, 8.4.1 - 8.4.13
Warning: Undefined variable $plugin_data in /in/CuE0f on line 8 Warning: Trying to access array offset on null in /in/CuE0f on line 8 Warning: Undefined variable $plugin_data in /in/CuE0f on line 8 Warning: Trying to access array offset on null in /in/CuE0f on line 8 Warning: Undefined variable $plugin_data in /in/CuE0f on line 28 Warning: Trying to access array offset on null in /in/CuE0f on line 28 Warning: Undefined variable $plugin_data in /in/CuE0f on line 28 Warning: Trying to access array offset on null in /in/CuE0f on line 28 <!-- audiomack | | --> <div class='audiomack_player_container'> <iframe src='http://www.example.com' scrolling='no' width='100%' height='352' scrollbars='no' frameborder='0'></iframe> </div> <!-- /audiomack_player_container --> <!-- /audiomack | | -->
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.33, 8.2.0 - 8.2.29
Warning: Undefined variable $plugin_data in /in/CuE0f on line 8 Warning: Trying to access array offset on value of type null in /in/CuE0f on line 8 Warning: Undefined variable $plugin_data in /in/CuE0f on line 8 Warning: Trying to access array offset on value of type null in /in/CuE0f on line 8 Warning: Undefined variable $plugin_data in /in/CuE0f on line 28 Warning: Trying to access array offset on value of type null in /in/CuE0f on line 28 Warning: Undefined variable $plugin_data in /in/CuE0f on line 28 Warning: Trying to access array offset on value of type null in /in/CuE0f on line 28 <!-- audiomack | | --> <div class='audiomack_player_container'> <iframe src='http://www.example.com' scrolling='no' width='100%' height='352' scrollbars='no' frameborder='0'></iframe> </div> <!-- /audiomack_player_container --> <!-- /audiomack | | -->
Output for 7.4.0 - 7.4.33
Notice: Undefined variable: plugin_data in /in/CuE0f on line 8 Notice: Trying to access array offset on value of type null in /in/CuE0f on line 8 Notice: Undefined variable: plugin_data in /in/CuE0f on line 8 Notice: Trying to access array offset on value of type null in /in/CuE0f on line 8 Notice: Undefined variable: plugin_data in /in/CuE0f on line 28 Notice: Trying to access array offset on value of type null in /in/CuE0f on line 28 Notice: Undefined variable: plugin_data in /in/CuE0f on line 28 Notice: Trying to access array offset on value of type null in /in/CuE0f on line 28 <!-- audiomack | | --> <div class='audiomack_player_container'> <iframe src='http://www.example.com' scrolling='no' width='100%' height='352' scrollbars='no' frameborder='0'></iframe> </div> <!-- /audiomack_player_container --> <!-- /audiomack | | -->
Output for 7.3.32 - 7.3.33
<!-- audiomack | | --> <div class='audiomack_player_container'> <iframe src='http://www.example.com' scrolling='no' width='100%' height='352' scrollbars='no' frameborder='0'></iframe> </div> <!-- /audiomack_player_container --> <!-- /audiomack | | -->
Output for 5.5.24 - 5.5.35, 5.6.8 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.16 - 7.3.31
Notice: Undefined variable: plugin_data in /in/CuE0f on line 8 Notice: Undefined variable: plugin_data in /in/CuE0f on line 8 Notice: Undefined variable: plugin_data in /in/CuE0f on line 28 Notice: Undefined variable: plugin_data in /in/CuE0f on line 28 <!-- audiomack | | --> <div class='audiomack_player_container'> <iframe src='http://www.example.com' scrolling='no' width='100%' height='352' scrollbars='no' frameborder='0'></iframe> </div> <!-- /audiomack_player_container --> <!-- /audiomack | | -->

preferences:
146.86 ms | 416 KiB | 5 Q