[PHP-BUG] Bug #67781 [NEW]: Use array() instead of square brackets

[email protected] ("[email protected]")
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
--
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.