mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
- Make usage of new PHP_FE_END macro
This commit is contained in:
parent
054e1cafa0
commit
23e438594d
111 changed files with 170 additions and 172 deletions
|
@ -46,7 +46,7 @@ ZEND_END_ARG_INFO();
|
|||
const zend_function_entry php_dom_documentfragment_class_functions[] = {
|
||||
PHP_ME(domdocumentfragment, __construct, arginfo_dom_documentfragement_construct, ZEND_ACC_PUBLIC)
|
||||
PHP_ME(domdocumentfragment, appendXML, arginfo_dom_documentfragement_appendXML, ZEND_ACC_PUBLIC)
|
||||
{NULL, NULL, NULL}
|
||||
PHP_FE_END
|
||||
};
|
||||
|
||||
/* {{{ proto void DOMDocumentFragment::__construct(); */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue