]> granicus.if.org Git - php/commit
Don't leave holes in func_get_args() and backtraces
authorNikita Popov <nikita.ppv@gmail.com>
Sun, 25 Jun 2017 13:08:36 +0000 (15:08 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Sun, 25 Jun 2017 13:27:45 +0000 (15:27 +0200)
commitde66e80d757f2a89fa16ee436d89ecc428f369a9
tree29ebe6a806b6baf4f1e108927573b6c4425e4739
parentfda0a8b735e468f03b32bc099d8f4aa173d2b9f7
Don't leave holes in func_get_args() and backtraces

Argument lists should always be continuous and hole-free, even if
local variables are unset. Replace UNDEF values with NULLs.
Zend/tests/bug70547.phpt
Zend/zend_builtin_functions.c