]> granicus.if.org Git - php/commit
Forbid use of array() in nested destructuring
authorNikita Popov <nikic@php.net>
Wed, 6 Jul 2016 19:15:05 +0000 (21:15 +0200)
committerNikita Popov <nikic@php.net>
Wed, 6 Jul 2016 19:15:54 +0000 (21:15 +0200)
commitab304579ff046426f281e9a95abea8d611e38e1c
tree93638cc0b9fc1d49b2c512263edad6a72ec5816f
parent0e8fe163b07147a0343969b15544d1fb3a61ace3
Forbid use of array() in nested destructuring

Previously array() was only forbidden on the outermost level.
Zend/tests/list_014.phpt [new file with mode: 0644]
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_language_parser.y