diff options
author | Marcus Boerger <helly@php.net> | 2003-08-03 19:25:03 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-08-03 19:25:03 +0000 |
commit | bdf84d4e1252f14f9a1bd91e704bb4ff702bc09c (patch) | |
tree | 611c840c9103d67b7cbf7c62857e7b907eaf0c8f | |
parent | 6d6af07be9b2391949ccaa5f09439ff660eedf2c (diff) | |
download | php-git-bdf84d4e1252f14f9a1bd91e704bb4ff702bc09c.tar.gz |
Add missing arg info
-rw-r--r-- | Zend/zend_builtin_functions.c | 4 |
1 files changed, 4 insertions, 0 deletions
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) |