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

#include <zend_compile.h>

Data Fields

zval value
 
zend_stringdoc_comment
 
HashTableattributes
 
zend_class_entryce
 
zend_type type
 

Detailed Description

Definition at line 470 of file zend_compile.h.

Field Documentation

◆ attributes

HashTable* _zend_class_constant::attributes

Definition at line 473 of file zend_compile.h.

◆ ce

zend_class_entry* _zend_class_constant::ce

Definition at line 474 of file zend_compile.h.

◆ doc_comment

zend_string* _zend_class_constant::doc_comment

Definition at line 472 of file zend_compile.h.

◆ type

zend_type _zend_class_constant::type

Definition at line 475 of file zend_compile.h.

◆ value

zval _zend_class_constant::value

Definition at line 471 of file zend_compile.h.


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