From bdf84d4e1252f14f9a1bd91e704bb4ff702bc09c Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 3 Aug 2003 19:25:03 +0000 Subject: [PATCH] Add missing arg info --- Zend/zend_builtin_functions.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c index 1032d79204..3e35fdca2e 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -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) -- 2.50.1