Home
last modified time | relevance | path

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

/PHP-8.0/ext/shmop/
H A Dshmop.c73 static zend_object_handlers shmop_object_handlers; variable
88 intern->std.handlers = &shmop_object_handlers; in shmop_create_object()
119 memcpy(&shmop_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
120 shmop_object_handlers.offset = XtOffsetOf(php_shmop, std); in PHP_MINIT_FUNCTION()
121 shmop_object_handlers.free_obj = shmop_free_obj; in PHP_MINIT_FUNCTION()
122 shmop_object_handlers.get_constructor = shmop_get_constructor; in PHP_MINIT_FUNCTION()
123 shmop_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
124 shmop_object_handlers.compare = zend_objects_not_comparable; in PHP_MINIT_FUNCTION()

Completed in 4 milliseconds