]> granicus.if.org Git - php/commit
Add arg type assertions to DO_ICALL
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 2 Sep 2019 12:30:51 +0000 (14:30 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 2 Sep 2019 12:30:51 +0000 (14:30 +0200)
commit603b9c43cb993e6a744fda3bbed7c4617807f428
tree5f11b532bed403fdf6ddaa8ecfc560b97ce8cf01
parent33e10fe1cbcee80754f52fbd419c45fa559478b1
Add arg type assertions to DO_ICALL

Now that DO_ICALL is also used for functions with type hints, we
should include the arginfo sanity check assertions in there as
well.
Zend/zend_vm_def.h
Zend/zend_vm_execute.h