php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
com_handlers.c File Reference
#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_objectphp_com_object_clone (zend_object *object)
 
zend_objectphp_com_object_new (zend_class_entry *ce)
 

Variables

zend_object_handlers php_com_object_handlers
 

Function Documentation

◆ php_com_object_clone()

zend_object * php_com_object_clone ( zend_object * object)

Definition at line 594 of file com_handlers.c.

◆ php_com_object_enable_event_sink()

void php_com_object_enable_event_sink ( php_com_dotnet_object * obj,
bool enable )

Definition at line 541 of file com_handlers.c.

◆ php_com_object_free_storage()

void php_com_object_free_storage ( zend_object * object)

Definition at line 565 of file com_handlers.c.

◆ php_com_object_new()

zend_object * php_com_object_new ( zend_class_entry * ce)

Definition at line 618 of file com_handlers.c.

Variable Documentation

◆ php_com_object_handlers

zend_object_handlers php_com_object_handlers
Initial value:
= {
0,
com_property_read,
com_property_write,
com_read_dimension,
com_write_dimension,
com_get_property_ptr_ptr,
com_property_exists,
com_property_delete,
com_dimension_exists,
com_dimension_delete,
com_properties_get,
com_method_get,
com_class_name_get,
com_object_cast,
com_object_count,
NULL,
NULL,
com_get_gc,
NULL,
com_objects_compare,
NULL,
}
void php_com_object_free_storage(zend_object *object)
zend_object * php_com_object_clone(zend_object *object)
#define NULL
Definition gdcache.h:45
ZEND_API zend_function * zend_std_get_constructor(zend_object *zobj)
ZEND_API void zend_objects_destroy_object(zend_object *object)

Definition at line 513 of file com_handlers.c.