Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27817 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3299 invoked by uid 1010); 5 Feb 2007 18:16:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 3281 invoked from network); 5 Feb 2007 18:16:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Feb 2007 18:16:33 -0000 Authentication-Results: pb1.pair.com header.from=brianm@dealnews.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=brianm@dealnews.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain dealnews.com designates 129.41.69.185 as permitted sender) X-PHP-List-Original-Sender: brianm@dealnews.com X-Host-Fingerprint: 129.41.69.185 smtp.dealnews.com Linux 2.5 (sometimes 2.4) (4) Received: from [129.41.69.185] ([129.41.69.185:55267] helo=smtp.dealnews.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3F/15-61367-08477C54 for ; Mon, 05 Feb 2007 13:16:32 -0500 Received: (qmail 10945 invoked from network); 5 Feb 2007 13:16:28 -0500 Received: from unknown (HELO ?10.1.6.4?) (10.1.6.4) by -H with SMTP; 5 Feb 2007 13:16:28 -0500 Message-ID: <45C7747B.3070603@dealnews.com> Date: Mon, 05 Feb 2007 12:16:27 -0600 User-Agent: Thunderbird 2.0b2 (Macintosh/20070116) MIME-Version: 1.0 To: Stanislav Malyshev CC: internals@lists.php.net References: <011701c7482d$a39f6910$6500a8c0@zend.2k> <28139bc0702040319p6a5cffdbi2e5999d7ebf48662@mail.gmail.com> <45C6DCF5.1000102@dealnews.com> <45C7710D.5030205@zend.com> In-Reply-To: <45C7710D.5030205@zend.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Syntactic improvement to array From: brianm@dealnews.com (Brian Moon) Stanislav Malyshev wrote: >> you, they don't have a clue what they are doing. $a = [1,2,3]; would >> not mean jack sqat to those folks. And as stated, finding docs on that > > How hard can that be? If one is smart enough to do computer programming, > how hard can it be to know $a=[1,2,3] is an array? Like, what else could > it be? > When a new PHP user asks you "What is an array?" you will understand. Its clear that not all the folks on internals have actually spoken to the masses of users whose first language is PHP. People don't start with BASIC and Pascal anymore. That is why it has gotten so popular. Someone who has never programmed before can pick it up and start hacking. Don't even try explaining a ternary to them. =) -- Brian Moon ------------- http://dealnews.com/ It's good to be cheap =)