Searched refs:default_properties_table (Results 1 – 16 of 16) sorted by relevance
272 p = mutable_data->default_properties_table; in zend_cleanup_mutable_class_data()273 if (p && p != ce->default_properties_table) { in zend_cleanup_mutable_class_data()280 mutable_data->default_properties_table = NULL; in zend_cleanup_mutable_class_data()318 if (ce->default_properties_table) { in destroy_zend_class()319 p = ce->default_properties_table; in destroy_zend_class()369 if (ce->default_properties_table) { in destroy_zend_class()370 zval *p = ce->default_properties_table; in destroy_zend_class()377 efree(ce->default_properties_table); in destroy_zend_class()442 if (ce->default_properties_table) { in destroy_zend_class()443 zval *p = ce->default_properties_table; in destroy_zend_class()[all …]
385 zval *default_properties_table = CE_DEFAULT_PROPERTIES_TABLE(ce); in zend_lazy_object_mark_as_initialized() local392 ZVAL_COPY_PROP(&properties_table[i], &default_properties_table[i]); in zend_lazy_object_mark_as_initialized()598 zval *default_properties_table = CE_DEFAULT_PROPERTIES_TABLE(ce); in zend_lazy_object_init() local605 ZVAL_COPY_PROP(&properties_table[i], &default_properties_table[i]); in zend_lazy_object_init()
116 zval *default_properties_table; member160 zval *default_properties_table; member
1486 zval_ptr_dtor_nogc(&(ce->default_properties_table[parent_num])); in do_inherit_property()1487 ce->default_properties_table[parent_num] = ce->default_properties_table[child_num]; in do_inherit_property()1488 ZVAL_UNDEF(&ce->default_properties_table[child_num]); in do_inherit_property()1688 ZVAL_NULL(&ce->default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)]); in zend_verify_hooked_property()1820 src = ce->default_properties_table + ce->default_properties_count; in zend_do_inheritance_ex()1823 ce->default_properties_table = table; in zend_do_inheritance_ex()1830 end = ce->default_properties_table; in zend_do_inheritance_ex()1834 ce->default_properties_table = end; in zend_do_inheritance_ex()3336 if (ce->default_properties_table) { in zend_lazy_class_load()3338 zval *src = ce->default_properties_table; in zend_lazy_class_load()[all …]
1520 zval *default_properties_table = NULL; in zend_update_class_constants() local1590 default_properties_table = class_type->default_properties_table; in zend_update_class_constants()1594 default_properties_table = mutable_data->default_properties_table; in zend_update_class_constants()1595 if (!default_properties_table) { in zend_update_class_constants()1597 src = class_type->default_properties_table; in zend_update_class_constants()1598 dst = default_properties_table; in zend_update_class_constants()1605 mutable_data->default_properties_table = default_properties_table; in zend_update_class_constants()1615 val = &default_properties_table[i]; in zend_update_class_constants()4599 zval_ptr_dtor(&ce->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)]); in zend_declare_typed_property()4611 …ce->default_properties_table = perealloc(ce->default_properties_table, sizeof(zval) * ce->default_… in zend_declare_typed_property()[all …]
347 if (ce->default_properties_table) { in zend_shutdown_executor_values()348 zval *p = ce->default_properties_table; in zend_shutdown_executor_values()
721 zval *default_properties_table = CE_DEFAULT_PROPERTIES_TABLE(ce); in add_class_vars() local736 prop = &default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)]; in add_class_vars()
469 return mutable_data->default_properties_table; in zend_class_default_properties_table()471 return ce->default_properties_table; in zend_class_default_properties_table()
2053 ce->default_properties_table = NULL; in zend_initialize_class_data()
297 zval *src = &token_class->default_properties_table[4]; in add_token()298 zval *end = token_class->default_properties_table in add_token()
749 if (ce->default_properties_table) {752 SERIALIZE_PTR(ce->default_properties_table);753 p = ce->default_properties_table;1617 if (ce->default_properties_table) {1620 UNSERIALIZE_PTR(ce->default_properties_table);1621 p = ce->default_properties_table;
448 if (ce->default_properties_table) { in zend_persist_class_entry_calc()453 zend_persist_zval_calc(&ce->default_properties_table[i]); in zend_persist_class_entry_calc()
937 if (ce->default_properties_table) { in zend_persist_class_entry()940 …ce->default_properties_table = zend_shared_memdup_free(ce->default_properties_table, sizeof(zval) … in zend_persist_class_entry()942 zend_persist_zval(&ce->default_properties_table[i]); in zend_persist_class_entry()
3843 val = &ce->default_properties_table[i];
486 set $ptr_to_val = (zval*)((char*)$pi->ce->default_properties_table + $pi->offset - $initial_offset)
920 return &ce->default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)]; in property_get_default()6061 zval *src = &object->ce->default_properties_table[OBJ_PROP_TO_NUM(ref->prop->offset)]; in ZEND_METHOD()
Completed in 140 milliseconds