Re: About RFC for deprecated modifier
On 2/2/14, 9:29 AM, Sara Golemon wrote:
> On Sun, Feb 2, 2014 at 8:43 AM, Kevin Ingwersen
> <ingwie2000@googlemail.com> wrote:
>> Currently, I am just browsing thru the RFCs available. Some of them have actually been
>> implemented (There is one about the $foo=(new bar)->baz 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 = (new bar)->baz();
eh?
Attachment: [application/pgp-signature] OpenPGP digital signature signature.asc
Thread (4 messages)