Home
last modified time | relevance | path

Searched refs:strcoll (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/standard/tests/strings/
H A Dstrcoll.phpt2 Testing Basic behaviour of strcoll()
14 $result = strcoll($a, $b);
/PHP-7.4/main/
H A Dphp_scandir.c49 return strcoll((*a)->d_name,(*b)->d_name); in php_alphasort()
/PHP-7.4/ext/standard/
H A Dphp_string.h94 PHP_FUNCTION(strcoll);
H A Dstring.c706 PHP_FUNCTION(strcoll) in PHP_FUNCTION() argument
715 RETURN_LONG(strcoll((const char *) ZSTR_VAL(s1), in PHP_FUNCTION()
H A Dbasic_functions.c2804 PHP_FE(strcoll, arginfo_strcoll)
H A Darray.c348 return strcoll(s1, s2); in php_array_key_compare_string_locale()
/PHP-7.4/main/streams/
H A Dstreams.c2323 return strcoll(ZSTR_VAL(*a), ZSTR_VAL(*b));
2331 return strcoll(ZSTR_VAL(*b), ZSTR_VAL(*a));
/PHP-7.4/Zend/
H A Dzend_operators.c1989 int ret = strcoll(ZSTR_VAL(str1), ZSTR_VAL(str2)); in string_locale_compare_function()

Completed in 146 milliseconds