Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dphp_array.h53 #define PHP_SORT_DESC 3 macro
H A Darray.c5936 case PHP_SORT_DESC:
5940 sort_order = Z_LVAL_P(arg) == PHP_SORT_DESC ? PHP_SORT_DESC : PHP_SORT_ASC;
H A Dbasic_functions_arginfo.h3502 REGISTER_LONG_CONSTANT("SORT_DESC", PHP_SORT_DESC, CONST_PERSISTENT); in register_basic_functions_symbols()

Completed in 29 milliseconds