Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19331 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29321 invoked by uid 1010); 2 Oct 2005 20:55:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 29306 invoked from network); 2 Oct 2005 20:54:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Oct 2005 20:54:59 -0000 X-Host-Fingerprint: 64.233.162.195 zproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.162.195:10909] helo=zproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 8C/19-54476-32940434 for ; Sun, 02 Oct 2005 16:54:59 -0400 Received: by zproxy.gmail.com with SMTP id z31so178687nzd for ; Sun, 02 Oct 2005 13:54:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=OZTtJW1GOzc7PxoU4JoeulZ8eAK/yGlbL5NPpZQBcIoiT0Ve+vOCUpQINedCzWH6oOEeNMsyLpiNiFGXq45JrHDL7PdMzoiJLQ8ducwiGP6F217OYe6bDJVspLXN+SmSzV0fjdJslpmnC3qgBNb4ap3hf4BxMk3pq668DkhoCuc= Received: by 10.36.3.19 with SMTP id 19mr637989nzc; Sun, 02 Oct 2005 13:54:56 -0700 (PDT) Received: by 10.36.147.8 with HTTP; Sun, 2 Oct 2005 13:54:56 -0700 (PDT) Message-ID: Date: Sun, 2 Oct 2005 21:54:56 +0100 Reply-To: Darren Horrocks To: internals@lists.php.net MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_10261_29605593.1128286496253" Subject: wishlist item for 6.0.0 From: killallthehumans@gmail.com (Darren Horrocks) ------=_Part_10261_29605593.1128286496253 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline proper scopes for global, classes and functions. will allow for local variables for functions and classes without having to use $this->foo in classes and will allow for a more c/c++ like classes. also, being able to call up the inheritance by using ParentClass::bar(); ------=_Part_10261_29605593.1128286496253--