Searched refs:PHP_SORT_DESC (Results 1 – 3 of 3) sorted by relevance
53 #define PHP_SORT_DESC 3 macro
5937 case PHP_SORT_DESC:5941 sort_order = Z_LVAL_P(arg) == PHP_SORT_DESC ? PHP_SORT_DESC : PHP_SORT_ASC;
3502 REGISTER_LONG_CONSTANT("SORT_DESC", PHP_SORT_DESC, CONST_PERSISTENT); in register_basic_functions_symbols()
Completed in 29 milliseconds