sort_type 144 ext/standard/array.c static void php_set_compare_func(int sort_type TSRMLS_DC) /* {{{ */ sort_type 146 ext/standard/array.c switch (sort_type & ~PHP_SORT_FLAG_CASE) { sort_type 152 ext/standard/array.c ARRAYG(compare_func) = sort_type & PHP_SORT_FLAG_CASE ? string_case_compare_function : string_compare_function; sort_type 156 ext/standard/array.c ARRAYG(compare_func) = sort_type & PHP_SORT_FLAG_CASE ? string_natural_case_compare_function : string_natural_compare_function; sort_type 239 ext/standard/array.c long sort_type = PHP_SORT_REGULAR; sort_type 241 ext/standard/array.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "a|l", &array, &sort_type) == FAILURE) { sort_type 245 ext/standard/array.c php_set_compare_func(sort_type TSRMLS_CC); sort_type 259 ext/standard/array.c long sort_type = PHP_SORT_REGULAR; sort_type 261 ext/standard/array.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "a|l", &array, &sort_type) == FAILURE) { sort_type 265 ext/standard/array.c php_set_compare_func(sort_type TSRMLS_CC); sort_type 499 ext/standard/array.c long sort_type = PHP_SORT_REGULAR; sort_type 501 ext/standard/array.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "a|l", &array, &sort_type) == FAILURE) { sort_type 505 ext/standard/array.c php_set_compare_func(sort_type TSRMLS_CC); sort_type 519 ext/standard/array.c long sort_type = PHP_SORT_REGULAR; sort_type 521 ext/standard/array.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "a|l", &array, &sort_type) == FAILURE) { sort_type 525 ext/standard/array.c php_set_compare_func(sort_type TSRMLS_CC); sort_type 539 ext/standard/array.c long sort_type = PHP_SORT_REGULAR; sort_type 541 ext/standard/array.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "a|l", &array, &sort_type) == FAILURE) { sort_type 545 ext/standard/array.c php_set_compare_func(sort_type TSRMLS_CC); sort_type 559 ext/standard/array.c long sort_type = PHP_SORT_REGULAR; sort_type 561 ext/standard/array.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "a|l", &array, &sort_type) == FAILURE) { sort_type 565 ext/standard/array.c php_set_compare_func(sort_type TSRMLS_CC); sort_type 2701 ext/standard/array.c long sort_type = PHP_SORT_STRING; sort_type 2703 ext/standard/array.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "a|l", &array, &sort_type) == FAILURE) { sort_type 2707 ext/standard/array.c php_set_compare_func(sort_type TSRMLS_CC); sort_type 3702 ext/standard/array.c int sort_type = PHP_SORT_REGULAR; sort_type 3727 ext/standard/array.c ARRAYG(multisort_flags)[MULTISORT_TYPE][num_arrays - 1] = sort_type; sort_type 3729 ext/standard/array.c sort_type = PHP_SORT_REGULAR; sort_type 3762 ext/standard/array.c sort_type = Z_LVAL_PP(args[i]); sort_type 3783 ext/standard/array.c ARRAYG(multisort_flags)[MULTISORT_TYPE][num_arrays - 1] = sort_type;