]> granicus.if.org Git - php/commitdiff
- Use ZEND_FE_END macro here
authorFelipe Pena <felipe@php.net>
Mon, 25 Jul 2011 11:50:10 +0000 (11:50 +0000)
committerFelipe Pena <felipe@php.net>
Mon, 25 Jul 2011 11:50:10 +0000 (11:50 +0000)
Zend/zend_builtin_functions.c

index 60256b3126b47b10e7de0f00155fba6fffd8df22..6e716d2bb0af7348c1806b915810490781277c96 100644 (file)
@@ -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
 };
 /* }}} */