]> granicus.if.org Git - php/commit
Support optional comma in closure use list
authorTyson Andre <tysonandre775@hotmail.com>
Wed, 1 Jul 2020 17:28:39 +0000 (13:28 -0400)
committerTyson Andre <tysonandre775@hotmail.com>
Tue, 21 Jul 2020 17:01:27 +0000 (13:01 -0400)
commit4cf8b6f1c9090a75d9012701699f7c363bd7b7a7
tree294cf34f5d030a26b5e45cebaa569ae7fc8e82a3
parent69a5c561d05c8074afe53b8d545d6a6205343aac
Support optional comma in closure use list

RFC: https://wiki.php.net/rfc/trailing_comma_in_closure_use_list
Discussion: https://externals.io/message/110715

The release manager has agreed to allow merging of RFCs that have near-unanimous
votes. If an RFC ends up not achieving the required 2/3 majority at the time the
announced voting period closes, this implementation commit will be reverted
in time for the feature freeze.

Closes GH-5793
Zend/tests/closure_use_trailing_comma.phpt [new file with mode: 0644]
Zend/zend_language_parser.y