|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#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_array * | zend_hooked_object_build_properties (zend_object *zobj) |
| ZEND_API zend_object_iterator * | zend_hooked_object_get_iterator (zend_class_entry *ce, zval *object, int by_ref) |
| ZEND_API zend_array * zend_hooked_object_build_properties | ( | zend_object * | zobj | ) |
Definition at line 132 of file zend_property_hooks.c.
| 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.