]> granicus.if.org Git - php/commit
Check num required args is correct in debug builds
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 7 Oct 2019 09:23:51 +0000 (11:23 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 7 Oct 2019 14:34:05 +0000 (16:34 +0200)
commit57670c6769039a2e7b6379a68f04ecc9cb127101
tree0699dd384ffe39b7e44f3aa8ba6e7462707f197d
parent5f80eb7842f377e5f3ad68c58039f3146a9174bd
Check num required args is correct in debug builds

Also replace the assertion failure with an E_CORE_ERROR that
includes the function name, so these are easier to debug.
Zend/zend_execute.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h