[php-langspec][PR #229] - Change isset expression
[email protected] Thu, 20 Dec 2018 22:05:55 +0000
| Newsgroups | php.standards |
|---|---|
| Message-ID | <[email protected]> |
You can view the Pull Request on github: https://github.com/php/php-langspec/pull/229 Comment by nikic: This syntax was added as part of https://wiki.php.net/rfc/trailing-comma-function-calls, which also added support for `unset($foo,)` and `call($foo,)`. Maybe you would like to add those two as well?