9.3.2: Match expressions fix
- Fixed empty match expressions and match expressions with default
case only in PHP 7
(@thekid) - Added tests verifying closures are supported in constant expressions
https://wiki.php.net/rfc/closures_in_const_expr
(@thekid)