Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69167 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44098 invoked from network); 17 Sep 2013 15:09:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Sep 2013 15:09:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=ocramius@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ocramius@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.177 as permitted sender) X-PHP-List-Original-Sender: ocramius@gmail.com X-Host-Fingerprint: 209.85.216.177 mail-qc0-f177.google.com Received: from [209.85.216.177] ([209.85.216.177:33425] helo=mail-qc0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 19/71-34196-D8078325 for ; Tue, 17 Sep 2013 11:09:02 -0400 Received: by mail-qc0-f177.google.com with SMTP id x12so3612529qcv.8 for ; Tue, 17 Sep 2013 08:08:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=pZ5tzzVElNa01FfHVfBwMZCcSS7/Ii3iX5masmAhGvM=; b=oNOo5rTaWGIHGe0Y2doiH5vKNdneHmKRWlmIsk32oogSqgyZVCrXNa5RJ+IYPz5brd v9+XAjSzAWr51nInVQn91r0Y9+jQcJZQNW+hwfNkwF8nDbzU72Nf7fNTeMsbpIAkSj+/ IHHwcrkQH/7+TZHafUf9vinv5ry0IBBi/DMskCePz44vEC8ub5MK3Lv9D1LzMAeS+UP1 WTpg17WgiXAPvgBKxywuMMCaUaT6M47rPPEV+ivLayNc0tdw6po9CyIVa3bAJQCz5Nzq o0tbUBht0bNN6ZzFuNcY45kp3LMbliBbFhic3b9FEAl8XG5lVPKqe8omOHuHyZZxjRsl vhSg== X-Received: by 10.224.76.10 with SMTP id a10mr7392122qak.9.1379430538696; Tue, 17 Sep 2013 08:08:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.23.176 with HTTP; Tue, 17 Sep 2013 08:08:38 -0700 (PDT) In-Reply-To: References: <20130917142758.GA26444@analysisandsolutions.com> Date: Tue, 17 Sep 2013 17:08:38 +0200 Message-ID: To: Bob Weinand Cc: Daniel Convissor , Developers Mailing List PHP Content-Type: multipart/alternative; boundary=001a11c305a4405e3404e695b347 Subject: Re: [PHP-DEV] Support for keywords where possible From: ocramius@gmail.com (Marco Pivetta) --001a11c305a4405e3404e695b347 Content-Type: text/plain; charset=UTF-8 On 17 September 2013 16:43, Bob Weinand wrote: > You could also argue that the current $obj->default; (that's already > possible) > is also bad. > Yep, and should probably be removed. It's still there because of BC compatibility as far as I know... Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ --001a11c305a4405e3404e695b347--