Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22433 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23336 invoked by uid 1010); 14 Mar 2006 21:36:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 23319 invoked from network); 14 Mar 2006 21:36:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Mar 2006 21:36:40 -0000 X-Host-Fingerprint: 129.41.69.185 smtp.dealnews.com Linux 2.5 (sometimes 2.4) (4) Received: from ([129.41.69.185:23048] helo=smtp.dealnews.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id BD/4A-55982-76737144 for ; Tue, 14 Mar 2006 16:36:39 -0500 Received: (qmail 3240 invoked from network); 14 Mar 2006 16:36:37 -0500 Received: from unknown (HELO ?10.1.2.17?) (10.1.2.17) by 10.1.1.24 with SMTP; 14 Mar 2006 16:36:37 -0500 Message-ID: <44173764.5060209@dealnews.com> Date: Tue, 14 Mar 2006 15:36:36 -0600 User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: Cristiano Duarte CC: internals@lists.php.net References: <681504473.20060313203035@ionzoft.com> <2B.8D.55982.C32D6144@pb1.pair.com> <4416DBF9.6000006@dealnews.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: New Operator From: brianm@dealnews.com (Brian Moon) > But you still don't have a default value, just an empty default > value(string, zero, etc.). You can't i.e. initialize $_GET["ConfirmCode"] > with "Yes" using settype... Oh, you want an operator to do that? Does some other language have this that we are wanting to copy here? Seems overly complicated to me. But, so does a lot of things being added PHP these days. Brian.