Home
last modified time | relevance | path

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

/PHP-8.1/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()
437 switch (sort_type & ~PHP_SORT_FLAG_CASE) { in php_get_key_compare_func()
447 if (sort_type & PHP_SORT_FLAG_CASE) { in php_get_key_compare_func()
463 if (sort_type & PHP_SORT_FLAG_CASE) { in php_get_key_compare_func()
501 switch (sort_type & ~PHP_SORT_FLAG_CASE) { in php_get_data_compare_func()
511 if (sort_type & PHP_SORT_FLAG_CASE) { in php_get_data_compare_func()
527 if (sort_type & PHP_SORT_FLAG_CASE) { in php_get_data_compare_func()
565 switch (sort_type & ~PHP_SORT_FLAG_CASE) { in php_get_data_compare_func_unstable()
575 if (sort_type & PHP_SORT_FLAG_CASE) { in php_get_data_compare_func_unstable()
591 if (sort_type & PHP_SORT_FLAG_CASE) { in php_get_data_compare_func_unstable()
[all …]

Completed in 28 milliseconds