Home
last modified time | relevance | path

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

/PHP-8.0/ext/spl/
H A Dspl_fixedarray.c46 bool should_rebuild_properties; member
109 array->should_rebuild_properties = true; in spl_fixedarray_init()
172 array->should_rebuild_properties = true; in spl_fixedarray_resize()
222 if (!intern->array.should_rebuild_properties) { in spl_fixedarray_object_get_properties()
226 intern->array.should_rebuild_properties = false; in spl_fixedarray_object_get_properties()
378 intern->array.should_rebuild_properties = true; in spl_fixedarray_object_read_dimension()
404 intern->array.should_rebuild_properties = true; in spl_fixedarray_object_write_dimension_helper()
452 intern->array.should_rebuild_properties = true; in spl_fixedarray_object_unset_dimension_helper()

Completed in 9 milliseconds