Home
last modified time | relevance | path

Searched defs:sort_type (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()
499 static bucket_compare_func_t php_get_data_compare_func(zend_long sort_type, int reverse) /* {{{ */ in php_get_data_compare_func()
563 static bucket_compare_func_t php_get_data_compare_func_unstable(zend_long sort_type, int reverse) /… in php_get_data_compare_func_unstable()
631 zend_long sort_type = PHP_SORT_REGULAR; in PHP_FUNCTION() local
652 zend_long sort_type = PHP_SORT_REGULAR; in PHP_FUNCTION() local
788 zend_long sort_type = PHP_SORT_REGULAR; in PHP_FUNCTION() local
809 zend_long sort_type = PHP_SORT_REGULAR; in PHP_FUNCTION() local
830 zend_long sort_type = PHP_SORT_REGULAR; in PHP_FUNCTION() local
851 zend_long sort_type = PHP_SORT_REGULAR; in PHP_FUNCTION() local
4433 zend_long sort_type = PHP_SORT_STRING; local
[all …]

Completed in 21 milliseconds