|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php.h"#include "php_ini.h"#include "ext/standard/info.h"#include "php_com_dotnet.h"#include "php_com_dotnet_internal.h"#include "Zend/zend_exceptions.h"Go to the source code of this file.
Functions | |
| void | php_com_object_enable_event_sink (php_com_dotnet_object *obj, bool enable) |
| void | php_com_object_free_storage (zend_object *object) |
| zend_object * | php_com_object_clone (zend_object *object) |
| zend_object * | php_com_object_new (zend_class_entry *ce) |
Variables | |
| zend_object_handlers | php_com_object_handlers |
| zend_object * php_com_object_clone | ( | zend_object * | object | ) |
Definition at line 594 of file com_handlers.c.
| void php_com_object_enable_event_sink | ( | php_com_dotnet_object * | obj, |
| bool | enable ) |
Definition at line 541 of file com_handlers.c.
| void php_com_object_free_storage | ( | zend_object * | object | ) |
Definition at line 565 of file com_handlers.c.
| zend_object * php_com_object_new | ( | zend_class_entry * | ce | ) |
Definition at line 618 of file com_handlers.c.
| zend_object_handlers php_com_object_handlers |
Definition at line 513 of file com_handlers.c.