Searched refs:php_libxml_ctx_error (Results 1 – 3 of 3) sorted by relevance
105 PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...);
629 php_libxml_ctx_error(context, in _php_libxml_external_entity_loader()647 php_libxml_ctx_error(context, in _php_libxml_external_entity_loader()656 php_libxml_ctx_error(context, "Could not allocate parser " in _php_libxml_external_entity_loader()684 php_libxml_ctx_error(context, in _php_libxml_external_entity_loader()719 PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...) in php_libxml_ctx_error() function
1236 ctxt->vctxt.error = php_libxml_ctx_error; in dom_document_parser()1240 ctxt->sax->error = php_libxml_ctx_error; in dom_document_parser()1869 ctxt->vctxt.error = php_libxml_ctx_error; in dom_load_html()1872 ctxt->sax->error = php_libxml_ctx_error; in dom_load_html()
Completed in 11 milliseconds