Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66029 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50109 invoked from network); 20 Feb 2013 08:38:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2013 08:38:26 -0000 Authentication-Results: pb1.pair.com header.from=pierrick@webstart.fr; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=pierrick@webstart.fr; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain webstart.fr from 209.85.223.176 cause and error) X-PHP-List-Original-Sender: pierrick@webstart.fr X-Host-Fingerprint: 209.85.223.176 mail-ie0-f176.google.com Received: from [209.85.223.176] ([209.85.223.176:62592] helo=mail-ie0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AF/45-19387-18B84215 for ; Wed, 20 Feb 2013 03:38:26 -0500 Received: by mail-ie0-f176.google.com with SMTP id k13so9541312iea.21 for ; Wed, 20 Feb 2013 00:38:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:x-gm-message-state; bh=yUn9iPdISD++ClJ1QtFP2ttepFug1EIFTgwqKmRDsDA=; b=FWMoLAhhcHsdisVuZYUbcAdqcXe486P3oCWZ+fCKHjy2Es61ftl/NwAolyeVCcm5+A s4nU9tJKb0VkkiqkJhCTbkeQUpxC9Z1SdtBqiFKmu34zN0PiEmTHfI2xx2nn3jz9t4ii npSox8+9ZTdjOfjOyJ9/VaTlkyUxHsAHPjTaJRsM6Ga4Tq5J5gbSdEo6uu6v8joKZUHg XJNJPqzddQ+rlFXguMiCvAcd6dL/roox/rUmOEVyuutYucgrkmPzML3QlSCq4a9y8sZP HvZ/fqXh9IjSYtMgIGcQDeLtbxwdfvTJRvBiGQDZpabTfwV8Vns/o5bAxSpZNEJyMdVK 8kGg== MIME-Version: 1.0 X-Received: by 10.50.202.6 with SMTP id ke6mr6834723igc.30.1361349502545; Wed, 20 Feb 2013 00:38:22 -0800 (PST) Received: by 10.64.99.3 with HTTP; Wed, 20 Feb 2013 00:38:22 -0800 (PST) In-Reply-To: References: <-1452447624906595030@unknownmsgid> <51240F9D.8020409@lerdorf.com> Date: Wed, 20 Feb 2013 03:38:22 -0500 Message-ID: To: Levi Morrison Cc: Rasmus Lerdorf , Zeev Suraski , Nikita Nefedov , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=f46d0447a29183b14604d623e14c X-Gm-Message-State: ALoCoQmganJPgG86wcaElec/qaNgUMlja1RS1NP9w/gx1VAeOKHfOjcSOF9nJ342o2gFRX6ngJd0 Subject: Re: [PHP-DEV] Dropping requirement for `function` keyword for methods in classes/interfaces/etc From: pierrick@webstart.fr (Pierrick Charron) --f46d0447a29183b14604d623e14c Content-Type: text/plain; charset=ISO-8859-1 > Protip: use an IDE. > The IDE that i'm using may search for something like function \w to find all the functions of my code. So I may have to wait for a new update of the IDE to be able to use the index, and I also may have to pay to get the update of my IDE. So why would I want all this if I can just keep the function keyword. Pierrick --f46d0447a29183b14604d623e14c--