Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme.h30 PHP_FUNCTION(grapheme_stristr);
H A Dgrapheme_string.c695 PHP_FUNCTION(grapheme_stristr) in PHP_FUNCTION() argument
/PHP-5.5/ext/intl/tests/
H A Dbug61860.phpt10 grapheme_stristr($haystack, 'paRis '),
H A Dgrapheme.phpt524 $result = grapheme_stristr($test[0], $test[1]);
1051 find "d" in "abc" - grapheme_stristr = false == false
1052 find "C" in "abc" - grapheme_stristr = c == c
1053 find "b" in "aBc" - grapheme_stristr = Bc == Bc
1054 find "A" in "abc" - grapheme_stristr = abc == abc
1055 find "ab" in "abC" - grapheme_stristr = abC == abC
1056 find "aBc" in "abc" - grapheme_stristr = abc == abc
1057 find "bc" in "abC" - grapheme_stristr = bC == bC
1066 find "a" in "bca%CC%8AA" - grapheme_stristr = A == A
1067 find "B" in "aa%CC%8Abc" - grapheme_stristr = bc == bc
[all …]
/PHP-5.5/ext/intl/doc/
H A Dgrapheme_api.php115 function grapheme_stristr($haystack, $needle, $before_needle = FALSE) {} function
/PHP-5.5/ext/intl/
H A Dphp_intl.c739 PHP_FE( grapheme_stristr, grapheme_strstr_args )

Completed in 28 milliseconds