php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_zend_class_mutable_data Struct Reference

#include <zend.h>

Data Fields

zvaldefault_properties_table
 
HashTableconstants_table
 
uint32_t ce_flags
 
HashTablebacked_enum_table
 

Detailed Description

Definition at line 115 of file zend.h.

Field Documentation

◆ backed_enum_table

HashTable* _zend_class_mutable_data::backed_enum_table

Definition at line 119 of file zend.h.

◆ ce_flags

uint32_t _zend_class_mutable_data::ce_flags

Definition at line 118 of file zend.h.

◆ constants_table

HashTable* _zend_class_mutable_data::constants_table

Definition at line 117 of file zend.h.

◆ default_properties_table

zval* _zend_class_mutable_data::default_properties_table

Definition at line 116 of file zend.h.


The documentation for this struct was generated from the following file: