Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_opcode.c271 p = mutable_data->default_properties_table; in zend_cleanup_mutable_class_data()
272 if (p && p != ce->default_properties_table) { in zend_cleanup_mutable_class_data()
279 mutable_data->default_properties_table = NULL; in zend_cleanup_mutable_class_data()
317 if (ce->default_properties_table) { in destroy_zend_class()
318 p = ce->default_properties_table; in destroy_zend_class()
368 if (ce->default_properties_table) { in destroy_zend_class()
369 zval *p = ce->default_properties_table; in destroy_zend_class()
376 efree(ce->default_properties_table); in destroy_zend_class()
434 if (ce->default_properties_table) { in destroy_zend_class()
435 zval *p = ce->default_properties_table; in destroy_zend_class()
[all …]
H A Dzend.h116 zval *default_properties_table; member
160 zval *default_properties_table; member
H A Dzend_inheritance.c1315 zval_ptr_dtor_nogc(&(ce->default_properties_table[parent_num])); in do_inherit_property()
1316 ce->default_properties_table[parent_num] = ce->default_properties_table[child_num]; in do_inherit_property()
1317 ZVAL_UNDEF(&ce->default_properties_table[child_num]); in do_inherit_property()
1528 src = ce->default_properties_table + ce->default_properties_count; in zend_do_inheritance_ex()
1531 ce->default_properties_table = table; in zend_do_inheritance_ex()
1538 end = ce->default_properties_table; in zend_do_inheritance_ex()
1542 ce->default_properties_table = end; in zend_do_inheritance_ex()
1544 src = parent_ce->default_properties_table + parent_ce->default_properties_count; in zend_do_inheritance_ex()
2886 if (ce->default_properties_table) { in zend_lazy_class_load()
2888 zval *src = ce->default_properties_table; in zend_lazy_class_load()
[all …]
H A Dzend_API.c1494 zval *default_properties_table = NULL; in zend_update_class_constants() local
1564 default_properties_table = class_type->default_properties_table; in zend_update_class_constants()
1568 default_properties_table = mutable_data->default_properties_table; in zend_update_class_constants()
1569 if (!default_properties_table) { in zend_update_class_constants()
1571 src = class_type->default_properties_table; in zend_update_class_constants()
1572 dst = default_properties_table; in zend_update_class_constants()
1579 mutable_data->default_properties_table = default_properties_table; in zend_update_class_constants()
1589 val = &default_properties_table[i]; in zend_update_class_constants()
4449 zval_ptr_dtor(&ce->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)]); in zend_declare_typed_property()
4461 …ce->default_properties_table = perealloc(ce->default_properties_table, sizeof(zval) * ce->default_… in zend_declare_typed_property()
[all …]
H A Dzend_builtin_functions.c694 zval *default_properties_table = CE_DEFAULT_PROPERTIES_TABLE(ce); in add_class_vars() local
708 prop = &default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)]; in add_class_vars()
H A Dzend_execute_API.c343 if (ce->default_properties_table) { in zend_shutdown_executor_values()
344 zval *p = ce->default_properties_table; in zend_shutdown_executor_values()
H A Dzend_API.h468 return mutable_data->default_properties_table; in zend_class_default_properties_table()
470 return ce->default_properties_table; in zend_class_default_properties_table()
H A Dzend_compile.c1998 ce->default_properties_table = NULL; in zend_initialize_class_data()
/php-src/ext/tokenizer/
H A Dtokenizer.c298 zval *src = &token_class->default_properties_table[4]; in add_token()
299 zval *end = token_class->default_properties_table in add_token()
/php-src/ext/opcache/
H A Dzend_persist_calc.c432 if (ce->default_properties_table) { in zend_persist_class_entry_calc()
437 zend_persist_zval_calc(&ce->default_properties_table[i]); in zend_persist_class_entry_calc()
H A Dzend_file_cache.c727 if (ce->default_properties_table) {
730 SERIALIZE_PTR(ce->default_properties_table);
731 p = ce->default_properties_table;
1571 if (ce->default_properties_table) {
1574 UNSERIALIZE_PTR(ce->default_properties_table);
1575 p = ce->default_properties_table;
H A Dzend_persist.c894 if (ce->default_properties_table) { in zend_persist_class_entry()
897 …ce->default_properties_table = zend_shared_memdup_free(ce->default_properties_table, sizeof(zval) … in zend_persist_class_entry()
899 zend_persist_zval(&ce->default_properties_table[i]); in zend_persist_class_entry()
H A DZendAccelerator.c3766 val = &ce->default_properties_table[i];
/php-src/
H A D.gdbinit486 set $ptr_to_val = (zval*)((char*)$pi->ce->default_properties_table + $pi->offset - $initial_offset)
/php-src/ext/reflection/
H A Dphp_reflection.c891 return &ce->default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)]; in property_get_default()

Completed in 130 milliseconds