Searched refs:grapheme_strripos (Results 1 – 6 of 6) sorted by relevance
27 PHP_FUNCTION(grapheme_strripos);
302 PHP_FUNCTION(grapheme_strripos) in PHP_FUNCTION() argument
74 function grapheme_strripos($haystack, $needle, $offset = 0) {} function
306 $result = grapheme_strripos($test[0], $test[1]);930 find "D" in "abc" - grapheme_strripos = false == false931 find "c" in "abC" - grapheme_strripos = 2 == 2932 find "B" in "abc" - grapheme_strripos = 1 == 1933 find "a" in "Abc" - grapheme_strripos = 0 == 0934 find "A" in "abc" - grapheme_strripos from 0 = 0 == 0936 find "A" in "ababc" - grapheme_strripos from 1 = 2 == 2946 find "Ab" in "abC" - grapheme_strripos = 0 == 0947 find "bc" in "aBC" - grapheme_strripos = 1 == 1948 find "Abc" in "abC" - grapheme_strripos = 0 == 0[all …]
725 PHP_FE( grapheme_strripos, grapheme_search_args )
Completed in 37 milliseconds