Home
last modified time | relevance | path

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

/PHP-5.6/ext/dom/
H A Ddocument.c1893 xmlValidCtxt *cvp; in PHP_FUNCTION() local
1901 cvp = xmlNewValidCtxt(); in PHP_FUNCTION()
1903 cvp->userData = NULL; in PHP_FUNCTION()
1904 cvp->error = (xmlValidityErrorFunc) php_libxml_error_handler; in PHP_FUNCTION()
1905 cvp->warning = (xmlValidityErrorFunc) php_libxml_error_handler; in PHP_FUNCTION()
1907 if (xmlValidateDocument(cvp, docp)) { in PHP_FUNCTION()
1913 xmlFreeValidCtxt(cvp); in PHP_FUNCTION()

Completed in 10 milliseconds