]> granicus.if.org Git - php/commit
Fixed bug #70321 (Magic getter breaks reference to array property)
authorBob Weinand <bobwei9@hotmail.com>
Sat, 22 Aug 2015 22:54:59 +0000 (23:54 +0100)
committerBob Weinand <bobwei9@hotmail.com>
Sat, 22 Aug 2015 22:54:59 +0000 (23:54 +0100)
commit66754585f889e56ddaf3442fd4ac7b9adf93417b
tree84ebe8b5b49e60bcefa154320b9ae2a870e6bac0
parent76e3e99dd674fe98130ba110564c607b12a7772c
Fixed bug #70321 (Magic getter breaks reference to array property)
Note that the UNEXPECTED(zv) was turned into EXPECTED(zv), as zv is mostly set in the context where it is used and usually anyway is checked first with OP*_TYPE == IS_VAR; or maybe just completely remove that (UN)EXPECTED at this place...
NEWS
Zend/tests/bug70321.phpt [new file with mode: 0644]
Zend/zend_execute.c