Searched refs:php_libxml_ctx_error (Results 1 – 3 of 3) sorted by relevance
97 PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...);
606 php_libxml_ctx_error(context, in _php_libxml_external_entity_loader()612 php_libxml_ctx_error(context, in _php_libxml_external_entity_loader()623 php_libxml_ctx_error(context, in _php_libxml_external_entity_loader()632 php_libxml_ctx_error(context, "Could not allocate parser " in _php_libxml_external_entity_loader()660 php_libxml_ctx_error(context, in _php_libxml_external_entity_loader()698 PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...) in php_libxml_ctx_error() function
1620 ctxt->vctxt.error = php_libxml_ctx_error; in dom_document_parser()1624 ctxt->sax->error = php_libxml_ctx_error; in dom_document_parser()2211 ctxt->vctxt.error = php_libxml_ctx_error; in dom_load_html()2214 ctxt->sax->error = php_libxml_ctx_error; in dom_load_html()
Completed in 15 milliseconds