Searched refs:PHP_SORT_FLAG_CASE (Results 1 – 3 of 3) sorted by relevance
57 #define PHP_SORT_FLAG_CASE 8 macro
377 switch (sort_type & ~PHP_SORT_FLAG_CASE) { in php_get_key_compare_func()387 if (sort_type & PHP_SORT_FLAG_CASE) { in php_get_key_compare_func()403 if (sort_type & PHP_SORT_FLAG_CASE) { in php_get_key_compare_func()441 switch (sort_type & ~PHP_SORT_FLAG_CASE) { in php_get_data_compare_func()451 if (sort_type & PHP_SORT_FLAG_CASE) { in php_get_data_compare_func()467 if (sort_type & PHP_SORT_FLAG_CASE) { in php_get_data_compare_func()505 switch (sort_type & ~PHP_SORT_FLAG_CASE) { in php_get_data_compare_func_unstable()515 if (sort_type & PHP_SORT_FLAG_CASE) { in php_get_data_compare_func_unstable()531 if (sort_type & PHP_SORT_FLAG_CASE) { in php_get_data_compare_func_unstable()6056 switch (Z_LVAL_P(arg) & ~PHP_SORT_FLAG_CASE) {
3510 REGISTER_LONG_CONSTANT("SORT_FLAG_CASE", PHP_SORT_FLAG_CASE, CONST_PERSISTENT); in register_basic_functions_symbols()
Completed in 28 milliseconds