Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49114 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77095 invoked from network); 23 Jul 2010 00:29:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jul 2010 00:29:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=chx1975@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=chx1975@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: chx1975@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:34494] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9F/40-08584-282E84C4 for ; Thu, 22 Jul 2010 20:29:55 -0400 Received: by gyh4 with SMTP id 4so1276008gyh.29 for ; Thu, 22 Jul 2010 17:29:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=nmnAVU6GrmEknAflyc025aKtb/HJ84xfL3GlG4TQQbI=; b=OEXvsJtg4lN1JY5gUoeEIOWI9zO3o6Cu3OE4xwfOwErOMWO74Z5QNpQ4xQd8tGP4fB Vz5jQHtHpGYKW6pyJ/tkoZD6xSHVDMKQ4UXQZfXIvDx3Mn5dXvsr37ZxX7RScLTFbURn 2JClVbFSmkl4d8TzwbhadJHGEK3zsy9BUe5oU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=wpuWURsWo/rch7MvYfvRvWXvpnUORsBUr3k504d8Dcw+xa8RRRpKqtbYUFn9OFyCfz yDrLF6POGykOLEU5qXwGZ8XpkYsZyHNyjh1ivfSLsChCEvCgFV+zht+6eUEyHu4zOKQJ RF+vKqEYJUed4E6qrm2qWTHyMRH2UgU8tW5XE= Received: by 10.90.80.5 with SMTP id d5mr3008841agb.160.1279844992110; Thu, 22 Jul 2010 17:29:52 -0700 (PDT) MIME-Version: 1.0 Sender: chx1975@gmail.com Received: by 10.90.82.11 with HTTP; Thu, 22 Jul 2010 17:29:32 -0700 (PDT) In-Reply-To: <730E72B7-B2C3-4FF9-8138-F04659ECDB56@php.net> References: <730E72B7-B2C3-4FF9-8138-F04659ECDB56@php.net> Date: Thu, 22 Jul 2010 17:29:32 -0700 X-Google-Sender-Auth: Vb9WSPcE5oW9h-VBSSKhLJ-4pZg Message-ID: To: Davey Shafik Cc: "internals@lists.php.net" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Remove variable function and method calls From: karoly@negyesi.net (Karoly Negyesi) On Thu, Jul 22, 2010 at 4:51 PM, Davey Shafik wrote: > You can call classname::$foo() and even $obj->$foo() with call_user_func(= ), should we get rid of those too? Absolutely not. > I grant you that variable function calls are sometimes confusing, lambda = functions are a better way to do it perhaps, but just because something can= be abused, doesn't mean it should be removed, unless it's impeding further= innovation (a la namespaced old style constructors). It's not abusing it's the horribly confusing syntax.