3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = '1 TANITIM 2 SPOR MOZAİK '; $list=array_map("trim",explode("\n", $data)); $jsn=[]; echo '#EXTM3U'."\n"; foreach($list as $item){ $t = preg_match("/[0-9]+\s+(.*)/",$item,$matches)?$matches[1]:[]; $n = $t; $t = mb_strtolower($t); $t = str_replace(' ','_',$t); $t = str_replace(['ü','ç','ş','ğ','ı'],['u','c','s','g','i'],$t); $t = strtoupper($t); echo '#EXTINF:0,' . $n."\n"; $t = 'http://195.175.223.2:8080/MVP/TTG/live-shls/shls/LIVE$'.$t.'/1.m3u8/Level(2621440)?start=LIVE&end=END'; echo $t."\n"; } //print_r($jsn);

preferences:
31.14 ms | 402 KiB | 5 Q