Searched refs:num_arrays (Results 1 – 1 of 1) sorted by relevance
5605 int num_arrays = 0; local5637 …ARRAYG(multisort_func)[num_arrays - 1] = php_get_data_compare_func(sort_type, sort_order != PHP_SO…5641 arrays[num_arrays++] = arg;5692 …ARRAYG(multisort_func)[num_arrays - 1] = php_get_data_compare_func(sort_type, sort_order != PHP_SO…5696 for (i = 0; i < num_arrays; i++) {5716 indirect[i] = (Bucket *)safe_emalloc((num_arrays + 1), sizeof(Bucket), 0);5718 for (i = 0; i < num_arrays; i++) {5728 ZVAL_UNDEF(&indirect[k][num_arrays].val);5735 for (i = 0; i < num_arrays; i++) {
Completed in 21 milliseconds