Searched refs:grapheme_strstr (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/intl/tests/ |
H A D | grapheme_empty.phpt | 18 var_dump(grapheme_strstr("abc", "")); 19 var_dump(grapheme_strstr("abc", "", true)); 30 var_dump(grapheme_strstr("äbc", "")); 31 var_dump(grapheme_strstr("äbc", "", true));
|
H A D | grapheme.phpt | 1047 find "a%CC%8A" in "abc" - grapheme_strstr = false == false 1049 find "d" in "abc" - grapheme_strstr = false == false 1050 find "c" in "abc" - grapheme_strstr = c == c 1051 find "b" in "abc" - grapheme_strstr = bc == bc 1052 find "a" in "abc" - grapheme_strstr = abc == abc 1053 find "ab" in "abc" - grapheme_strstr = abc == abc 1054 find "abc" in "abc" - grapheme_strstr = abc == abc 1055 find "bc" in "abc" - grapheme_strstr = bc == bc 1064 find "a" in "bca%CC%8Aa" - grapheme_strstr = a == a 1065 find "b" in "aa%CC%8Abc" - grapheme_strstr = bc == bc [all …]
|
H A D | grapheme2.phpt | 472 $result = grapheme_strstr($test[0], $test[1]); 1037 find "d" in "abc" - grapheme_strstr = false == false 1038 find "c" in "abc" - grapheme_strstr = c == c 1039 find "b" in "abc" - grapheme_strstr = bc == bc 1040 find "a" in "abc" - grapheme_strstr = abc == abc 1041 find "ab" in "abc" - grapheme_strstr = abc == abc 1042 find "abc" in "abc" - grapheme_strstr = abc == abc 1043 find "bc" in "abc" - grapheme_strstr = bc == bc 1052 find "a" in "bca%CC%8Aa" - grapheme_strstr = a == a 1053 find "b" in "aa%CC%8Abc" - grapheme_strstr = bc == bc [all …]
|
/PHP-8.0/ext/intl/grapheme/ |
H A D | grapheme_string.c | 600 PHP_FUNCTION(grapheme_strstr) in PHP_FUNCTION() argument
|
/PHP-8.0/ext/intl/ |
H A D | php_intl_arginfo.h | 897 ZEND_FUNCTION(grapheme_strstr); 1087 ZEND_FE(grapheme_strstr, arginfo_grapheme_strstr)
|
H A D | php_intl.stub.php | 262 function grapheme_strstr(string $haystack, string $needle, bool $beforeNeedle = false): string|fals… function
|
Completed in 25 milliseconds