Searched refs:php_libxml_ctx_warning (Results 1 – 3 of 3) sorted by relevance
134 PHP_LIBXML_API void php_libxml_ctx_warning(void *ctx, const char *msg, ...);
865 PHP_LIBXML_API void php_libxml_ctx_warning(void *ctx, const char *msg, ...) in php_libxml_ctx_warning() function
1320 ctxt->vctxt.warning = php_libxml_ctx_warning; in dom_document_parser()1324 ctxt->sax->warning = php_libxml_ctx_warning; in dom_document_parser()2019 ctxt->vctxt.warning = php_libxml_ctx_warning; in dom_load_html()2022 ctxt->sax->warning = php_libxml_ctx_warning; in dom_load_html()
Completed in 13 milliseconds