3v4l.org

run code in 300+ PHP versions simultaneously
<?php $content = 'chris kyle and keyser soze,john key,milton keynes,keyboard symbols glossary,key west all inclusive resorts,free product key codes,list of all keyboard symbols,typing keyboard lessons,window 7 product key free,florida keys vacation packages'; for ($i = 0; $i<= 100; ++$i) { $arr = explode(',',trim($content)); $arr = array_map('trim',$arr); $list = ''; foreach($arr as $val){ $list .= '<li>'. $val .'</li>'; } }

preferences:
36.7 ms | 402 KiB | 5 Q