xsl_object_handlers 31 ext/xsl/php_xsl.c static zend_object_handlers xsl_object_handlers; xsl_object_handlers 121 ext/xsl/php_xsl.c intern->std.handlers = &xsl_object_handlers; xsl_object_handlers 133 ext/xsl/php_xsl.c memcpy(&xsl_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); xsl_object_handlers 134 ext/xsl/php_xsl.c xsl_object_handlers.offset = XtOffsetOf(xsl_object, std); xsl_object_handlers 135 ext/xsl/php_xsl.c xsl_object_handlers.clone_obj = NULL; xsl_object_handlers 136 ext/xsl/php_xsl.c xsl_object_handlers.free_obj = xsl_objects_free_storage;