Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81034 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73072 invoked from network); 23 Jan 2015 08:42:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jan 2015 08:42:26 -0000 Authentication-Results: pb1.pair.com smtp.mail=nicolas.grekas@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nicolas.grekas@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.41 as permitted sender) X-PHP-List-Original-Sender: nicolas.grekas@gmail.com X-Host-Fingerprint: 209.85.215.41 mail-la0-f41.google.com Received: from [209.85.215.41] ([209.85.215.41:57264] helo=mail-la0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 81/C5-61273-27902C45 for ; Fri, 23 Jan 2015 03:42:26 -0500 Received: by mail-la0-f41.google.com with SMTP id gm9so6113761lab.0 for ; Fri, 23 Jan 2015 00:42:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=Xm07dsrp6EvW5FQaCkmtmrpM5GjFtTc/Ou73Ki0KVQQ=; b=iLfNoSVskRdgFqC0pMaLvn+TOQsgbW7Fv9cC5v7sFjbdqJGlvKIFRZ0cMQSqYtUIcZ L8yfkRi9PrEsDp3+Tc296d39+ZPi7VLzpXwGTum7WL7ANx/hFn8eiAoOAZhGU2yOI9J9 kjBiSLat5CYdttVdix6dF+xayLKO4HDMedecAX34gQfDLDz0LizBIf8BWt4v/LArf1sx NHGaKsTSEWdcLmUWt8cIoDFHsfRVqsjdqcfuPgWYMiI+/uFlH04GiPuJh3kSKQi/N5VC rc61W1eouFfGdDs3BxzvD+E+UiNmc2Flpxt8WunS5we/+3nMJ8GMLsNbNlGmDr/XWFqE 7PLg== X-Received: by 10.112.14.6 with SMTP id l6mr6002638lbc.91.1422002542979; Fri, 23 Jan 2015 00:42:22 -0800 (PST) MIME-Version: 1.0 Sender: nicolas.grekas@gmail.com Received: by 10.152.198.197 with HTTP; Fri, 23 Jan 2015 00:42:02 -0800 (PST) In-Reply-To: <54C161BF.4090004@gmail.com> References: <54BEC072.5000507@mabe.berlin> <54C161BF.4090004@gmail.com> Date: Fri, 23 Jan 2015 09:42:02 +0100 X-Google-Sender-Auth: sx5goHnqatEtjZOGqR1Vy2i0ZBg Message-ID: To: Stanislav Malyshev Cc: Andrea Faulds , Adam Harvey , Marc Bennewitz , PHP internals , julien pauli Content-Type: multipart/alternative; boundary=001a11c36de871b171050d4dc4f7 Subject: Re: [PHP-DEV] Inconsistencies in callable, call_user_func and direct variable calls From: nicolas.grekas+php@gmail.com (Nicolas Grekas) --001a11c36de871b171050d4dc4f7 Content-Type: text/plain; charset=UTF-8 > I'm not sure though if it should be done by adding > 'foo::bar' to $a() or removing it from call_user_func(). call_user_func('foo::bar') work since 5.2.2 (see http://3v4l.org/k2SOU). Is there a serious reason to break code that is perfectly fine since 2007. Breaking BC needs a serious reason IMHO. --001a11c36de871b171050d4dc4f7--