mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +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
|
@ -551,7 +551,7 @@ const zend_function_entry imap_functions[] = {
|
|||
PHP_FALIAS(imap_scan, imap_listscan, arginfo_imap_listscan)
|
||||
PHP_FALIAS(imap_create, imap_createmailbox, arginfo_imap_createmailbox)
|
||||
PHP_FALIAS(imap_rename, imap_renamemailbox, arginfo_imap_renamemailbox)
|
||||
{NULL, NULL, NULL}
|
||||
PHP_FE_END
|
||||
};
|
||||
/* }}} */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue