Searched refs:grapheme_strstr (Results 1 – 6 of 6) sorted by relevance
29 PHP_FUNCTION(grapheme_strstr);
662 PHP_FUNCTION(grapheme_strstr) in PHP_FUNCTION() argument
104 function grapheme_strstr($haystack, $needle, $before_needle = FALSE) {} function
468 $result = grapheme_strstr($test[0], $test[1]);1033 find "d" in "abc" - grapheme_strstr = false == false1034 find "c" in "abc" - grapheme_strstr = c == c1035 find "b" in "abc" - grapheme_strstr = bc == bc1036 find "a" in "abc" - grapheme_strstr = abc == abc1037 find "ab" in "abc" - grapheme_strstr = abc == abc1038 find "abc" in "abc" - grapheme_strstr = abc == abc1039 find "bc" in "abc" - grapheme_strstr = bc == bc1048 find "a" in "bca%CC%8Aa" - grapheme_strstr = a == a1049 find "b" in "aa%CC%8Abc" - grapheme_strstr = bc == bc[all …]
727 PHP_FE( grapheme_strstr, grapheme_strstr_args )
Completed in 17 milliseconds