]> granicus.if.org Git - php/commit
Fix dangling send target when using yield from
authorNikita Popov <nikic@php.net>
Thu, 11 Feb 2016 15:22:42 +0000 (16:22 +0100)
committerNikita Popov <nikic@php.net>
Thu, 11 Feb 2016 15:25:16 +0000 (16:25 +0100)
commit1322672c0b70cf3a8f3fa64f7d6c4b52338f8b81
tree6a5e9a7e0cca9e55e1b6d5df11ba8f9b31b106eb
parent95a47ab556a2014b6aad193dd881cc0f35f0e9c8
Fix dangling send target when using yield from

Also drop some unnecessary TRY_DELREFs -- leftovers from the days
when null was refcounted.
Zend/tests/generators/dangling_send_target.phpt [new file with mode: 0644]
Zend/zend_generators.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h