Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dphp_array.h39 #define PHP_SORT_FLAG_CASE 8 macro
H A Darray.c109 REGISTER_LONG_CONSTANT("SORT_FLAG_CASE", PHP_SORT_FLAG_CASE, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
466 switch (sort_type & ~PHP_SORT_FLAG_CASE) { in php_get_key_compare_func()
476 if (sort_type & PHP_SORT_FLAG_CASE) { in php_get_key_compare_func()
492 if (sort_type & PHP_SORT_FLAG_CASE) { in php_get_key_compare_func()
530 switch (sort_type & ~PHP_SORT_FLAG_CASE) { in php_get_data_compare_func()
540 if (sort_type & PHP_SORT_FLAG_CASE) { in php_get_data_compare_func()
556 if (sort_type & PHP_SORT_FLAG_CASE) { in php_get_data_compare_func()
594 switch (sort_type & ~PHP_SORT_FLAG_CASE) { in php_get_data_compare_func_unstable()
604 if (sort_type & PHP_SORT_FLAG_CASE) { in php_get_data_compare_func_unstable()
620 if (sort_type & PHP_SORT_FLAG_CASE) { in php_get_data_compare_func_unstable()
[all …]

Completed in 24 milliseconds