Searched refs:grapheme_strpos (Results 1 – 8 of 8) sorted by relevance
/PHP-7.1/ext/intl/grapheme/ |
H A D | grapheme.h | 24 PHP_FUNCTION(grapheme_strpos);
|
H A D | grapheme_string.c | 107 PHP_FUNCTION(grapheme_strpos) in PHP_FUNCTION() argument
|
/PHP-7.1/ext/intl/tests/ |
H A D | bug61487.phpt | 10 var_dump(grapheme_strpos(1,1,2147483648));
|
H A D | bug72061.phpt | 9 var_dump(grapheme_strpos(str_repeat("ABCD", 16384), "A", -201));
|
H A D | grapheme.phpt | 107 $result = grapheme_strpos($test[0], $test[1]); 802 find "d" in "abc" - grapheme_strpos = false == false 803 find "c" in "abc" - grapheme_strpos = 2 == 2 804 find "b" in "abc" - grapheme_strpos = 1 == 1 805 find "a" in "abc" - grapheme_strpos = 0 == 0 806 find "a" in "abc" - grapheme_strpos from 0 = 0 == 0 809 find "a" in "ababc" - grapheme_strpos from 1 = 2 == 2 824 find "ab" in "abc" - grapheme_strpos = 0 == 0 825 find "bc" in "abc" - grapheme_strpos = 1 == 1 826 find "abc" in "abc" - grapheme_strpos = 0 == 0 [all …]
|
/PHP-7.1/ext/intl/doc/ |
H A D | grapheme_api.php | 38 function grapheme_strpos($haystack, $needle, $offset = 0) {} function
|
/PHP-7.1/ext/intl/ |
H A D | php_intl.c | 722 PHP_FE( grapheme_strpos, grapheme_search_args )
|
/PHP-7.1/ |
H A D | UPGRADING | 236 - strpos(), stripos(), substr_count(), grapheme_strpos(), grapheme_stripos(),
|
Completed in 31 milliseconds