Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:92004 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61273 invoked from network); 30 Mar 2016 03:57:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Mar 2016 03:57:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.180 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.214.180 mail-ob0-f180.google.com Received: from [209.85.214.180] ([209.85.214.180:33530] helo=mail-ob0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C4/1C-24137-ABE4BF65 for ; Tue, 29 Mar 2016 22:57:46 -0500 Received: by mail-ob0-f180.google.com with SMTP id x3so43841983obt.0 for ; Tue, 29 Mar 2016 20:57:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=PqetTJNphQfMLycWNCSceSrbtlMsxe961hQFz1AsoJs=; b=y/6CoJGL6d5AYTlqz+wBFZVQrSg4ZVCjyYLHTMeqKwc5mf3r9HuBBLoYtgqg6bgo4j YwFgmUho6fLrQ98ZvTTTNENtUzLD2pXuVBsNoiBhkqkWo3C+WuARxs5clCu2gT1XV7EQ gz/f/yi1/RTNJMwUscsI+PWffmZQ9ZwtN+ZAiL66LI0qv1GbvK2f6qljnxRt/gYnHJ+6 zINpzhn+SsZC3MPw8Wd4gswUt9kZekwFFQVhzrgpHsa0mV4YMcjIVhKjd0WKDuo2xzoC whEQTlbHLc+/nwFq9RgaOKdaPix17WCTOFt1Emxp37YxwUMp9rrs82WNFXiYPV/nVmIZ r93w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=PqetTJNphQfMLycWNCSceSrbtlMsxe961hQFz1AsoJs=; b=EBoNk3YELH/Ux9Zs6GZ1zgEkTlc+6M58n4ze9l/UCBs90HWuRFBjpOagyomyZz3y5w BZLD4JLtmlYA9DHAmCxvKDz64DMocWgmIlE1MjrN2dMvy7czicjZlgqjrV5iPPGintew te5y29t0+TC5ti0esZ9BMjwLoNA4+wLlgu/CZQ7blPYwATxZAXMbIKrHPdWDQv7asv2J ymsSJ4edPsOrGhxPg1yjbjvD3PUhAt4NENugOd1GFopj/uNpeLBVWi4xM2dmYMlBzQqB Ri/PKJolXQSAo7QAV2QRx+SkR8/G2jKgFd041uemWlmoB3cZpg2kgWXxUSqpArNgTH1Q QkpQ== X-Gm-Message-State: AD7BkJIwHwHUmGzjOx58pzGRWWh5+zk9hYaWCRLMMh3NN21jSzLpSSPPNiE1qp6FkKucWv+97IVr4JjSzmMyhA== MIME-Version: 1.0 X-Received: by 10.182.56.161 with SMTP id b1mr3088706obq.14.1459310263473; Tue, 29 Mar 2016 20:57:43 -0700 (PDT) Received: by 10.202.215.193 with HTTP; Tue, 29 Mar 2016 20:57:43 -0700 (PDT) Received: by 10.202.215.193 with HTTP; Tue, 29 Mar 2016 20:57:43 -0700 (PDT) In-Reply-To: References: <1458149992.3969.2.camel@kuechenschabe> <1458151531.3969.8.camel@kuechenschabe> <1458153695.3969.16.camel@kuechenschabe> <3F.70.02405.6803BE65@pb1.pair.com> <56F01545.8080008@gmail.com> <56F14572.701@gmail.com> <56F15EF5.80006@telia.com> <56F16023.1010002@gmail.com> Date: Wed, 30 Mar 2016 10:57:43 +0700 Message-ID: To: Joe Watkins Cc: PHP internals , Philip Sturgeon , "krakjoe@php.net" , Dmitry Stogov Content-Type: multipart/alternative; boundary=001a11c2d760df1b8b052f3c2514 Subject: Re: [PHP-DEV] [RFC Discussion] Typed Properties From: pierre.php@gmail.com (Pierre Joye) --001a11c2d760df1b8b052f3c2514 Content-Type: text/plain; charset=UTF-8 On Mar 30, 2016 10:17 AM, "Joe Watkins" wrote: > > Morning Dmitry, > > > 1) static typed properties are prohibited. why? > > Feels like that's a separate feature, static properties are as good as > makes no difference, global variables. > > Instance properties, the engine has good control over their manipulation, > for static properties it doesn't, it's not impossible, but feels separate. Internally different but from users perspective it is the same (a class property). It would be nice to support that at the same time to avoid confusion. --001a11c2d760df1b8b052f3c2514--