Home
last modified time | relevance | path

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

/PHP-7.2/ext/intl/grapheme/
H A Dgrapheme.h27 PHP_FUNCTION(grapheme_strripos);
H A Dgrapheme_string.c302 PHP_FUNCTION(grapheme_strripos) in PHP_FUNCTION() argument
/PHP-7.2/ext/intl/doc/
H A Dgrapheme_api.php74 function grapheme_strripos($haystack, $needle, $offset = 0) {} function
/PHP-7.2/ext/intl/tests/
H A Dgrapheme.phpt306 $result = grapheme_strripos($test[0], $test[1]);
930 find "D" in "abc" - grapheme_strripos = false == false
931 find "c" in "abC" - grapheme_strripos = 2 == 2
932 find "B" in "abc" - grapheme_strripos = 1 == 1
933 find "a" in "Abc" - grapheme_strripos = 0 == 0
934 find "A" in "abc" - grapheme_strripos from 0 = 0 == 0
936 find "A" in "ababc" - grapheme_strripos from 1 = 2 == 2
946 find "Ab" in "abC" - grapheme_strripos = 0 == 0
947 find "bc" in "aBC" - grapheme_strripos = 1 == 1
948 find "Abc" in "abC" - grapheme_strripos = 0 == 0
[all …]
H A Dgrapheme2.phpt306 $result = grapheme_strripos($test[0], $test[1]);
930 find "D" in "abc" - grapheme_strripos = false == false
931 find "c" in "abC" - grapheme_strripos = 2 == 2
932 find "B" in "abc" - grapheme_strripos = 1 == 1
933 find "a" in "Abc" - grapheme_strripos = 0 == 0
934 find "A" in "abc" - grapheme_strripos from 0 = 0 == 0
936 find "A" in "ababc" - grapheme_strripos from 1 = 2 == 2
946 find "Ab" in "abC" - grapheme_strripos = 0 == 0
947 find "bc" in "aBC" - grapheme_strripos = 1 == 1
948 find "Abc" in "abC" - grapheme_strripos = 0 == 0
[all …]
/PHP-7.2/ext/intl/
H A Dphp_intl.c725 PHP_FE( grapheme_strripos, grapheme_search_args )

Completed in 22 milliseconds