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()312 if (ce->default_properties_table) { in destroy_zend_class()313 p = ce->default_properties_table; in destroy_zend_class()363 if (ce->default_properties_table) { in destroy_zend_class()364 zval *p = ce->default_properties_table; in destroy_zend_class()371 efree(ce->default_properties_table); in destroy_zend_class()425 if (ce->default_properties_table) { in destroy_zend_class()426 zval *p = ce->default_properties_table; in destroy_zend_class()[all …]
116 zval *default_properties_table; member160 zval *default_properties_table; member
1311 zval_ptr_dtor_nogc(&(ce->default_properties_table[parent_num])); in do_inherit_property()1312 ce->default_properties_table[parent_num] = ce->default_properties_table[child_num]; in do_inherit_property()1313 ZVAL_UNDEF(&ce->default_properties_table[child_num]); in do_inherit_property()1524 src = ce->default_properties_table + ce->default_properties_count; in zend_do_inheritance_ex()1527 ce->default_properties_table = table; in zend_do_inheritance_ex()1534 end = ce->default_properties_table; in zend_do_inheritance_ex()1538 ce->default_properties_table = end; in zend_do_inheritance_ex()1540 src = parent_ce->default_properties_table + parent_ce->default_properties_count; in zend_do_inheritance_ex()2900 if (ce->default_properties_table) { in zend_lazy_class_load()2902 zval *src = ce->default_properties_table; in zend_lazy_class_load()[all …]
1467 zval *default_properties_table = NULL; in zend_update_class_constants() local1537 default_properties_table = class_type->default_properties_table; in zend_update_class_constants()1541 default_properties_table = mutable_data->default_properties_table; in zend_update_class_constants()1542 if (!default_properties_table) { in zend_update_class_constants()1544 src = class_type->default_properties_table; in zend_update_class_constants()1545 dst = default_properties_table; in zend_update_class_constants()1552 mutable_data->default_properties_table = default_properties_table; in zend_update_class_constants()1562 val = &default_properties_table[i]; in zend_update_class_constants()4390 zval_ptr_dtor(&ce->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)]); in zend_declare_typed_property()4402 …ce->default_properties_table = perealloc(ce->default_properties_table, sizeof(zval) * ce->default_… in zend_declare_typed_property()[all …]
690 zval *default_properties_table = CE_DEFAULT_PROPERTIES_TABLE(ce); in add_class_vars() local704 prop = &default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)]; in add_class_vars()
342 if (ce->default_properties_table) { in zend_shutdown_executor_values()343 zval *p = ce->default_properties_table; in zend_shutdown_executor_values()
464 return mutable_data->default_properties_table; in zend_class_default_properties_table()466 return ce->default_properties_table; in zend_class_default_properties_table()
1980 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()
438 if (ce->default_properties_table) { in zend_persist_class_entry_calc()443 zend_persist_zval_calc(&ce->default_properties_table[i]); in zend_persist_class_entry_calc()
726 if (ce->default_properties_table) {729 SERIALIZE_PTR(ce->default_properties_table);730 p = ce->default_properties_table;1569 if (ce->default_properties_table) {1572 UNSERIALIZE_PTR(ce->default_properties_table);1573 p = ce->default_properties_table;
903 if (ce->default_properties_table) { in zend_persist_class_entry()906 …ce->default_properties_table = zend_shared_memdup_free(ce->default_properties_table, sizeof(zval) … in zend_persist_class_entry()908 zend_persist_zval(&ce->default_properties_table[i]); in zend_persist_class_entry()
3762 val = &ce->default_properties_table[i];
486 set $ptr_to_val = (zval*)((char*)$pi->ce->default_properties_table + $pi->offset - $initial_offset)
891 return &ce->default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)]; in property_get_default()
Completed in 135 milliseconds