Searched refs:grapheme_stristr (Results 1 – 6 of 6) sorted by relevance
30 PHP_FUNCTION(grapheme_stristr);
674 PHP_FUNCTION(grapheme_stristr) in PHP_FUNCTION() argument
10 grapheme_stristr($haystack, 'paRis '),
533 $result = grapheme_stristr($test[0], $test[1]);1071 find "d" in "abc" - grapheme_stristr = false == false1072 find "C" in "abc" - grapheme_stristr = c == c1073 find "b" in "aBc" - grapheme_stristr = Bc == Bc1074 find "A" in "abc" - grapheme_stristr = abc == abc1075 find "ab" in "abC" - grapheme_stristr = abC == abC1076 find "aBc" in "abc" - grapheme_stristr = abc == abc1077 find "bc" in "abC" - grapheme_stristr = bC == bC1086 find "a" in "bca%CC%8AA" - grapheme_stristr = A == A1087 find "B" in "aa%CC%8Abc" - grapheme_stristr = bc == bc[all …]
736 PHP_FE( grapheme_stristr, grapheme_strstr_args )
Completed in 26 milliseconds