Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dphp_array.h57 #define PHP_SORT_FLAG_CASE 8 macro
H A Darray.c382 switch (sort_type & ~PHP_SORT_FLAG_CASE) { in php_get_key_compare_func()
392 if (sort_type & PHP_SORT_FLAG_CASE) { in php_get_key_compare_func()
408 if (sort_type & PHP_SORT_FLAG_CASE) { in php_get_key_compare_func()
446 switch (sort_type & ~PHP_SORT_FLAG_CASE) { in php_get_data_compare_func()
456 if (sort_type & PHP_SORT_FLAG_CASE) { in php_get_data_compare_func()
472 if (sort_type & PHP_SORT_FLAG_CASE) { in php_get_data_compare_func()
510 switch (sort_type & ~PHP_SORT_FLAG_CASE) { in php_get_data_compare_func_unstable()
520 if (sort_type & PHP_SORT_FLAG_CASE) { in php_get_data_compare_func_unstable()
536 if (sort_type & PHP_SORT_FLAG_CASE) { in php_get_data_compare_func_unstable()
5934 switch (Z_LVAL_P(arg) & ~PHP_SORT_FLAG_CASE) {
H A Dbasic_functions_arginfo.h3508 REGISTER_LONG_CONSTANT("SORT_FLAG_CASE", PHP_SORT_FLAG_CASE, CONST_PERSISTENT); in register_basic_functions_symbols()

Completed in 27 milliseconds