php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
zend_property_hooks.c File Reference
#include "zend.h"
#include "zend_API.h"
#include "zend_hash.h"
#include "zend_lazy_objects.h"
#include "zend_property_hooks.h"

Go to the source code of this file.

Data Structures

struct  zend_hooked_object_iterator
 

Functions

ZEND_API zend_arrayzend_hooked_object_build_properties (zend_object *zobj)
 
ZEND_API zend_object_iteratorzend_hooked_object_get_iterator (zend_class_entry *ce, zval *object, int by_ref)
 

Function Documentation

◆ zend_hooked_object_build_properties()

ZEND_API zend_array * zend_hooked_object_build_properties ( zend_object * zobj)

Definition at line 132 of file zend_property_hooks.c.

◆ zend_hooked_object_get_iterator()

ZEND_API zend_object_iterator * zend_hooked_object_get_iterator ( zend_class_entry * ce,
zval * object,
int by_ref )

Definition at line 367 of file zend_property_hooks.c.