Home
last modified time | relevance | path

Searched refs:grapheme_strstr (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme.h29 PHP_FUNCTION(grapheme_strstr);
H A Dgrapheme_string.c687 PHP_FUNCTION(grapheme_strstr) in PHP_FUNCTION() argument
/PHP-5.5/ext/intl/doc/
H A Dgrapheme_api.php104 function grapheme_strstr($haystack, $needle, $before_needle = FALSE) {} function
/PHP-5.5/ext/intl/tests/
H A Dgrapheme.phpt459 $result = grapheme_strstr($test[0], $test[1]);
1013 find "d" in "abc" - grapheme_strstr = false == false
1014 find "c" in "abc" - grapheme_strstr = c == c
1015 find "b" in "abc" - grapheme_strstr = bc == bc
1016 find "a" in "abc" - grapheme_strstr = abc == abc
1017 find "ab" in "abc" - grapheme_strstr = abc == abc
1018 find "abc" in "abc" - grapheme_strstr = abc == abc
1019 find "bc" in "abc" - grapheme_strstr = bc == bc
1028 find "a" in "bca%CC%8Aa" - grapheme_strstr = a == a
1029 find "b" in "aa%CC%8Abc" - grapheme_strstr = bc == bc
[all …]
/PHP-5.5/ext/intl/
H A Dphp_intl.c738 PHP_FE( grapheme_strstr, grapheme_strstr_args )

Completed in 32 milliseconds