Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Darray.c4435 struct bucketindex *arTmp, *cmpdata, *lastkept; local
4493arTmp = pemalloc((Z_ARRVAL_P(array)->nNumOfElements + 1) * sizeof(struct bucketindex), GC_FLAGS(Z_…
4497 arTmp[i].b = *p;
4498 arTmp[i].i = i;
4501 ZVAL_UNDEF(&arTmp[i].b.val);
4502 zend_sort((void *) arTmp, i, sizeof(struct bucketindex),
4505 lastkept = arTmp;
4506 for (cmpdata = arTmp + 1; Z_TYPE(cmpdata->b.val) != IS_UNDEF; cmpdata++) {
4523 pefree(arTmp, GC_FLAGS(Z_ARRVAL_P(array)) & IS_ARRAY_PERSISTENT);

Completed in 19 milliseconds