PHP_SORT_DESC 112 ext/standard/array.c REGISTER_LONG_CONSTANT("SORT_DESC", PHP_SORT_DESC, CONST_CS | CONST_PERSISTENT); PHP_SORT_DESC 3740 ext/standard/array.c case PHP_SORT_DESC: PHP_SORT_DESC 3744 ext/standard/array.c sort_order = Z_LVAL_PP(args[i]) == PHP_SORT_DESC ? -1 : 1;