bucketindex 2785 standard/array.c struct bucketindex *arTmp, *cmpdata, *lastkept; bucketindex 2803 standard/array.c arTmp = (struct bucketindex *) pemalloc((Z_ARRVAL_P(array)->nNumOfElements + 1) * sizeof(struct bucketindex), Z_ARRVAL_P(array)->persistent); bucketindex 2813 standard/array.c zend_qsort((void *) arTmp, i, sizeof(struct bucketindex), php_array_data_compare TSRMLS_CC);