Home
last modified time | relevance | path

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

/PHP-7.1/ext/intl/grapheme/
H A Dgrapheme.h26 PHP_FUNCTION(grapheme_strrpos);
H A Dgrapheme_string.c239 PHP_FUNCTION(grapheme_strrpos) in PHP_FUNCTION() argument
/PHP-7.1/ext/intl/tests/
H A Dbug65732.phpt11 var_dump(grapheme_strrpos("a\r\nb", 'b'));
H A Dgrapheme.phpt240 $result = grapheme_strrpos($test[0], $test[1]);
888 find "d" in "abc" - grapheme_strrpos = false == false
889 find "c" in "abc" - grapheme_strrpos = 2 == 2
890 find "b" in "abc" - grapheme_strrpos = 1 == 1
891 find "a" in "abc" - grapheme_strrpos = 0 == 0
892 find "a" in "abc" - grapheme_strrpos from 0 = 0 == 0
894 find "a" in "ababc" - grapheme_strrpos from 1 = 2 == 2
906 find "ab" in "abc" - grapheme_strrpos = 0 == 0
907 find "bc" in "abc" - grapheme_strrpos = 1 == 1
908 find "abc" in "abc" - grapheme_strrpos = 0 == 0
[all …]
/PHP-7.1/ext/intl/doc/
H A Dgrapheme_api.php62 function grapheme_strrpos($haystack, $needle, $offset = 0) {} function
/PHP-7.1/ext/intl/
H A Dphp_intl.c724 PHP_FE( grapheme_strrpos, grapheme_search_args )

Completed in 15 milliseconds