Home
last modified time | relevance | path

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

/PHP-7.4/ext/dom/
H A Ddocument.c1792 xmlValidCtxt *cvp; in PHP_FUNCTION() local
1801 cvp = xmlNewValidCtxt(); in PHP_FUNCTION()
1803 cvp->userData = NULL; in PHP_FUNCTION()
1804 cvp->error = (xmlValidityErrorFunc) php_libxml_error_handler; in PHP_FUNCTION()
1805 cvp->warning = (xmlValidityErrorFunc) php_libxml_error_handler; in PHP_FUNCTION()
1807 if (xmlValidateDocument(cvp, docp)) { in PHP_FUNCTION()
1813 xmlFreeValidCtxt(cvp); in PHP_FUNCTION()

Completed in 10 milliseconds