Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72007 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6037 invoked from network); 2 Feb 2014 17:37:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Feb 2014 17:37:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.216.50 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.216.50 mail-qa0-f50.google.com Received: from [209.85.216.50] ([209.85.216.50:53526] helo=mail-qa0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 33/00-30967-C628EE25 for ; Sun, 02 Feb 2014 12:37:49 -0500 Received: by mail-qa0-f50.google.com with SMTP id cm18so8721874qab.23 for ; Sun, 02 Feb 2014 09:37:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type; bh=iQcMCxL4OK5TF4Zr+SR5Y76rEo5Yhr1ohmsLXheWZoQ=; b=fe1VDy78j4PGmEIkOZD0nhepR7OIZ9sYQFtla9M9wYgPWlbPyJVaB1oCDGq3Zvv4FW 3E7xOyFinpApgm+Oxeixg4m6glHIOCCI60cQeLqSmIsdANrphtRh/SIpn3GIz7Bqk1DW RAnBw7IGZDOz5GGY9DTTKZQ1/2JwL1/qV6Pa4U2rvsbo2jGJ88VsYBhRA49a2Waj1IFI EC+KFa4Rh94w7W3+XFfWc6AJuCVIn14cDUsorvgzLKVdLaG7RxcePOJSEgbS0k9ucbfD fNYd3Ece0VMn9hCDy44LXJXb6b9EPzccP/TR8fhxpil7AS6Uamc47REgLRwOA+Ggz99k uUzg== X-Gm-Message-State: ALoCoQmR1m5Q7e3YKQt1XYrZSR9qOXBIUdUBV67j3kbBmnvaqnugXn8be96jFp1W5t29+TSctxE3 X-Received: by 10.140.38.168 with SMTP id t37mr46438657qgt.33.1391362666278; Sun, 02 Feb 2014 09:37:46 -0800 (PST) Received: from [192.168.200.30] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPSA id j50sm23281753qgf.14.2014.02.02.09.37.44 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 02 Feb 2014 09:37:44 -0800 (PST) Message-ID: <52EE8267.6090905@lerdorf.com> Date: Sun, 02 Feb 2014 09:37:43 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Sara Golemon CC: internals References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7grcxlaTwfhut8eOFcbbmq5owkDRSHpX3" Subject: Re: [PHP-DEV] About RFC for deprecated modifier From: rasmus@lerdorf.com (Rasmus Lerdorf) --7grcxlaTwfhut8eOFcbbmq5owkDRSHpX3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 2/2/14, 9:29 AM, Sara Golemon wrote: > On Sun, Feb 2, 2014 at 8:43 AM, Kevin Ingwersen > wrote: >> Currently, I am just browsing thru the RFCs available. Some of them ha= ve actually been implemented (There is one about the $foo=3D(new bar)->ba= z syntax thats still listed as in discussion). >> > That one probably just needs a quick vote. That'd be a weird vote since it was implemented years ago and shipped with PHP 5.4.0: php > echo phpversion(); 5.4.20 php > class bar { function baz() { echo 'eh?'; } } php > $foo =3D (new bar)->baz(); eh? --7grcxlaTwfhut8eOFcbbmq5owkDRSHpX3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) Comment: GPGTools - https://gpgtools.org iEYEARECAAYFAlLugmcACgkQlxayKTuqOuDppACfWPjqlXSQN++o/LBhsIoJp2rS SvkAn0vr7esyXn1R8GKVm5kIglykH++J =5wlA -----END PGP SIGNATURE----- --7grcxlaTwfhut8eOFcbbmq5owkDRSHpX3--