Lines Matching refs:strpos
30 use function strpos; alias
146 …$openParIndex = strpos(self::OPEN_PARENTHESES, $currentLetter); // Which opening parenthesis is t…
147 …$closeParIndex = strpos(self::CLOSE_PARENTHESES, $currentLetter); // Which closing parenthesis is …
152 $endPos = strpos($workingText, '>'); // look for the terminating '>'
176 $endPos = strpos($workingText, ';'); // look for the terminating ';'
195 $endPos = strpos($workingText, '}}'); // look for the terminating '}}'
403 $spanEnd = strpos($result, self::END_RTL . self::START_LTR);
535 $starPos = strpos($textSpan, '*');
663 $posColon = strpos($textSpan, ':');
667 $posLRE = strpos($textSpan, self::UTF8_LRE);
671 $posPDF = strpos($textSpan, self::UTF8_PDF, $posLRE);
679 $posColon = strpos($numericString, ':');
685 $posBlank = strpos($numericString . ' ', ' ');
686 $posNbsp = strpos($numericString . ' ', ' ');
703 $posBlank = strpos($numericString, ' ');
704 $posNbsp = strpos($numericString, ' ');
1065 $posDashString = strpos($textSpan, ' - <RTLbr>');