Searched refs:grapheme_stripos (Results 1 – 8 of 8) sorted by relevance
/PHP-5.5/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 | 7 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 | 166 $result = grapheme_stripos($test[0], $test[1]); 832 find "D" in "abc" - grapheme_stripos = false == false 833 find "c" in "abC" - grapheme_stripos = 2 == 2 834 find "B" in "abc" - grapheme_stripos = 1 == 1 835 find "a" in "Abc" - grapheme_stripos = 0 == 0 836 find "A" in "abc" - grapheme_stripos from 0 = 0 == 0 838 find "A" in "ababc" - grapheme_stripos from 1 = 2 == 2 848 find "Ab" in "abC" - grapheme_stripos = 0 == 0 849 find "bc" in "aBC" - grapheme_stripos = 1 == 1 850 find "Abc" in "abC" - grapheme_stripos = 0 == 0 [all …]
|
/PHP-5.5/ext/intl/grapheme/ |
H A D | grapheme.h | 25 PHP_FUNCTION(grapheme_stripos);
|
H A D | grapheme_string.c | 177 PHP_FUNCTION(grapheme_stripos) in PHP_FUNCTION() argument
|
/PHP-5.5/ext/intl/doc/ |
H A D | grapheme_api.php | 50 function grapheme_stripos($haystack, $needle, $offset = 0) {} function
|
/PHP-5.5/ext/intl/ |
H A D | php_intl.c | 734 PHP_FE( grapheme_stripos, grapheme_search_args )
|
Completed in 28 milliseconds