]> granicus.if.org Git - php/commit
Improve "instanceof". Interfaces of the left operand should be checked only if the...
authorDmitry Stogov <dmitry@zend.com>
Wed, 14 Jan 2015 12:06:26 +0000 (15:06 +0300)
committerDmitry Stogov <dmitry@zend.com>
Wed, 14 Jan 2015 12:06:26 +0000 (15:06 +0300)
commit232575862427e5e4a42665596773cac709e9275b
treeb6181dc167f75dc6caee536e9189e88d13273ce9
parent588e803e8522434d769315fecf309ad12c9bfd69
Improve "instanceof". Interfaces of the left operand should be checked only if the right operand is interafce itself.
Zend/zend_operators.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h