Home
last modified time | relevance | path

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

/PHP-7.3/ext/intl/grapheme/
H A Dgrapheme.h26 PHP_FUNCTION(grapheme_strrpos);
H A Dgrapheme_string.c243 PHP_FUNCTION(grapheme_strrpos) in PHP_FUNCTION() argument
/PHP-7.3/ext/intl/tests/
H A Dbug65732.phpt11 var_dump(grapheme_strrpos("a\r\nb", 'b'));
H A Dgrapheme.phpt241 $result = grapheme_strrpos($test[0], $test[1]);
889 find "d" in "abc" - grapheme_strrpos = false == false
890 find "c" in "abc" - grapheme_strrpos = 2 == 2
891 find "b" in "abc" - grapheme_strrpos = 1 == 1
892 find "a" in "abc" - grapheme_strrpos = 0 == 0
893 find "a" in "abc" - grapheme_strrpos from 0 = 0 == 0
895 find "a" in "ababc" - grapheme_strrpos from 1 = 2 == 2
907 find "ab" in "abc" - grapheme_strrpos = 0 == 0
908 find "bc" in "abc" - grapheme_strrpos = 1 == 1
909 find "abc" in "abc" - grapheme_strrpos = 0 == 0
[all …]
H A Dgrapheme2.phpt241 $result = grapheme_strrpos($test[0], $test[1]);
889 find "d" in "abc" - grapheme_strrpos = false == false
890 find "c" in "abc" - grapheme_strrpos = 2 == 2
891 find "b" in "abc" - grapheme_strrpos = 1 == 1
892 find "a" in "abc" - grapheme_strrpos = 0 == 0
893 find "a" in "abc" - grapheme_strrpos from 0 = 0 == 0
895 find "a" in "ababc" - grapheme_strrpos from 1 = 2 == 2
907 find "ab" in "abc" - grapheme_strrpos = 0 == 0
908 find "bc" in "abc" - grapheme_strrpos = 1 == 1
909 find "abc" in "abc" - grapheme_strrpos = 0 == 0
[all …]
/PHP-7.3/ext/intl/
H A Dphp_intl.c732 PHP_FE( grapheme_strrpos, grapheme_search_args )

Completed in 18 milliseconds