diff options
author | Felipe Pena <felipe@php.net> | 2011-07-25 11:50:10 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2011-07-25 11:50:10 +0000 |
commit | a10e7fe11d3e5c9cc93cf3b6d20cfd35f2c14e03 (patch) | |
tree | 13da00511ff0ade45ab50accbcf315ce5b980ec1 /Zend/zend_builtin_functions.c | |
parent | 23e438594d30c3507644575fa39c9736f19d1fe8 (diff) | |
download | php-git-a10e7fe11d3e5c9cc93cf3b6d20cfd35f2c14e03.tar.gz |
- Use ZEND_FE_END macro here
Diffstat (limited to 'Zend/zend_builtin_functions.c')
-rw-r--r-- | Zend/zend_builtin_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c index 60256b3126..6e716d2bb0 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -283,7 +283,7 @@ static const zend_function_entry builtin_functions[] = { /* {{{ */ ZEND_FE(gc_enabled, arginfo_zend__void) ZEND_FE(gc_enable, arginfo_zend__void) ZEND_FE(gc_disable, arginfo_zend__void) - { NULL, NULL, NULL } + ZEND_FE_END }; /* }}} */ |