Searched refs:grapheme_stripos (Results 1 – 9 of 9) sorted by relevance
/PHP-7.2/ext/intl/tests/ |
H A D | bug61860.phpt | 9 grapheme_stripos($haystack, 'pariS '), 11 grapheme_substr($haystack, grapheme_stripos($haystack, 'Paris'))
|
H A D | bug61487.phpt | 9 var_dump(grapheme_stripos(1,1,2147483648));
|
H A D | bug72061.phpt | 8 var_dump(grapheme_stripos(str_repeat("ABCD", 16384), "A", -201));
|
H A D | grapheme.phpt | 175 $result = grapheme_stripos($test[0], $test[1]); 851 find "D" in "abc" - grapheme_stripos = false == false 852 find "c" in "abC" - grapheme_stripos = 2 == 2 853 find "B" in "abc" - grapheme_stripos = 1 == 1 854 find "a" in "Abc" - grapheme_stripos = 0 == 0 855 find "A" in "abc" - grapheme_stripos from 0 = 0 == 0 857 find "A" in "ababc" - grapheme_stripos from 1 = 2 == 2 867 find "Ab" in "abC" - grapheme_stripos = 0 == 0 868 find "bc" in "aBC" - grapheme_stripos = 1 == 1 869 find "Abc" in "abC" - grapheme_stripos = 0 == 0 [all …]
|
H A D | grapheme2.phpt | 175 $result = grapheme_stripos($test[0], $test[1]); 851 find "D" in "abc" - grapheme_stripos = false == false 852 find "c" in "abC" - grapheme_stripos = 2 == 2 853 find "B" in "abc" - grapheme_stripos = 1 == 1 854 find "a" in "Abc" - grapheme_stripos = 0 == 0 855 find "A" in "abc" - grapheme_stripos from 0 = 0 == 0 857 find "A" in "ababc" - grapheme_stripos from 1 = 2 == 2 867 find "Ab" in "abC" - grapheme_stripos = 0 == 0 868 find "bc" in "aBC" - grapheme_stripos = 1 == 1 869 find "Abc" in "abC" - grapheme_stripos = 0 == 0 [all …]
|
/PHP-7.2/ext/intl/grapheme/ |
H A D | grapheme.h | 25 PHP_FUNCTION(grapheme_stripos);
|
H A D | grapheme_string.c | 170 PHP_FUNCTION(grapheme_stripos) in PHP_FUNCTION() argument
|
/PHP-7.2/ext/intl/doc/ |
H A D | grapheme_api.php | 50 function grapheme_stripos($haystack, $needle, $offset = 0) {} function
|
/PHP-7.2/ext/intl/ |
H A D | php_intl.c | 723 PHP_FE( grapheme_stripos, grapheme_search_args )
|
Completed in 36 milliseconds