Home
last modified time | relevance | path

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

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

Completed in 48 milliseconds