Home
last modified time | relevance | path

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

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

Completed in 36 milliseconds