summaryrefslogtreecommitdiff
path: root/ext/dom/document.c
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2011-07-25 11:42:53 +0000
committerFelipe Pena <felipe@php.net>2011-07-25 11:42:53 +0000
commit23e438594d30c3507644575fa39c9736f19d1fe8 (patch)
treec69687778862780987fae3d3cf05b44210d5b04b /ext/dom/document.c
parent054e1cafa0f7d83bf9318431cc0ea54a5ff6afaf (diff)
downloadphp-git-23e438594d30c3507644575fa39c9736f19d1fe8.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 2d7df36d73..5b32cabdfe 100644
--- a/ext/dom/document.c
+++ b/ext/dom/document.c
@@ -229,7 +229,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
};
/* }}} */