Searched refs:default_properties_table (Results 1 – 15 of 15) sorted by relevance
266 p = mutable_data->default_properties_table; in zend_cleanup_mutable_class_data()267 if (p && p != ce->default_properties_table) { in zend_cleanup_mutable_class_data()274 mutable_data->default_properties_table = NULL; in zend_cleanup_mutable_class_data()306 if (ce->default_properties_table) { in destroy_zend_class()307 p = ce->default_properties_table; in destroy_zend_class()355 if (ce->default_properties_table) { in destroy_zend_class()356 zval *p = ce->default_properties_table; in destroy_zend_class()363 efree(ce->default_properties_table); in destroy_zend_class()417 if (ce->default_properties_table) { in destroy_zend_class()418 zval *p = ce->default_properties_table; in destroy_zend_class()[all …]
116 zval *default_properties_table; member160 zval *default_properties_table; member
1302 zval_ptr_dtor_nogc(&(ce->default_properties_table[parent_num])); in do_inherit_property()1303 ce->default_properties_table[parent_num] = ce->default_properties_table[child_num]; in do_inherit_property()1304 ZVAL_UNDEF(&ce->default_properties_table[child_num]); in do_inherit_property()1497 src = ce->default_properties_table + ce->default_properties_count; in zend_do_inheritance_ex()1500 ce->default_properties_table = table; in zend_do_inheritance_ex()1507 end = ce->default_properties_table; in zend_do_inheritance_ex()1511 ce->default_properties_table = end; in zend_do_inheritance_ex()1513 src = parent_ce->default_properties_table + parent_ce->default_properties_count; in zend_do_inheritance_ex()2742 if (ce->default_properties_table) { in zend_lazy_class_load()2744 zval *src = ce->default_properties_table; in zend_lazy_class_load()[all …]
1391 zval *default_properties_table = NULL; in zend_update_class_constants() local1461 default_properties_table = class_type->default_properties_table; in zend_update_class_constants()1465 default_properties_table = mutable_data->default_properties_table; in zend_update_class_constants()1466 if (!default_properties_table) { in zend_update_class_constants()1468 src = class_type->default_properties_table; in zend_update_class_constants()1469 dst = default_properties_table; in zend_update_class_constants()1476 mutable_data->default_properties_table = default_properties_table; in zend_update_class_constants()1486 val = &default_properties_table[i]; in zend_update_class_constants()4257 zval_ptr_dtor(&ce->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)]); in zend_declare_typed_property()4269 …ce->default_properties_table = perealloc(ce->default_properties_table, sizeof(zval) * ce->default_… in zend_declare_typed_property()[all …]
672 zval *default_properties_table = CE_DEFAULT_PROPERTIES_TABLE(ce); in add_class_vars() local686 prop = &default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)]; in add_class_vars()
341 if (ce->default_properties_table) { in zend_shutdown_executor_values()342 zval *p = ce->default_properties_table; in zend_shutdown_executor_values()
457 return mutable_data->default_properties_table; in zend_class_default_properties_table()459 return ce->default_properties_table; in zend_class_default_properties_table()
1856 ce->default_properties_table = NULL; in zend_initialize_class_data()
298 zval *src = &token_class->default_properties_table[4]; in add_token()299 zval *end = token_class->default_properties_table in add_token()
437 if (ce->default_properties_table) { in zend_persist_class_entry_calc()442 zend_persist_zval_calc(&ce->default_properties_table[i]); in zend_persist_class_entry_calc()
724 if (ce->default_properties_table) {727 SERIALIZE_PTR(ce->default_properties_table);728 p = ce->default_properties_table;1565 if (ce->default_properties_table) {1568 UNSERIALIZE_PTR(ce->default_properties_table);1569 p = ce->default_properties_table;
898 if (ce->default_properties_table) { in zend_persist_class_entry()901 …ce->default_properties_table = zend_shared_memdup_free(ce->default_properties_table, sizeof(zval) … in zend_persist_class_entry()903 zend_persist_zval(&ce->default_properties_table[i]); in zend_persist_class_entry()
3786 val = &ce->default_properties_table[i];
486 set $ptr_to_val = (zval*)((char*)$pi->ce->default_properties_table + $pi->offset - $initial_offset)
887 return &ce->default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)]; in property_get_default()
Completed in 134 milliseconds