[php-langspec][PR #229] - Change isset expression

[email protected] Thu, 20 Dec 2018 22:21:58 +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 zhujinxuan:
@nikic About trialing comma, there is another thing I am not sure how to describe in php-langspec or in php-parser.  If we have a trialing comma inside an empty array:
```
[,];
array(,);
```

In current php, it will give an Fatal error rather than a Parser error.  So I am not sure whether we shall describe it in php-langspec.