Home
last modified time | relevance | path

Searched refs:arTmp (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/standard/
H A Darray.c4549 struct bucketindex *arTmp, *cmpdata, *lastkept; local
4609arTmp = (struct bucketindex *) pemalloc((Z_ARRVAL_P(array)->nNumOfElements + 1) * sizeof(struct bu…
4614 arTmp[i].b = *p;
4615 arTmp[i].i = i;
4618 ZVAL_UNDEF(&arTmp[i].b.val);
4619 zend_sort((void *) arTmp, i, sizeof(struct bucketindex),
4622 lastkept = arTmp;
4623 for (cmpdata = arTmp + 1; Z_TYPE(cmpdata->b.val) != IS_UNDEF; cmpdata++) {
4644 pefree(arTmp, GC_FLAGS(Z_ARRVAL_P(array)) & IS_ARRAY_PERSISTENT);

Completed in 23 milliseconds