Home
last modified time | relevance | path

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

/PHP-8.1/ext/libxml/
H A Dphp_libxml.h106 PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...);
H A Dlibxml.c639 php_libxml_ctx_error(context, in _php_libxml_external_entity_loader()
657 php_libxml_ctx_error(context, in _php_libxml_external_entity_loader()
666 php_libxml_ctx_error(context, "Could not allocate parser " in _php_libxml_external_entity_loader()
694 php_libxml_ctx_error(context, in _php_libxml_external_entity_loader()
729 PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...) in php_libxml_ctx_error() function
/PHP-8.1/ext/dom/
H A Ddocument.c1270 ctxt->vctxt.error = php_libxml_ctx_error; in dom_document_parser()
1274 ctxt->sax->error = php_libxml_ctx_error; in dom_document_parser()
1905 ctxt->vctxt.error = php_libxml_ctx_error; in dom_load_html()
1908 ctxt->sax->error = php_libxml_ctx_error; in dom_load_html()

Completed in 26 milliseconds