Home
last modified time | relevance | path

Searched defs:sort_type (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/standard/
H A Darray.c559 static compare_func_t php_get_key_compare_func(zend_long sort_type, int reverse) /* {{{ */ in php_get_key_compare_func()
623 static compare_func_t php_get_data_compare_func(zend_long sort_type, int reverse) /* {{{ */ in php_get_data_compare_func()
692 zend_long sort_type = PHP_SORT_REGULAR; in PHP_FUNCTION() local
715 zend_long sort_type = PHP_SORT_REGULAR; in PHP_FUNCTION() local
867 zend_long sort_type = PHP_SORT_REGULAR; in PHP_FUNCTION() local
890 zend_long sort_type = PHP_SORT_REGULAR; in PHP_FUNCTION() local
913 zend_long sort_type = PHP_SORT_REGULAR; in PHP_FUNCTION() local
936 zend_long sort_type = PHP_SORT_REGULAR; in PHP_FUNCTION() local
4551 zend_long sort_type = PHP_SORT_STRING; local
5679 int sort_type = PHP_SORT_REGULAR; local

Completed in 22 milliseconds