Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme.h24 PHP_FUNCTION(grapheme_strpos);
H A Dgrapheme_string.c109 PHP_FUNCTION(grapheme_strpos) in PHP_FUNCTION() argument
/PHP-5.5/ext/intl/tests/
H A Dbug61487.phpt8 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-5.5/ext/intl/doc/
H A Dgrapheme_api.php38 function grapheme_strpos($haystack, $needle, $offset = 0) {} function
/PHP-5.5/ext/intl/
H A Dphp_intl.c733 PHP_FE( grapheme_strpos, grapheme_search_args )
/PHP-5.5/
H A DNEWS3040 . Fixed bug #61487 (Incorrent bounds checking in grapheme_strpos).

Completed in 50 milliseconds