Home
last modified time | relevance | path

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

/PHP-7.0/ext/dom/
H A Ddocument.c1769 xmlValidCtxt *cvp; in PHP_FUNCTION() local
1777 cvp = xmlNewValidCtxt(); in PHP_FUNCTION()
1779 cvp->userData = NULL; in PHP_FUNCTION()
1780 cvp->error = (xmlValidityErrorFunc) php_libxml_error_handler; in PHP_FUNCTION()
1781 cvp->warning = (xmlValidityErrorFunc) php_libxml_error_handler; in PHP_FUNCTION()
1783 if (xmlValidateDocument(cvp, docp)) { in PHP_FUNCTION()
1789 xmlFreeValidCtxt(cvp); in PHP_FUNCTION()

Completed in 19 milliseconds