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