Searched refs:strcoll (Results 1 – 9 of 9) sorted by relevance
/PHP-8.0/ext/standard/tests/strings/ |
H A D | strcoll.phpt | 2 Testing Basic behaviour of strcoll() 14 $result = strcoll($a, $b);
|
/PHP-8.0/main/ |
H A D | php_scandir.c | 47 return strcoll((*a)->d_name,(*b)->d_name); in php_alphasort()
|
/PHP-8.0/main/streams/ |
H A D | streams.c | 2295 return strcoll(ZSTR_VAL(*a), ZSTR_VAL(*b)); 2302 return strcoll(ZSTR_VAL(*b), ZSTR_VAL(*a));
|
/PHP-8.0/ext/standard/ |
H A D | basic_functions.stub.php | 549 function strcoll(string $string1, string $string2): int {} function
|
H A D | basic_functions_arginfo.h | 2453 ZEND_FUNCTION(strcoll); 3087 ZEND_FE(strcoll, arginfo_strcoll)
|
H A D | string.c | 675 PHP_FUNCTION(strcoll) in PHP_FUNCTION() argument 684 RETURN_LONG(strcoll((const char *) ZSTR_VAL(s1), in PHP_FUNCTION()
|
H A D | array.c | 342 return strcoll(s1, s2); in php_array_key_compare_string_locale_unstable_i()
|
/PHP-8.0/Zend/ |
H A D | zend_operators.c | 1989 int ret = strcoll(ZSTR_VAL(str1), ZSTR_VAL(str2)); in string_locale_compare_function()
|
/PHP-8.0/ext/opcache/jit/dynasm/ |
H A D | minilua.c | 4820 int temp=strcoll(l,r);
|
Completed in 137 milliseconds