Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102336 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38724 invoked from network); 21 Jun 2018 07:38:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jun 2018 07:38:39 -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.128.170 as permitted sender) X-PHP-List-Original-Sender: ocramius@gmail.com X-Host-Fingerprint: 209.85.128.170 mail-wr0-f170.google.com Received: from [209.85.128.170] ([209.85.128.170:44022] helo=mail-wr0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8F/5B-32156-4F55B2B5 for ; Thu, 21 Jun 2018 03:38:30 -0400 Received: by mail-wr0-f170.google.com with SMTP id d2-v6so2011659wrm.10 for ; Thu, 21 Jun 2018 00:38:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=iAvlbkWuQ45K2lU5YrIvnVPhrAMQxaE+ASQqjbjITYc=; b=dWDUAhJc7rjI2kBSHpXA1bS8cp7FAAln6pghEy2QzSnMeaTt6t+PCKh3618pzvcoCW 1CVj2/VPxiGpoZTv964MNgqvv2dy3CTo9fl3Bh8TZXn+cpM/A+5E9yToSN0J+H27lU62 T5euJRXYd7bx15AvqL+X24vrwuxbFPSky3/qzYTAjrQr8bz47ok9ThXcxwWMSQ3olKWv YdjfK7Jn5xTeKOJ4Kgpw+GwJYmZnDqnSJa94e7VfDaAR4SPiIRt9f8FTkCrsJNh0sSGE 5d6DM/FHjp4NXYf5qm9j8fJVBa2xUqIRJOTfZmnVft6UTMzbuRKTJTN1feqAXFyQYfMl radA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=iAvlbkWuQ45K2lU5YrIvnVPhrAMQxaE+ASQqjbjITYc=; b=n51RjllpGN8/p4XtRb1hzyKsn7px3XWJBOkYYGq0VbwsgRzlBdm8JN26W60DIQgRjX azxYmHevJpOTA3qU36/TQSus+apnjHPKLI0qJMHDUtFo++nZejXeStUvPM+JELbt5v8/ IDVvj1I4ggExVIWhBdGc2JM3wtvu/r0EuCnNmeFcAfmjxw/08EDufaAD53VLXBaJ54th 3cPbzN4OZFS5ZEJEzHth0Um662bl3AqX+o9EqDDX5UfY70RmP3O1nMmu/KmYjfmqc2iB EuYA8Z0ma3aovcuBOcnU0ZPm6cVwoS/FmbwFjdQAxLISX1bOTk3MAhnj3wmr3XriSfm6 32Vg== X-Gm-Message-State: APt69E3EfBM6ciBJ1zBQN5f+YkWVmx33w/JExymNHIda/LVFa0ER89pL 0D97uTz4uoN+z2Ccg74iwcbSVqMkv3gylL/zD84= X-Google-Smtp-Source: ADUXVKIRNX1Av1oNgOKZ0YCiron6/ZJ6lYvHOU0DQ15zWXsi+VbeEVjkAZ3pLvctRi9T/ylR5RMGORSRt21ZN+Dy5NM= X-Received: by 2002:adf:b258:: with SMTP id y24-v6mr19231882wra.168.1529566704883; Thu, 21 Jun 2018 00:38:24 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:adf:f18f:0:0:0:0:0 with HTTP; Thu, 21 Jun 2018 00:38:04 -0700 (PDT) In-Reply-To: References: Date: Thu, 21 Jun 2018 09:38:04 +0200 Message-ID: To: Bob Weinand Cc: PHP Internals List , Nikita Popov Content-Type: multipart/alternative; boundary="0000000000001adffa056f22004f" Subject: Re: [PHP-DEV] [RFC] Typed Properties From: ocramius@gmail.com (Marco Pivetta) --0000000000001adffa056f22004f Content-Type: text/plain; charset="UTF-8" Hi Bob, On Thu, Jun 21, 2018 at 1:42 AM, Bob Weinand wrote: > __get() is a very normal function - the special semantics are generally > only applied if called for overloaded properties. So obviously, there is no > check applied if you call it directly. > Thanks! The dev branch is stable for testing, yes. Would appreciate reports about > any bugs you find. > That shall be my weekend task. I'll stress this stuff in the ProxyManager test suite: if it passes there, it really is rock-solid. Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ --0000000000001adffa056f22004f--