Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Darray.c435 static bucket_compare_func_t php_get_key_compare_func(zend_long sort_type, int reverse) /* {{{ */ in php_get_key_compare_func() function
640 cmp = php_get_key_compare_func(sort_type, 1); in PHP_FUNCTION()
661 cmp = php_get_key_compare_func(sort_type, 0); in PHP_FUNCTION()

Completed in 30 milliseconds