Home
last modified time | relevance | path

Searched refs:CE_STATIC_MEMBERS (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_object_handlers.c1560 if (class_type->default_static_members_count && !CE_STATIC_MEMBERS(class_type)) { in zend_class_init_statics()
1569 zval *q = &CE_STATIC_MEMBERS(class_type->parent)[i]; in zend_class_init_statics()
1571 ZVAL_INDIRECT(&CE_STATIC_MEMBERS(class_type)[i], q); in zend_class_init_statics()
1573 ZVAL_COPY_OR_DUP(&CE_STATIC_MEMBERS(class_type)[i], p); in zend_class_init_statics()
1622 if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) { in zend_std_get_static_property_with_info()
1626 ret = CE_STATIC_MEMBERS(ce) + property_info->offset; in zend_std_get_static_property_with_info()
H A Dzend_opcode.c174 if (ZEND_MAP_PTR(ce->static_members_table) && CE_STATIC_MEMBERS(ce)) { in zend_cleanup_internal_class_data()
175 zval *static_members = CE_STATIC_MEMBERS(ce); in zend_cleanup_internal_class_data()
H A Dzend_API.c1530 static_members_table = CE_STATIC_MEMBERS(class_type); in zend_update_class_constants()
1533 static_members_table = CE_STATIC_MEMBERS(class_type); in zend_update_class_constants()
H A Dzend_API.h324 #define CE_STATIC_MEMBERS(ce) \ macro
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c4122 if (ce->default_static_members_count && !CE_STATIC_MEMBERS(ce)) { in ZEND_METHOD()
4137 prop = &CE_STATIC_MEMBERS(ce)[prop_info->offset]; in ZEND_METHOD()

Completed in 66 milliseconds