Searched refs:arTmp (Results 1 – 1 of 1) sorted by relevance
4476 struct bucketindex *arTmp, *cmpdata, *lastkept; local4536 …arTmp = (struct bucketindex *) pemalloc((Z_ARRVAL_P(array)->nNumOfElements + 1) * sizeof(struct bu…4541 arTmp[i].b = *p;4542 arTmp[i].i = i;4545 ZVAL_UNDEF(&arTmp[i].b.val);4546 zend_sort((void *) arTmp, i, sizeof(struct bucketindex),4549 lastkept = arTmp;4550 for (cmpdata = arTmp + 1; Z_TYPE(cmpdata->b.val) != IS_UNDEF; cmpdata++) {4571 pefree(arTmp, GC_FLAGS(Z_ARRVAL_P(array)) & IS_ARRAY_PERSISTENT);
Completed in 20 milliseconds