]> granicus.if.org Git - php/commit
Fix return type separation with references. It now includes a check in the opcode...
authorAnthony Ferrara <ircmaxell@gmail.com>
Wed, 18 Mar 2015 22:10:08 +0000 (18:10 -0400)
committerAnthony Ferrara <ircmaxell@gmail.com>
Wed, 18 Mar 2015 22:10:08 +0000 (18:10 -0400)
commit427ecdc5eb1ca29209384e770e56018632b5f9ac
treecd87218006b1351ec567ff406db982c55e15cdca
parentf04053844828044a5fd2092e253aa7fa0d566c20
Fix return type separation with references. It now includes a check in the opcode handler and properly separates the value in both cases
Zend/tests/return_types/return_reference_separation.phpt [new file with mode: 0644]
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_execute.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h