summaryrefslogtreecommitdiff
path: root/ext/dom/document.c
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2011-07-25 11:35:02 +0000
committerFelipe Pena <felipe@php.net>2011-07-25 11:35:02 +0000
commit4b30846b50b3c42d6787f82fe37525028e094a09 (patch)
tree22d19ea6d7814d03f3fb8587d996b37cb42841f8 /ext/dom/document.c
parentf1f2a649e299b9b997d38977909bd54c52f5c4e3 (diff)
downloadphp-git-4b30846b50b3c42d6787f82fe37525028e094a09.tar.gz
- Make usage of new PHP_FE_END macro
Diffstat (limited to 'ext/dom/document.c')
-rw-r--r--ext/dom/document.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/document.c b/ext/dom/document.c
index 2b11e7f1c4..b5402472b7 100644
--- a/ext/dom/document.c
+++ b/ext/dom/document.c
@@ -231,7 +231,7 @@ const zend_function_entry php_dom_document_class_functions[] = { /* {{{ */
PHP_FALIAS(relaxNGValidateSource, dom_document_relaxNG_validate_xml, arginfo_dom_document_relaxNG_validate_xml)
#endif
PHP_ME(domdocument, registerNodeClass, arginfo_dom_document_registernodeclass, ZEND_ACC_PUBLIC)
- {NULL, NULL, NULL}
+ PHP_FE_END
};
/* }}} */