Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/strings/
H A Dstrcoll.phpt2 Testing Basic behaviour of strcoll()
14 $result = strcoll($a, $b);
/php-src/main/
H A Dphp_scandir.c47 return strcoll((*a)->d_name,(*b)->d_name); in php_alphasort()
/php-src/main/streams/
H A Dstreams.c2428 return strcoll(ZSTR_VAL(*a), ZSTR_VAL(*b));
2435 return strcoll(ZSTR_VAL(*b), ZSTR_VAL(*a));
/php-src/ext/standard/
H A Dbasic_functions.stub.php2328 function strcoll(string $string1, string $string2): int {}
H A Dbasic_functions_arginfo.h2548 ZEND_FUNCTION(strcoll);
3181 ZEND_FE(strcoll, arginfo_strcoll)
H A Dstring.c470 PHP_FUNCTION(strcoll) in PHP_FUNCTION() argument
479 RETURN_LONG(strcoll((const char *) ZSTR_VAL(s1), in PHP_FUNCTION()
H A Darray.c288 return strcoll(s1, s2); in php_array_key_compare_string_locale_unstable_i()
/php-src/Zend/
H A Dzend_operators.c2168 int ret = strcoll(ZSTR_VAL(str1), ZSTR_VAL(str2)); in string_locale_compare_function()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c4821 int temp=strcoll(l,r);

Completed in 94 milliseconds