Searched refs:xsl_object_handlers (Results 1 – 1 of 1) sorted by relevance
28 static zend_object_handlers xsl_object_handlers; variable106 intern->std.handlers = &xsl_object_handlers; in xsl_objects_new()116 memcpy(&xsl_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()117 xsl_object_handlers.offset = XtOffsetOf(xsl_object, std); in PHP_MINIT_FUNCTION()118 xsl_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()119 xsl_object_handlers.free_obj = xsl_objects_free_storage; in PHP_MINIT_FUNCTION()
Completed in 5 milliseconds