Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63390 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58232 invoked from network); 13 Oct 2012 10:06:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Oct 2012 10:06:26 -0000 Authentication-Results: pb1.pair.com smtp.mail=amaury.bouchard@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=amaury.bouchard@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: amaury.bouchard@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:35968] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F0/4A-06472-12D39705 for ; Sat, 13 Oct 2012 06:06:25 -0400 Received: by mail-ob0-f170.google.com with SMTP id ni5so3969846obc.29 for ; Sat, 13 Oct 2012 03:06:22 -0700 (PDT) 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 :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=+LGHNxCcOl/x1wlFZOgb1gXIMKNWDO/TObCX3Pp8YjQ=; b=hjFMsO0BUvvFEPofK/MansdNE8hGMRCQyBnTtWqbU93Z4WSQuMPqgOncKCAK4VdUrs IGibR31WFhiNVu80ttVIccZnQ7liF0Co7xqSn6Kmh9iFCcVGwa14o0MDdzpDrXOjfA77 VAimLi5ZoGYyFQ2Jv9iphdpa5vgfiFto/fQp1NbubrnIk10NnjqMyYS6GdgLIWibBO/j IbZK5xh5sreGf2+6q64bm7wpnVLHU/WoIOIqwZc751KoQX0ft9wbbIBEqhLLZtwLyFuT 45/5Xk5mvDDdA5bD4NyWDwKtOyWJ5NQ3RpzaLbPBEE5i/LS7MBUG5KlM7x0f2atkAqWS e4uQ== Received: by 10.182.50.103 with SMTP id b7mr5533875obo.15.1350122782747; Sat, 13 Oct 2012 03:06:22 -0700 (PDT) MIME-Version: 1.0 Sender: amaury.bouchard@gmail.com Received: by 10.182.24.169 with HTTP; Sat, 13 Oct 2012 03:06:02 -0700 (PDT) In-Reply-To: References: <9570D903A3BECE4092E924C2985CE485612B53E4@MBX202.domain.local> Date: Sat, 13 Oct 2012 12:06:02 +0200 X-Google-Sender-Auth: ETE_np_8NKPD6eHLqAL-u11r-7E Message-ID: To: Nikita Popov Cc: Benjamin Eberlei , Clint Priest , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=f46d04451a09de6b1804cbedf4b1 Subject: Re: [PHP-DEV] [PHP-DEV [RFC] Property Accessors v1.2 From: amaury@amaury.net (Amaury Bouchard) --f46d04451a09de6b1804cbedf4b1 Content-Type: text/plain; charset=ISO-8859-1 2012/10/13 Nikita Popov > interface Foo { > // this is okay > public $abc { get; set; } > > // this is invalid > public $abc; > } > Sorry, I missed something. Why the first should be correct but not the second one? For me it's exactly the same thing. --f46d04451a09de6b1804cbedf4b1--