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

#include <zend_types.h>

Data Fields

zend_refcounted_h gc
 
uint32_t handle
 
uint32_t extra_flags
 
zend_class_entryce
 
const zend_object_handlershandlers
 
HashTableproperties
 
zval properties_table [1]
 

Detailed Description

Definition at line 556 of file zend_types.h.

Field Documentation

◆ ce

zend_class_entry* _zend_object::ce

Definition at line 560 of file zend_types.h.

◆ extra_flags

uint32_t _zend_object::extra_flags

Definition at line 559 of file zend_types.h.

◆ gc

zend_refcounted_h _zend_object::gc

Definition at line 557 of file zend_types.h.

◆ handle

uint32_t _zend_object::handle

Definition at line 558 of file zend_types.h.

◆ handlers

const zend_object_handlers* _zend_object::handlers

Definition at line 561 of file zend_types.h.

◆ properties

HashTable* _zend_object::properties

Definition at line 562 of file zend_types.h.

◆ properties_table

zval _zend_object::properties_table[1]

Definition at line 563 of file zend_types.h.


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