Searched refs:grapheme_strstr (Results 1 – 5 of 5) sorted by relevance
30 PHP_FUNCTION(grapheme_strstr);
665 PHP_FUNCTION(grapheme_strstr) in PHP_FUNCTION() argument
104 function grapheme_strstr($haystack, $needle, $before_needle = FALSE) {} function
459 $result = grapheme_strstr($test[0], $test[1]);1013 find "d" in "abc" - grapheme_strstr = false == false1014 find "c" in "abc" - grapheme_strstr = c == c1015 find "b" in "abc" - grapheme_strstr = bc == bc1016 find "a" in "abc" - grapheme_strstr = abc == abc1017 find "ab" in "abc" - grapheme_strstr = abc == abc1018 find "abc" in "abc" - grapheme_strstr = abc == abc1019 find "bc" in "abc" - grapheme_strstr = bc == bc1028 find "a" in "bca%CC%8Aa" - grapheme_strstr = a == a1029 find "b" in "aa%CC%8Abc" - grapheme_strstr = bc == bc[all …]
468 PHP_FE( grapheme_strstr, grapheme_strstr_args )
Completed in 13 milliseconds