Home
last modified time | relevance | path

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

/PHP-7.0/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.0/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.phpt102 $result = grapheme_strpos($test[0], $test[1]);
791 find "d" in "abc" - grapheme_strpos = false == false
792 find "c" in "abc" - grapheme_strpos = 2 == 2
793 find "b" in "abc" - grapheme_strpos = 1 == 1
794 find "a" in "abc" - grapheme_strpos = 0 == 0
795 find "a" in "abc" - grapheme_strpos from 0 = 0 == 0
797 find "a" in "ababc" - grapheme_strpos from 1 = 2 == 2
809 find "ab" in "abc" - grapheme_strpos = 0 == 0
810 find "bc" in "abc" - grapheme_strpos = 1 == 1
811 find "abc" in "abc" - grapheme_strpos = 0 == 0
[all …]
/PHP-7.0/ext/intl/doc/
H A Dgrapheme_api.php38 function grapheme_strpos($haystack, $needle, $offset = 0) {} function
/PHP-7.0/ext/intl/
H A Dphp_intl.c738 PHP_FE( grapheme_strpos, grapheme_search_args )
/PHP-7.0/
H A DNEWS375 . Fixed bug #73634 (grapheme_strpos illegal memory access). (Stas)

Completed in 23 milliseconds