Searched refs:num_arrays (Results 1 – 1 of 1) sorted by relevance
5569 int num_arrays = 0; local5601 …ARRAYG(multisort_func)[num_arrays - 1] = php_get_data_compare_func(sort_type, sort_order != PHP_SO…5605 arrays[num_arrays++] = arg;5656 …ARRAYG(multisort_func)[num_arrays - 1] = php_get_data_compare_func(sort_type, sort_order != PHP_SO…5660 for (i = 0; i < num_arrays; i++) {5680 indirect[i] = (Bucket *)safe_emalloc((num_arrays + 1), sizeof(Bucket), 0);5682 for (i = 0; i < num_arrays; i++) {5692 ZVAL_UNDEF(&indirect[k][num_arrays].val);5699 for (i = 0; i < num_arrays; i++) {
Completed in 18 milliseconds