Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79357 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54848 invoked from network); 1 Dec 2014 20:42:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Dec 2014 20:42:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ajf.me designates 192.64.116.207 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 192.64.116.207 imap2-2.ox.privateemail.com Received: from [192.64.116.207] ([192.64.116.207:59404] helo=imap2-2.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B4/14-32869-0A2DC745 for ; Mon, 01 Dec 2014 15:42:08 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id 62F218C007D; Mon, 1 Dec 2014 15:42:04 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at imap2.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap2.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 9jXFIS5EkVzK; Mon, 1 Dec 2014 15:42:04 -0500 (EST) Received: from oa-res-27-210.wireless.abdn.ac.uk (oa-res-27-210.wireless.abdn.ac.uk [137.50.27.210]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id 1F7CB8C0009; Mon, 1 Dec 2014 15:42:02 -0500 (EST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) In-Reply-To: Date: Mon, 1 Dec 2014 20:42:00 +0000 Cc: Stanislav Malyshev , internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: <825CFE5B-20A8-4CC3-8C9F-CA594DBA823B@ajf.me> References: <5478FE5B.8050803@gmail.com> <547CA49E.1030604@gmail.com> To: Carlos Rodrigues X-Mailer: Apple Mail (2.1993) Subject: Re: [PHP-DEV] Static functions Vs Nonstatic functions From: ajf@ajf.me (Andrea Faulds) > On 1 Dec 2014, at 19:48, Carlos Rodrigues wrote: >=20 > It it gets dropped in the future i will come back and ask to make it > possible to call a static method and normal methods with the same name = :P. > For now i will just wait. Can=E2=80=99t be done. It=E2=80=99s important for inheritance that you = can call methods of the parent class, which your suggestion would = prevent. -- Andrea Faulds http://ajf.me/