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

#include <zend_compile.h>

Data Fields

uint32_t offset
 
uint32_t flags
 
zend_stringname
 
zend_stringdoc_comment
 
HashTableattributes
 
zend_class_entryce
 
zend_type type
 
const zend_property_infoprototype
 
zend_function ** hooks
 

Detailed Description

Definition at line 446 of file zend_compile.h.

Field Documentation

◆ attributes

HashTable* _zend_property_info::attributes

Definition at line 452 of file zend_compile.h.

◆ ce

zend_class_entry* _zend_property_info::ce

Definition at line 453 of file zend_compile.h.

◆ doc_comment

zend_string* _zend_property_info::doc_comment

Definition at line 451 of file zend_compile.h.

◆ flags

uint32_t _zend_property_info::flags

Definition at line 449 of file zend_compile.h.

◆ hooks

zend_function** _zend_property_info::hooks

Definition at line 456 of file zend_compile.h.

◆ name

zend_string* _zend_property_info::name

Definition at line 450 of file zend_compile.h.

◆ offset

uint32_t _zend_property_info::offset

Definition at line 447 of file zend_compile.h.

◆ prototype

const zend_property_info* _zend_property_info::prototype

Definition at line 455 of file zend_compile.h.

◆ type

zend_type _zend_property_info::type

Definition at line 454 of file zend_compile.h.


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