Searched refs:grapheme_stristr (Results 1 – 6 of 6) sorted by relevance
31 PHP_FUNCTION(grapheme_stristr);
693 PHP_FUNCTION(grapheme_stristr) in PHP_FUNCTION() argument
10 grapheme_stristr($haystack, 'paRis '),
524 $result = grapheme_stristr($test[0], $test[1]);1051 find "d" in "abc" - grapheme_stristr = false == false1052 find "C" in "abc" - grapheme_stristr = c == c1053 find "b" in "aBc" - grapheme_stristr = Bc == Bc1054 find "A" in "abc" - grapheme_stristr = abc == abc1055 find "ab" in "abC" - grapheme_stristr = abC == abC1056 find "aBc" in "abc" - grapheme_stristr = abc == abc1057 find "bc" in "abC" - grapheme_stristr = bC == bC1066 find "a" in "bca%CC%8AA" - grapheme_stristr = A == A1067 find "B" in "aa%CC%8Abc" - grapheme_stristr = bc == bc[all …]
115 function grapheme_stristr($haystack, $needle, $before_needle = FALSE) {} function
509 PHP_FE( grapheme_stristr, grapheme_strstr_args )
Completed in 16 milliseconds