Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend.h162 ZEND_MAP_PTR_DEF(zval *, static_members_table);
H A Dzend_opcode.c174 if (ZEND_MAP_PTR(ce->static_members_table) && CE_STATIC_MEMBERS(ce)) { in zend_cleanup_internal_class_data()
178 ZEND_MAP_PTR_SET(ce->static_members_table, NULL); in zend_cleanup_internal_class_data()
H A Dzend_API.c1494 zval *static_members_table = NULL; in zend_update_class_constants() local
1556 static_members_table = CE_STATIC_MEMBERS(class_type); in zend_update_class_constants()
1557 if (!static_members_table) { in zend_update_class_constants()
1559 static_members_table = CE_STATIC_MEMBERS(class_type); in zend_update_class_constants()
1599 val = static_members_table + prop_info->offset; in zend_update_class_constants()
4406 if (!ZEND_MAP_PTR(ce->static_members_table)) { in zend_declare_typed_property()
4409 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_declare_typed_property()
H A Dzend_inheritance.c1611 if (!ZEND_MAP_PTR(ce->static_members_table)) { in zend_do_inheritance_ex()
1614 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_do_inheritance_ex()
2947 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL); in zend_lazy_class_load()
H A Dzend_object_handlers.c1565 …ZEND_MAP_PTR_SET(class_type->static_members_table, emalloc(sizeof(zval) * class_type->default_stat… in zend_class_init_statics()
H A Dzend_API.h328 ((zval*)ZEND_MAP_PTR_GET((ce)->static_members_table))
H A Dzend_compile.c2007 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL); in zend_initialize_class_data()
8271 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_compile_class_decl()
/PHP-8.2/ext/opcache/
H A Dzend_file_cache.c886 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL);
1717 ZEND_MAP_PTR_NEW(ce->static_members_table);
1723 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL);
H A Dzend_persist.c914 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_persist_class_entry()
916 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL); in zend_persist_class_entry()

Completed in 89 milliseconds