Home
last modified time | relevance | path

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

/PHP-5.3/ext/xsl/
H A Dphp_xsl.c31 static zend_object_handlers xsl_object_handlers; variable
139 retval.handlers = &xsl_object_handlers; in xsl_objects_new()
158 memcpy(&xsl_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_INI_END()
159 xsl_object_handlers.clone_obj = NULL; in PHP_INI_END()

Completed in 6 milliseconds