Home
last modified time | relevance | path

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

/PHP-7.2/ext/intl/grapheme/
H A Dgrapheme.h29 PHP_FUNCTION(grapheme_strstr);
H A Dgrapheme_string.c662 PHP_FUNCTION(grapheme_strstr) in PHP_FUNCTION() argument
/PHP-7.2/ext/intl/doc/
H A Dgrapheme_api.php104 function grapheme_strstr($haystack, $needle, $before_needle = FALSE) {} function
/PHP-7.2/ext/intl/tests/
H A Dgrapheme.phpt468 $result = grapheme_strstr($test[0], $test[1]);
1033 find "d" in "abc" - grapheme_strstr = false == false
1034 find "c" in "abc" - grapheme_strstr = c == c
1035 find "b" in "abc" - grapheme_strstr = bc == bc
1036 find "a" in "abc" - grapheme_strstr = abc == abc
1037 find "ab" in "abc" - grapheme_strstr = abc == abc
1038 find "abc" in "abc" - grapheme_strstr = abc == abc
1039 find "bc" in "abc" - grapheme_strstr = bc == bc
1048 find "a" in "bca%CC%8Aa" - grapheme_strstr = a == a
1049 find "b" in "aa%CC%8Abc" - grapheme_strstr = bc == bc
[all …]
H A Dgrapheme2.phpt468 $result = grapheme_strstr($test[0], $test[1]);
1033 find "d" in "abc" - grapheme_strstr = false == false
1034 find "c" in "abc" - grapheme_strstr = c == c
1035 find "b" in "abc" - grapheme_strstr = bc == bc
1036 find "a" in "abc" - grapheme_strstr = abc == abc
1037 find "ab" in "abc" - grapheme_strstr = abc == abc
1038 find "abc" in "abc" - grapheme_strstr = abc == abc
1039 find "bc" in "abc" - grapheme_strstr = bc == bc
1048 find "a" in "bca%CC%8Aa" - grapheme_strstr = a == a
1049 find "b" in "aa%CC%8Abc" - grapheme_strstr = bc == bc
[all …]
/PHP-7.2/ext/intl/
H A Dphp_intl.c727 PHP_FE( grapheme_strstr, grapheme_strstr_args )

Completed in 18 milliseconds