php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "zend.h"
Go to the source code of this file.
void zend_object_dtor_dynamic_properties | ( | zend_object * | object | ) |
Definition at line 51 of file zend_objects.c.
void zend_object_dtor_property | ( | zend_object * | object, |
zval * | p ) |
Definition at line 63 of file zend_objects.c.
ZEND_API void zend_object_std_dtor | ( | zend_object * | object | ) |
Definition at line 77 of file zend_objects.c.
ZEND_API void ZEND_FASTCALL zend_object_std_init | ( | zend_object * | object, |
zend_class_entry * | ce ) |
Definition at line 46 of file zend_objects.c.
ZEND_API void ZEND_FASTCALL zend_objects_clone_members | ( | zend_object * | new_object, |
zend_object * | old_object ) |
Definition at line 216 of file zend_objects.c.
ZEND_API zend_object * zend_objects_clone_obj | ( | zend_object * | object | ) |
Definition at line 306 of file zend_objects.c.
ZEND_API void zend_objects_destroy_object | ( | zend_object * | object | ) |
Definition at line 114 of file zend_objects.c.
ZEND_API zend_object *ZEND_FASTCALL zend_objects_new | ( | zend_class_entry * | ce | ) |
Definition at line 208 of file zend_objects.c.