Searched refs:shmop_object_handlers (Results 1 – 1 of 1) sorted by relevance
72 static zend_object_handlers shmop_object_handlers; variable87 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 4 milliseconds