Searched refs:grapheme_stristr (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/intl/tests/ |
H A D | grapheme_empty.phpt | 20 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 D | bug61860.phpt | 10 grapheme_stristr($haystack, 'paRis '),
|
H A D | grapheme.phpt | 550 $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 D | grapheme2.phpt | 538 $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 D | grapheme_string.c | 605 PHP_FUNCTION(grapheme_stristr) in PHP_FUNCTION() argument
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 446 function grapheme_stristr(string $haystack, string $needle, bool $beforeNeedle = false): string|fal… function
|
H A D | php_intl_arginfo.h | 900 ZEND_FUNCTION(grapheme_stristr); 1087 ZEND_FE(grapheme_stristr, arginfo_grapheme_stristr)
|
Completed in 22 milliseconds