mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
Fix my fix for arginfo, trunk patch will follow shortly
This commit is contained in:
parent
5a3624221b
commit
a109c3538f
1 changed files with 1 additions and 1 deletions
|
@ -1210,7 +1210,7 @@ ZEND_BEGIN_ARG_INFO(arginfo_fstat, 0)
|
||||||
ZEND_ARG_INFO(0, fp)
|
ZEND_ARG_INFO(0, fp)
|
||||||
ZEND_END_ARG_INFO()
|
ZEND_END_ARG_INFO()
|
||||||
|
|
||||||
ZEND_BEGIN_ARG_INFO(arginfo_copy, 0)
|
ZEND_BEGIN_ARG_INFO_EX(arginfo_copy, 0, 0, 2)
|
||||||
ZEND_ARG_INFO(0, source_file)
|
ZEND_ARG_INFO(0, source_file)
|
||||||
ZEND_ARG_INFO(0, destination_file)
|
ZEND_ARG_INFO(0, destination_file)
|
||||||
ZEND_ARG_INFO(0, context)
|
ZEND_ARG_INFO(0, context)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue