Home
last modified time | relevance | path

Searched refs:xsl_object_handlers (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/ext/xsl/
H A Dphp_xsl.c31 static zend_object_handlers xsl_object_handlers; variable
121 intern->std.handlers = &xsl_object_handlers; in xsl_objects_new()
133 memcpy(&xsl_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
134 xsl_object_handlers.offset = XtOffsetOf(xsl_object, std); in PHP_MINIT_FUNCTION()
135 xsl_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
136 xsl_object_handlers.free_obj = xsl_objects_free_storage; in PHP_MINIT_FUNCTION()

Completed in 5 milliseconds