Home
last modified time | relevance | path

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

/PHP-8.3/ext/spl/
H A Dspl_fixedarray.c52 zend_long cached_resize; member
92 array->cached_resize = -1; in spl_fixedarray_default_ctor()
111 array->cached_resize = -1; in spl_fixedarray_init_non_empty_struct()
189 if (UNEXPECTED(array->cached_resize >= 0)) { in spl_fixedarray_resize()
192 array->cached_resize = size; in spl_fixedarray_resize()
195 array->cached_resize = size; in spl_fixedarray_resize()
213 zend_long cached_resize = array->cached_resize; in spl_fixedarray_resize() local
214 array->cached_resize = -1; in spl_fixedarray_resize()
215 if (cached_resize != size) { in spl_fixedarray_resize()
216 spl_fixedarray_resize(array, cached_resize); in spl_fixedarray_resize()

Completed in 7 milliseconds