|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-03-12 09:31 UTC] olamedia at gmail dot com
[2010-03-12 12:34 UTC] olamedia at gmail dot com
[2010-03-15 03:33 UTC] aharvey@php.net
-Status: Open
+Status: Wont fix
[2010-03-15 03:33 UTC] aharvey@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 24 23:00:01 2025 UTC |
Description: ------------ Json-like alternative syntax for arrays feature request. It's much shorter, and don't have conflicts with current tokens. Test script: --------------- $a = [1,2]; $a = ['a':1,'b':2]; $a = array('a':1,'b':2); $a = array('a'=>1,'b'=>2); $a = ['a'=>1,'b'=>2];