summaryrefslogtreecommitdiff
path: root/ext/dom/domexception.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/domexception.c')
-rw-r--r--ext/dom/domexception.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dom/domexception.c b/ext/dom/domexception.c
index f66abf8e6..18ac78b39 100644
--- a/ext/dom/domexception.c
+++ b/ext/dom/domexception.c
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: domexception.c 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: domexception.c 313665 2011-07-25 11:42:53Z felipe $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -37,7 +37,7 @@
extern zend_class_entry *dom_domexception_class_entry;
const zend_function_entry php_dom_domexception_class_functions[] = {
- {NULL, NULL, NULL}
+ PHP_FE_END
};
void php_dom_throw_error_with_message(int error_code, char *error_message, int strict_error TSRMLS_DC) /* {{{ */