]> granicus.if.org Git - php/commitdiff
Add missing arg info
authorMarcus Boerger <helly@php.net>
Sun, 3 Aug 2003 19:25:03 +0000 (19:25 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 3 Aug 2003 19:25:03 +0000 (19:25 +0000)
Zend/zend_builtin_functions.c

index 1032d79204090b9b873c7fc8a458a9e3223785d8..3e35fdca2eca223869c467d6ebb645757608f2a4 100644 (file)
@@ -108,6 +108,10 @@ ZEND_API
                ZEND_ARG_PASS_INFO(1)
        ZEND_END_ARG_INFO();
 
+ZEND_API
+       ZEND_BEGIN_ARG_INFO(all_args_by_ref, 1)
+       ZEND_END_ARG_INFO();
+
 static zend_function_entry builtin_functions[] = {
        ZEND_FE(zend_version,           NULL)
        ZEND_FE(func_num_args,          NULL)