Searched refs:grapheme_strpos (Results 1 – 7 of 7) sorted by relevance
24 PHP_FUNCTION(grapheme_strpos);
108 PHP_FUNCTION(grapheme_strpos) in PHP_FUNCTION() argument
10 var_dump(grapheme_strpos(1,1,2147483648));
9 var_dump(grapheme_strpos(str_repeat("ABCD", 16384), "A", -201));
108 $result = grapheme_strpos($test[0], $test[1]);803 find "d" in "abc" - grapheme_strpos = false == false804 find "c" in "abc" - grapheme_strpos = 2 == 2805 find "b" in "abc" - grapheme_strpos = 1 == 1806 find "a" in "abc" - grapheme_strpos = 0 == 0807 find "a" in "abc" - grapheme_strpos from 0 = 0 == 0810 find "a" in "ababc" - grapheme_strpos from 1 = 2 == 2825 find "ab" in "abc" - grapheme_strpos = 0 == 0826 find "bc" in "abc" - grapheme_strpos = 1 == 1827 find "abc" in "abc" - grapheme_strpos = 0 == 0[all …]
728 PHP_FE( grapheme_strpos, grapheme_search_args )
Completed in 33 milliseconds