Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_array.h114 #define PHP_SORT_DESC 3 macro
H A Darray.c115 REGISTER_LONG_CONSTANT("SORT_DESC", PHP_SORT_DESC, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
3871 case PHP_SORT_DESC: in PHP_FUNCTION()
3875 sort_order = Z_LVAL_PP(args[i]) == PHP_SORT_DESC ? -1 : 1; in PHP_FUNCTION()

Completed in 15 milliseconds