Searched refs:grapheme_strpos (Results 1 – 8 of 8) sorted by relevance
8 var_dump(grapheme_strpos(1,1,2147483648));
9 var_dump(grapheme_strpos(str_repeat("ABCD", 16384), "A", -201));
102 $result = grapheme_strpos($test[0], $test[1]);791 find "d" in "abc" - grapheme_strpos = false == false792 find "c" in "abc" - grapheme_strpos = 2 == 2793 find "b" in "abc" - grapheme_strpos = 1 == 1794 find "a" in "abc" - grapheme_strpos = 0 == 0795 find "a" in "abc" - grapheme_strpos from 0 = 0 == 0797 find "a" in "ababc" - grapheme_strpos from 1 = 2 == 2809 find "ab" in "abc" - grapheme_strpos = 0 == 0810 find "bc" in "abc" - grapheme_strpos = 1 == 1811 find "abc" in "abc" - grapheme_strpos = 0 == 0[all …]
24 PHP_FUNCTION(grapheme_strpos);
109 PHP_FUNCTION(grapheme_strpos) in PHP_FUNCTION() argument
38 function grapheme_strpos($haystack, $needle, $offset = 0) {} function
733 PHP_FE( grapheme_strpos, grapheme_search_args )
4618 . Fixed bug #61487 (Incorrent bounds checking in grapheme_strpos).
Completed in 43 milliseconds