| Newsgroups |
php.standards |
| Message-ID |
<[email protected]> |
From: joelm
Operating system:
PHP version: Irrelevant
Package: PHP Language Specification
Bug Type: Bug
Bug description:Use array() instead of square brackets
Description:
------------
https://github.com/php/php-langspec/blob/master/spec/10-expressions.md#array-creation-operator
It might be better to say that "array(..)" is the 'array creation
operator' and mostly use "array(..)" instead of "[..]" in examples. Most
existing PHP code uses "array(..)" way more than "[..]" (because "[..]"
was added very recently), and I think using "array(..)" as the 'array
creation operator' helps disambiguate it from the subscript operator
("[]").
--
Edit bug report at https://bugs.php.net/bug.php?id=67781&edit=1
--