Searched refs:grapheme_stristr (Results 1 – 6 of 6) sorted by relevance
30 PHP_FUNCTION(grapheme_stristr);
670 PHP_FUNCTION(grapheme_stristr) in PHP_FUNCTION() argument
10 grapheme_stristr($haystack, 'paRis '),
532 $result = grapheme_stristr($test[0], $test[1]);1070 find "d" in "abc" - grapheme_stristr = false == false1071 find "C" in "abc" - grapheme_stristr = c == c1072 find "b" in "aBc" - grapheme_stristr = Bc == Bc1073 find "A" in "abc" - grapheme_stristr = abc == abc1074 find "ab" in "abC" - grapheme_stristr = abC == abC1075 find "aBc" in "abc" - grapheme_stristr = abc == abc1076 find "bc" in "abC" - grapheme_stristr = bC == bC1085 find "a" in "bca%CC%8AA" - grapheme_stristr = A == A1086 find "B" in "aa%CC%8Abc" - grapheme_stristr = bc == bc[all …]
115 function grapheme_stristr($haystack, $needle, $before_needle = FALSE) {} function
728 PHP_FE( grapheme_stristr, grapheme_strstr_args )
Completed in 16 milliseconds