Home
last modified time | relevance | path

Searched refs:grapheme_stripos (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/intl/tests/
H A Dbug61860.phpt9 grapheme_stripos($haystack, 'pariS '),
11 grapheme_substr($haystack, grapheme_stripos($haystack, 'Paris'))
H A Dbug61487.phpt7 var_dump(grapheme_stripos(1,1,2147483648));
H A Dbug72061.phpt8 var_dump(grapheme_stripos(str_repeat("ABCD", 16384), "A", -201));
H A Dgrapheme.phpt166 $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 Dgrapheme.h25 PHP_FUNCTION(grapheme_stripos);
H A Dgrapheme_string.c177 PHP_FUNCTION(grapheme_stripos) in PHP_FUNCTION() argument
/PHP-5.5/ext/intl/doc/
H A Dgrapheme_api.php50 function grapheme_stripos($haystack, $needle, $offset = 0) {} function
/PHP-5.5/ext/intl/
H A Dphp_intl.c734 PHP_FE( grapheme_stripos, grapheme_search_args )

Completed in 27 milliseconds