Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/tests/
H A Dgrapheme_empty.phpt20 var_dump(grapheme_stristr("abc", ""));
21 var_dump(grapheme_stristr("abc", "", true));
32 var_dump(grapheme_stristr("äbc", ""));
33 var_dump(grapheme_stristr("äbc", "", true));
H A Dbug61860.phpt10 grapheme_stristr($haystack, 'paRis '),
H A Dgrapheme.phpt549 $result = grapheme_stristr($test[0], $test[1]);
1087 find "d" in "abc" - grapheme_stristr = false == false
1088 find "C" in "abc" - grapheme_stristr = c == c
1089 find "b" in "aBc" - grapheme_stristr = Bc == Bc
1090 find "A" in "abc" - grapheme_stristr = abc == abc
1091 find "ab" in "abC" - grapheme_stristr = abC == abC
1092 find "aBc" in "abc" - grapheme_stristr = abc == abc
1093 find "bc" in "abC" - grapheme_stristr = bC == bC
1102 find "a" in "bca%CC%8AA" - grapheme_stristr = A == A
1103 find "B" in "aa%CC%8Abc" - grapheme_stristr = bc == bc
[all …]
H A Dgrapheme2.phpt537 $result = grapheme_stristr($test[0], $test[1]);
1075 find "d" in "abc" - grapheme_stristr = false == false
1076 find "C" in "abc" - grapheme_stristr = c == c
1077 find "b" in "aBc" - grapheme_stristr = Bc == Bc
1078 find "A" in "abc" - grapheme_stristr = abc == abc
1079 find "ab" in "abC" - grapheme_stristr = abC == abC
1080 find "aBc" in "abc" - grapheme_stristr = abc == abc
1081 find "bc" in "abC" - grapheme_stristr = bC == bC
1090 find "a" in "bca%CC%8AA" - grapheme_stristr = A == A
1091 find "B" in "aa%CC%8Abc" - grapheme_stristr = bc == bc
[all …]
/PHP-8.0/ext/intl/grapheme/
H A Dgrapheme_string.c607 PHP_FUNCTION(grapheme_stristr) in PHP_FUNCTION() argument
/PHP-8.0/ext/intl/
H A Dphp_intl_arginfo.h898 ZEND_FUNCTION(grapheme_stristr);
1088 ZEND_FE(grapheme_stristr, arginfo_grapheme_stristr)
H A Dphp_intl.stub.php264 function grapheme_stristr(string $haystack, string $needle, bool $beforeNeedle = false): string|fal… function

Completed in 36 milliseconds