Home
last modified time | relevance | path

Searched refs:shmop_object_handlers (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/ext/shmop/
H A Dshmop.c72 static zend_object_handlers shmop_object_handlers; variable
87 intern->std.handlers = &shmop_object_handlers; in shmop_create_object()
113 memcpy(&shmop_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
114 shmop_object_handlers.offset = XtOffsetOf(php_shmop, std); in PHP_MINIT_FUNCTION()
115 shmop_object_handlers.free_obj = shmop_free_obj; in PHP_MINIT_FUNCTION()
116 shmop_object_handlers.get_constructor = shmop_get_constructor; in PHP_MINIT_FUNCTION()
117 shmop_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
118 shmop_object_handlers.compare = zend_objects_not_comparable; in PHP_MINIT_FUNCTION()

Completed in 5 milliseconds