Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Darray.c381 static bucket_compare_func_t php_get_key_compare_func(zend_long sort_type, int reverse) /* {{{ */ in php_get_key_compare_func()
445 static bucket_compare_func_t php_get_data_compare_func(zend_long sort_type, int reverse) /* {{{ */ in php_get_data_compare_func()
509 static bucket_compare_func_t php_get_data_compare_func_unstable(zend_long sort_type, int reverse) /… in php_get_data_compare_func_unstable()
577 zend_long sort_type = PHP_SORT_REGULAR; in PHP_FUNCTION() local
598 zend_long sort_type = PHP_SORT_REGULAR; in PHP_FUNCTION() local
736 zend_long sort_type = PHP_SORT_REGULAR; in PHP_FUNCTION() local
757 zend_long sort_type = PHP_SORT_REGULAR; in PHP_FUNCTION() local
778 zend_long sort_type = PHP_SORT_REGULAR; in PHP_FUNCTION() local
799 zend_long sort_type = PHP_SORT_REGULAR; in PHP_FUNCTION() local
4919 zend_long sort_type = PHP_SORT_STRING; local
[all …]

Completed in 25 milliseconds