bucketindex      2830 ext/standard/array.c 	struct bucketindex *arTmp, *cmpdata, *lastkept;
bucketindex      2850 ext/standard/array.c 	arTmp = (struct bucketindex *) pemalloc((target_hash->nNumOfElements + 1) * sizeof(struct bucketindex), target_hash->persistent);
bucketindex      2860 ext/standard/array.c 	zend_qsort((void *) arTmp, i, sizeof(struct bucketindex), array_data_compare TSRMLS_CC);