summaryrefslogtreecommitdiff
path: root/ext/dom/php_dom.h
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2005-02-20 22:01:24 +0000
committerRob Richards <rrichards@php.net>2005-02-20 22:01:24 +0000
commit8913ddc295e8ca91a84d7a3959ada6893dac35ea (patch)
tree566669c464d14a99cbd44bfffcb3405fea1ea87f /ext/dom/php_dom.h
parentb7cf6f4539fa315b5758cac319472bda11c79094 (diff)
downloadphp-git-8913ddc295e8ca91a84d7a3959ada6893dac35ea.tar.gz
use new error handling when not throwing exceptions
Diffstat (limited to 'ext/dom/php_dom.h')
-rw-r--r--ext/dom/php_dom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dom/php_dom.h b/ext/dom/php_dom.h
index a8ee2b95aa..eb17dc5154 100644
--- a/ext/dom/php_dom.h
+++ b/ext/dom/php_dom.h
@@ -91,6 +91,7 @@ zend_object_value dom_xpath_objects_new(zend_class_entry *class_type TSRMLS_DC);
#endif
int dom_get_strict_error(php_libxml_ref_obj *document);
void php_dom_throw_error(int error_code, int strict_error TSRMLS_DC);
+void php_dom_throw_error_with_message(int error_code, char *error_message, int strict_error TSRMLS_DC);
void node_list_unlink(xmlNodePtr node TSRMLS_DC);
int dom_check_qname(char *qname, char **localname, char **prefix, int uri_len, int name_len);
xmlNsPtr dom_get_ns(xmlNodePtr node, char *uri, int *errorcode, char *prefix);