Home
last modified time | relevance | path

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

/php-src/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.phpt550 $result = grapheme_stristr($test[0], $test[1]);
1088 find "d" in "abc" - grapheme_stristr = false == false
1089 find "C" in "abc" - grapheme_stristr = c == c
1090 find "b" in "aBc" - grapheme_stristr = Bc == Bc
1091 find "A" in "abc" - grapheme_stristr = abc == abc
1092 find "ab" in "abC" - grapheme_stristr = abC == abC
1093 find "aBc" in "abc" - grapheme_stristr = abc == abc
1094 find "bc" in "abC" - grapheme_stristr = bC == bC
1103 find "a" in "bca%CC%8AA" - grapheme_stristr = A == A
1104 find "B" in "aa%CC%8Abc" - grapheme_stristr = bc == bc
[all …]
H A Dgrapheme2.phpt538 $result = grapheme_stristr($test[0], $test[1]);
1076 find "d" in "abc" - grapheme_stristr = false == false
1077 find "C" in "abc" - grapheme_stristr = c == c
1078 find "b" in "aBc" - grapheme_stristr = Bc == Bc
1079 find "A" in "abc" - grapheme_stristr = abc == abc
1080 find "ab" in "abC" - grapheme_stristr = abC == abC
1081 find "aBc" in "abc" - grapheme_stristr = abc == abc
1082 find "bc" in "abC" - grapheme_stristr = bC == bC
1091 find "a" in "bca%CC%8AA" - grapheme_stristr = A == A
1092 find "B" in "aa%CC%8Abc" - grapheme_stristr = bc == bc
[all …]
/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c605 PHP_FUNCTION(grapheme_stristr) in PHP_FUNCTION() argument
/php-src/ext/intl/
H A Dphp_intl.stub.php446 function grapheme_stristr(string $haystack, string $needle, bool $beforeNeedle = false): string|fal… function
H A Dphp_intl_arginfo.h900 ZEND_FUNCTION(grapheme_stristr);
1087 ZEND_FE(grapheme_stristr, arginfo_grapheme_stristr)

Completed in 22 milliseconds