Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4142 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30081 invoked by uid 1010); 23 Aug 2003 14:09:01 -0000 Received: (qmail 30048 invoked from network); 23 Aug 2003 14:09:00 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 23 Aug 2003 14:09:00 -0000 Received: (qmail 18029 invoked from network); 23 Aug 2003 14:08:58 -0000 Received: from localhost (HELO zeev-laptop.zend.com) (127.0.0.1) by localhost with SMTP; 23 Aug 2003 14:08:58 -0000 Reply-To: zeev@zend.com Message-ID: <5.1.0.14.2.20030823170950.05b14e30@localhost> X-Sender: zeev@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 23 Aug 2003 17:10:08 +0300 To: "DvDmanDT" Cc: internals@lists.php.net In-Reply-To: <20030823040231.67220.qmail@pb1.pair.com> References: <001b01c368a1$775b2070$6402a8c0@sleepert> <5.1.0.14.2.20030823012845.0576f768@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] Constant Scope PHP5 From: zeev@zend.com (Zeev Suraski) At 07:03 23/08/2003, DvDmanDT wrote: >Wait a sec... When did const become a keyword? In PHP 5.0. >And since when can you >initialize variables from outside a constructor/function? Since PHP 3.0 :) Zeev