Searched refs:static_members_table (Results 1 – 9 of 9) sorted by relevance
162 ZEND_MAP_PTR_DEF(zval *, static_members_table);
174 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()
1468 zval *static_members_table = NULL; in zend_update_class_constants() local1530 static_members_table = CE_STATIC_MEMBERS(class_type); in zend_update_class_constants()1531 if (!static_members_table) { in zend_update_class_constants()1533 static_members_table = CE_STATIC_MEMBERS(class_type); in zend_update_class_constants()1573 val = static_members_table + prop_info->offset; in zend_update_class_constants()4379 if (!ZEND_MAP_PTR(ce->static_members_table)) { in zend_declare_typed_property()4382 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_declare_typed_property()
1604 if (!ZEND_MAP_PTR(ce->static_members_table)) { in zend_do_inheritance_ex()1607 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_do_inheritance_ex()2961 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL); in zend_lazy_class_load()
1570 …ZEND_MAP_PTR_SET(class_type->static_members_table, emalloc(sizeof(zval) * class_type->default_stat… in zend_class_init_statics()
325 ((zval*)ZEND_MAP_PTR_GET((ce)->static_members_table))
1989 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL); in zend_initialize_class_data()8123 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_compile_class_decl()
885 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL);1715 ZEND_MAP_PTR_NEW(ce->static_members_table);1721 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL);
924 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_persist_class_entry()926 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL); in zend_persist_class_entry()
Completed in 85 milliseconds