Searched refs:cvp (Results 1 – 1 of 1) sorted by relevance
1767 xmlValidCtxt *cvp; in PHP_FUNCTION() local1775 cvp = xmlNewValidCtxt(); in PHP_FUNCTION()1777 cvp->userData = NULL; in PHP_FUNCTION()1778 cvp->error = (xmlValidityErrorFunc) php_libxml_error_handler; in PHP_FUNCTION()1779 cvp->warning = (xmlValidityErrorFunc) php_libxml_error_handler; in PHP_FUNCTION()1781 if (xmlValidateDocument(cvp, docp)) { in PHP_FUNCTION()1787 xmlFreeValidCtxt(cvp); in PHP_FUNCTION()
Completed in 13 milliseconds