Home
last modified time | relevance | path

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

/PHP-7.2/ext/intl/grapheme/
H A Dgrapheme.h24 PHP_FUNCTION(grapheme_strpos);
H A Dgrapheme_string.c107 PHP_FUNCTION(grapheme_strpos) in PHP_FUNCTION() argument
/PHP-7.2/ext/intl/tests/
H A Dbug61487.phpt10 var_dump(grapheme_strpos(1,1,2147483648));
H A Dbug72061.phpt9 var_dump(grapheme_strpos(str_repeat("ABCD", 16384), "A", -201));
H A Dgrapheme.phpt108 $result = grapheme_strpos($test[0], $test[1]);
803 find "d" in "abc" - grapheme_strpos = false == false
804 find "c" in "abc" - grapheme_strpos = 2 == 2
805 find "b" in "abc" - grapheme_strpos = 1 == 1
806 find "a" in "abc" - grapheme_strpos = 0 == 0
807 find "a" in "abc" - grapheme_strpos from 0 = 0 == 0
810 find "a" in "ababc" - grapheme_strpos from 1 = 2 == 2
825 find "ab" in "abc" - grapheme_strpos = 0 == 0
826 find "bc" in "abc" - grapheme_strpos = 1 == 1
827 find "abc" in "abc" - grapheme_strpos = 0 == 0
[all …]
H A Dgrapheme2.phpt108 $result = grapheme_strpos($test[0], $test[1]);
803 find "d" in "abc" - grapheme_strpos = false == false
804 find "c" in "abc" - grapheme_strpos = 2 == 2
805 find "b" in "abc" - grapheme_strpos = 1 == 1
806 find "a" in "abc" - grapheme_strpos = 0 == 0
807 find "a" in "abc" - grapheme_strpos from 0 = 0 == 0
810 find "a" in "ababc" - grapheme_strpos from 1 = 2 == 2
825 find "ab" in "abc" - grapheme_strpos = 0 == 0
826 find "bc" in "abc" - grapheme_strpos = 1 == 1
827 find "abc" in "abc" - grapheme_strpos = 0 == 0
[all …]
/PHP-7.2/ext/intl/doc/
H A Dgrapheme_api.php38 function grapheme_strpos($haystack, $needle, $offset = 0) {} function
/PHP-7.2/ext/intl/
H A Dphp_intl.c722 PHP_FE( grapheme_strpos, grapheme_search_args )

Completed in 23 milliseconds