3v4l.org

run code in 300+ PHP versions simultaneously
<?php $title = "服务员服务服务员服务"; $term = "服务,服务员"; $termKey = explode(',' , $term); $tempTitle = ''; $strlength = strlen($title); if($title && !empty($termKey) && is_array($termKey)){ $newTitle = $title; $cur = count($termKey) - 1; //倒叙匹配 for($i=$cur;$i >= 0 ;--$i) { if($termKey[$i] && strstr($newTitle , $termKey[$i])) { $position = mb_strrpos($newTitle,'</span>'); if($position){ $tempTitle .= mb_substr($newTitle , 0 , $position , 'UTF-8'); } $str = '<span class="fc-red">'.$termKey[$i].'</span>'; $newTitle = preg_replace("/$termKey[$i]/i" , $str , mb_substr($newTitle , $position , $strlength , 'UTF-8'),1); } } $newTitle = $tempTitle.$newTitle; echo $newTitle; }else echo $title;
Output for git.master, git.master_jit, rfc.property-hooks
<span class="fc-red">服务员</span><span class="fc-red">服务</span>服务员服务

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
37.89 ms | 401 KiB | 8 Q