Home
last modified time | relevance | path

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

/PHP-7.4/ext/libxml/
H A Dphp_libxml.h106 PHP_LIBXML_API void php_libxml_ctx_warning(void *ctx, const char *msg, ...);
H A Dlibxml.c777 PHP_LIBXML_API void php_libxml_ctx_warning(void *ctx, const char *msg, ...) in php_libxml_ctx_warning() function
/PHP-7.4/ext/dom/
H A Ddocument.c1441 ctxt->vctxt.warning = php_libxml_ctx_warning; in dom_document_parser()
1445 ctxt->sax->warning = php_libxml_ctx_warning; in dom_document_parser()
2066 ctxt->vctxt.warning = php_libxml_ctx_warning; in dom_load_html()
2069 ctxt->sax->warning = php_libxml_ctx_warning; in dom_load_html()

Completed in 23 milliseconds