Home
last modified time | relevance | path

Searched defs:sort_type (Results 1 – 1 of 1) sorted by last modified time

/php-src/ext/standard/
H A Darray.c380 static bucket_compare_func_t php_get_key_compare_func(zend_long sort_type, int reverse) /* {{{ */ in php_get_key_compare_func()
444 static bucket_compare_func_t php_get_data_compare_func(zend_long sort_type, int reverse) /* {{{ */ in php_get_data_compare_func()
508 static bucket_compare_func_t php_get_data_compare_func_unstable(zend_long sort_type, int reverse) /… in php_get_data_compare_func_unstable()
576 zend_long sort_type = PHP_SORT_REGULAR; in PHP_FUNCTION() local
597 zend_long sort_type = PHP_SORT_REGULAR; in PHP_FUNCTION() local
735 zend_long sort_type = PHP_SORT_REGULAR; in PHP_FUNCTION() local
756 zend_long sort_type = PHP_SORT_REGULAR; in PHP_FUNCTION() local
777 zend_long sort_type = PHP_SORT_REGULAR; in PHP_FUNCTION() local
798 zend_long sort_type = PHP_SORT_REGULAR; in PHP_FUNCTION() local
4918 zend_long sort_type = PHP_SORT_STRING; local
[all …]

Completed in 20 milliseconds