Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dphp_array.h115 #define PHP_SORT_DESC 3 macro
H A Darray.c110 REGISTER_LONG_CONSTANT("SORT_DESC", PHP_SORT_DESC, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
4900 case PHP_SORT_DESC:
4904 sort_order = Z_LVAL_P(arg) == PHP_SORT_DESC ? PHP_SORT_DESC : PHP_SORT_ASC;

Completed in 22 milliseconds