Home
last modified time | relevance | path

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

/php-src/ext/intl/tests/
H A Dgrapheme_empty.phpt18 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 Dgrapheme.phpt1048 find "a%CC%8A" in "abc" - grapheme_strstr = false == false
1050 find "d" in "abc" - grapheme_strstr = false == false
1051 find "c" in "abc" - grapheme_strstr = c == c
1052 find "b" in "abc" - grapheme_strstr = bc == bc
1053 find "a" in "abc" - grapheme_strstr = abc == abc
1054 find "ab" in "abc" - grapheme_strstr = abc == abc
1055 find "abc" in "abc" - grapheme_strstr = abc == abc
1056 find "bc" in "abc" - grapheme_strstr = bc == bc
1065 find "a" in "bca%CC%8Aa" - grapheme_strstr = a == a
1066 find "b" in "aa%CC%8Abc" - grapheme_strstr = bc == bc
[all …]
H A Dgrapheme2.phpt473 $result = grapheme_strstr($test[0], $test[1]);
1038 find "d" in "abc" - grapheme_strstr = false == false
1039 find "c" in "abc" - grapheme_strstr = c == c
1040 find "b" in "abc" - grapheme_strstr = bc == bc
1041 find "a" in "abc" - grapheme_strstr = abc == abc
1042 find "ab" in "abc" - grapheme_strstr = abc == abc
1043 find "abc" in "abc" - grapheme_strstr = abc == abc
1044 find "bc" in "abc" - grapheme_strstr = bc == bc
1053 find "a" in "bca%CC%8Aa" - grapheme_strstr = a == a
1054 find "b" in "aa%CC%8Abc" - grapheme_strstr = bc == bc
[all …]
/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c598 PHP_FUNCTION(grapheme_strstr) in PHP_FUNCTION() argument
/php-src/ext/intl/
H A Dphp_intl.stub.php444 function grapheme_strstr(string $haystack, string $needle, bool $beforeNeedle = false): string|fals… function
H A Dphp_intl_arginfo.h905 ZEND_FUNCTION(grapheme_strstr);
1096 ZEND_FE(grapheme_strstr, arginfo_grapheme_strstr)

Completed in 24 milliseconds