Home
last modified time | relevance | path

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

/PHP-7.3/ext/libxml/
H A Dphp_libxml.h107 PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...);
H A Dlibxml.c634 php_libxml_ctx_error(context, in _php_libxml_external_entity_loader()
652 php_libxml_ctx_error(context, in _php_libxml_external_entity_loader()
661 php_libxml_ctx_error(context, "Could not allocate parser " in _php_libxml_external_entity_loader()
688 php_libxml_ctx_error(context, in _php_libxml_external_entity_loader()
723 PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...) in php_libxml_ctx_error() function
/PHP-7.3/ext/dom/
H A Ddocument.c1418 ctxt->vctxt.error = php_libxml_ctx_error; in dom_document_parser()
1422 ctxt->sax->error = php_libxml_ctx_error; in dom_document_parser()
2039 ctxt->vctxt.error = php_libxml_ctx_error; in dom_load_html()
2042 ctxt->sax->error = php_libxml_ctx_error; in dom_load_html()

Completed in 16 milliseconds