Lines Matching refs:str_contains
26 use function str_contains; alias
214 if (!str_contains(self::NUMBERS, $charArray['letter'])) {
218 … } elseif (str_contains(self::NUMBER_PUNCTUATION, $charArray['letter'])) {
223 if (!str_contains(self::NUMBERS, $charArray['letter'])) {
227 if (!str_contains(self::NUMBER_PREFIX, $currentLetter)) {
235 } elseif (str_contains(self::NUMBER_PREFIX, $currentLetter)) {
240 if (str_contains(self::NUMBERS, $nextChar)) {
246 } elseif (str_contains(self::NUMBERS, $currentLetter)) {
279 …if (str_contains(self::PUNCTUATION, $nextLetter) || str_contains(self::OPEN_PARENTHESES, $nextLett…
422 if (str_contains($result, ' <LTRbr>')) {
426 if (str_contains($result, ' <LTRbr>')) {
430 if (str_contains($result, ' <br>')) {
434 if (str_contains($result, ' <br>')) {
443 if (str_contains($result, ' <RTLbr>')) {
447 if (str_contains($result, ' <RTLbr>')) {
834 if (str_contains($result, self::START_RTL)) {
856 if (str_contains(self::PUNCTUATION, $trailingChar)) {
878 if (str_contains(self::NUMBERS, $charArray['letter'])) {
882 if (!str_contains(self::NUMBERS, substr($temp, $offset, 1))) {
886 if (!str_contains(self::NUMBERS, substr($temp, -2, 1))) {
950 if (str_contains($textSpan, ' <LTRbr>')) {
954 if (str_contains($textSpan, ' <LTRbr>')) {