]> granicus.if.org Git - php/commit
Func info: Fix calls to zero-arg varargs
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 27 May 2019 14:09:58 +0000 (16:09 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 27 May 2019 14:14:51 +0000 (16:14 +0200)
commit31ce1cbbb9296d11bdcf44e141d26d95f82c17fc
treebf6f6b1349b0b699f7cfd5eeacf19f3335787eab
parent209b12e06491373314bdb245fd85e21dabe4b745
Func info: Fix calls to zero-arg varargs

The num_args does not include variadics, so a "zero-arg" function
may accept additional arguments through that. No functions seem
to be affected right now, but they will be after #4175.
ext/opcache/Optimizer/zend_func_info.c