]> 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 a81e9a8283f9d0e56b2eb3507298b615db9fc5f5..a5fd7108ffaa8173365c29a84dd8de82b5c3a1e9 100644 (file)
@@ -306,7 +306,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
 };
 /* }}} */