Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme.h30 PHP_FUNCTION(grapheme_stristr);
H A Dgrapheme_string.c672 PHP_FUNCTION(grapheme_stristr) in PHP_FUNCTION() argument
/PHP-7.4/ext/intl/tests/
H A Dbug61860.phpt10 grapheme_stristr($haystack, 'paRis '),
H A Dgrapheme.phpt533 $result = grapheme_stristr($test[0], $test[1]);
1071 find "d" in "abc" - grapheme_stristr = false == false
1072 find "C" in "abc" - grapheme_stristr = c == c
1073 find "b" in "aBc" - grapheme_stristr = Bc == Bc
1074 find "A" in "abc" - grapheme_stristr = abc == abc
1075 find "ab" in "abC" - grapheme_stristr = abC == abC
1076 find "aBc" in "abc" - grapheme_stristr = abc == abc
1077 find "bc" in "abC" - grapheme_stristr = bC == bC
1086 find "a" in "bca%CC%8AA" - grapheme_stristr = A == A
1087 find "B" in "aa%CC%8Abc" - grapheme_stristr = bc == bc
[all …]
H A Dgrapheme2.phpt533 $result = grapheme_stristr($test[0], $test[1]);
1071 find "d" in "abc" - grapheme_stristr = false == false
1072 find "C" in "abc" - grapheme_stristr = c == c
1073 find "b" in "aBc" - grapheme_stristr = Bc == Bc
1074 find "A" in "abc" - grapheme_stristr = abc == abc
1075 find "ab" in "abC" - grapheme_stristr = abC == abC
1076 find "aBc" in "abc" - grapheme_stristr = abc == abc
1077 find "bc" in "abC" - grapheme_stristr = bC == bC
1086 find "a" in "bca%CC%8AA" - grapheme_stristr = A == A
1087 find "B" in "aa%CC%8Abc" - grapheme_stristr = bc == bc
[all …]
/PHP-7.4/ext/intl/
H A Dphp_intl.c734 PHP_FE( grapheme_stristr, grapheme_strstr_args )

Completed in 27 milliseconds