3v4l.org

run code in 300+ PHP versions simultaneously
<?php $HTTP_USER_AGENT = "afeaeGoogleBOTasdf"; //$_SERVER['HTTP_USER_AGENT'] $INSTALLED_STYLES = array("desktop","mobile","topifySeo"); //fetch_style_title_options_array() $TOPIFY_SEO_STYLE = "topifySeo"; //whatever we name our seo skin $seo_agents = "Googlebot|test2|test3"; //$custom1agents = str_replace(",","|",$seo_agents);//explode(",",$seo_agents); if(in_array($TOPIFY_SEO_STYLE, $INSTALLED_STYLES)) { if(preg_match('/('.$seo_agents.')/i', $HTTP_USER_AGENT, $match)) { echo "display seo skin"; } else { echo "do not display seo skin"; } } else { echo "topify seo not installed"; }

preferences:
43.78 ms | 402 KiB | 5 Q