Searched refs:address_info_object_handlers (Results 1 – 1 of 1) sorted by relevance
161 static zend_object_handlers address_info_object_handlers; variable174 intern->std.handlers = &address_info_object_handlers; in address_info_create_object()459 memcpy(&address_info_object_handlers, &std_object_handlers, sizeof(zend_object_handlers));460 address_info_object_handlers.offset = XtOffsetOf(php_addrinfo, std);461 address_info_object_handlers.free_obj = address_info_free_obj;462 address_info_object_handlers.get_constructor = address_info_get_constructor;463 address_info_object_handlers.clone_obj = NULL;464 address_info_object_handlers.compare = zend_objects_not_comparable;
Completed in 9 milliseconds