]> granicus.if.org Git - php/commit
Give zend_pass_function an arginfo
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 21 Jul 2020 14:01:45 +0000 (16:01 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 21 Jul 2020 14:01:45 +0000 (16:01 +0200)
commite079e753dcdf22229d2c386dc6b87f2ebf991721
tree9c70cd5c8918b5e0f56af0f28288115f15f23cc6
parentdf2749da70c40605799c5328bb545fb6d1709154
Give zend_pass_function an arginfo

Now that the ZEND_ACC_VARIADIC flag is set, we should also make
sure there is a variadic arg that can be looked up.
Zend/zend_execute.c