Searched refs:xsl_object_handlers (Results 1 – 1 of 1) sorted by relevance
29 static zend_object_handlers xsl_object_handlers; variable117 intern->std.handlers = &xsl_object_handlers; in xsl_objects_new()129 memcpy(&xsl_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()130 xsl_object_handlers.offset = XtOffsetOf(xsl_object, std); in PHP_MINIT_FUNCTION()131 xsl_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()132 xsl_object_handlers.free_obj = xsl_objects_free_storage; in PHP_MINIT_FUNCTION()
Completed in 5 milliseconds