Home
last modified time | relevance | path

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

/PHP-8.2/ext/spl/
H A Dspl_fixedarray.c52 bool should_rebuild_properties; member
113 array->should_rebuild_properties = true; in spl_fixedarray_init_non_empty_struct()
185 array->should_rebuild_properties = true; in spl_fixedarray_resize()
251 if (!intern->array.should_rebuild_properties) { in spl_fixedarray_object_get_properties()
255 intern->array.should_rebuild_properties = false; in spl_fixedarray_object_get_properties()
420 intern->array.should_rebuild_properties = true; in spl_fixedarray_object_read_dimension()
445 intern->array.should_rebuild_properties = true; in spl_fixedarray_object_write_dimension_helper()
486 intern->array.should_rebuild_properties = true; in spl_fixedarray_object_unset_dimension_helper()

Completed in 8 milliseconds