mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Add missing arg info
This commit is contained in:
parent
6d6af07be9
commit
bdf84d4e12
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue