Home
last modified time | relevance | path

Searched refs:grapheme_strrpos (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme.h26 PHP_FUNCTION(grapheme_strrpos);
H A Dgrapheme_string.c253 PHP_FUNCTION(grapheme_strrpos) in PHP_FUNCTION() argument
/PHP-5.5/ext/intl/doc/
H A Dgrapheme_api.php62 function grapheme_strrpos($haystack, $needle, $offset = 0) {} function
/PHP-5.5/ext/intl/tests/
H A Dgrapheme.phpt232 $result = grapheme_strrpos($test[0], $test[1]);
869 find "d" in "abc" - grapheme_strrpos = false == false
870 find "c" in "abc" - grapheme_strrpos = 2 == 2
871 find "b" in "abc" - grapheme_strrpos = 1 == 1
872 find "a" in "abc" - grapheme_strrpos = 0 == 0
873 find "a" in "abc" - grapheme_strrpos from 0 = 0 == 0
875 find "a" in "ababc" - grapheme_strrpos from 1 = 2 == 2
887 find "ab" in "abc" - grapheme_strrpos = 0 == 0
888 find "bc" in "abc" - grapheme_strrpos = 1 == 1
889 find "abc" in "abc" - grapheme_strrpos = 0 == 0
[all …]
/PHP-5.5/ext/intl/
H A Dphp_intl.c735 PHP_FE( grapheme_strrpos, grapheme_search_args )

Completed in 64 milliseconds