Home
last modified time | relevance | path

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

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

Completed in 19 milliseconds