xsl_object_handlers   31 ext/xsl/php_xsl.c static zend_object_handlers xsl_object_handlers;
xsl_object_handlers  140 ext/xsl/php_xsl.c 	retval.handlers = &xsl_object_handlers;
xsl_object_handlers  159 ext/xsl/php_xsl.c 	memcpy(&xsl_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers));
xsl_object_handlers  160 ext/xsl/php_xsl.c 	xsl_object_handlers.clone_obj = NULL;