diff options
Diffstat (limited to 'ext/dom/document.c')
| -rw-r--r-- | ext/dom/document.c | 2 | 
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  };  /* }}} */ | 
