Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_array.h118 #define PHP_SORT_FLAG_CASE 8 macro
H A Darray.c122 REGISTER_LONG_CONSTANT("SORT_FLAG_CASE", PHP_SORT_FLAG_CASE, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
146 switch (sort_type & ~PHP_SORT_FLAG_CASE) { in php_set_compare_func()
152 …ARRAYG(compare_func) = sort_type & PHP_SORT_FLAG_CASE ? string_case_compare_function : string_comp… in php_set_compare_func()
156 …ARRAYG(compare_func) = sort_type & PHP_SORT_FLAG_CASE ? string_natural_case_compare_function : str… in php_set_compare_func()
3869 switch (Z_LVAL_PP(args[i]) & ~PHP_SORT_FLAG_CASE) { in PHP_FUNCTION()

Completed in 29 milliseconds