Home
last modified time | relevance | path

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

/PHP-5.3/ext/dom/
H A Ddocument.c1943 xmlValidCtxt *cvp; in PHP_FUNCTION() local
1951 cvp = xmlNewValidCtxt(); in PHP_FUNCTION()
1953 cvp->userData = NULL; in PHP_FUNCTION()
1954 cvp->error = (xmlValidityErrorFunc) php_libxml_error_handler; in PHP_FUNCTION()
1955 cvp->warning = (xmlValidityErrorFunc) php_libxml_error_handler; in PHP_FUNCTION()
1957 if (xmlValidateDocument(cvp, docp)) { in PHP_FUNCTION()
1963 xmlFreeValidCtxt(cvp); in PHP_FUNCTION()

Completed in 14 milliseconds