[PR][php-langspec][#179] - Implement PHP RFC: Iterable

[email protected] Fri, 02 Dec 2016 10:47:26 +0000
Newsgroups php.standards
Message-ID <[email protected]>
You can view the Pull Request on github:
https://github.com/php/php-langspec/pull/179

Comment by nikic:
Another thing: In https://github.com/php/php-langspec/blob/master/spec/09-lexical-structure.md#names there is a sentence "The following names cannot be used as the names of classes, interfaces, or traits: bool, FALSE, float, int, NULL, string, TRUE, and void." This should be extended with `iterable`.