Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63415 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80125 invoked from network); 15 Oct 2012 14:15:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Oct 2012 14:15:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.182 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.212.182 mail-wi0-f182.google.com Received: from [209.85.212.182] ([209.85.212.182:59335] helo=mail-wi0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 21/96-42204-89A1C705 for ; Mon, 15 Oct 2012 10:15:53 -0400 Received: by mail-wi0-f182.google.com with SMTP id hm2so1732354wib.11 for ; Mon, 15 Oct 2012 07:15:50 -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:content-type; bh=a17Hho3rwEzD7LhtZeFfCivFthqEJ4u2nM1PBRYbTQk=; b=GaTJVH9edYPBIFkLxo3H+7n0B3cZ+DpVZWY5y7xnij7uEntGawmAGqkCZbIl32C5D7 H+YdF2EO8vHcJZ0CrakY3B6FEJqK63RLkIZ5mVioRwtVLOJGhd5fULgHSoCSPlpcEl9x ZJ5vt814/YmB77+/SNKZJdueZdt/JJK9I++r2+iO4MywEblnE6NbeRAnKArg07USCP7C Yr1cyFtn1bixP5hWCjOh127Ka9iLI13JJ8v51rZvaPLXZBSkf820bsBdqOczZWkdfdoG v5MV78eUkoGv4Y3M82wZgMhQ40S39UEqegdUlFuI3QhND82pLJ+C48u8ztbStMgKECfY 1+xw== MIME-Version: 1.0 Received: by 10.180.24.4 with SMTP id q4mr24116741wif.19.1350310549814; Mon, 15 Oct 2012 07:15:49 -0700 (PDT) Received: by 10.194.40.40 with HTTP; Mon, 15 Oct 2012 07:15:49 -0700 (PDT) In-Reply-To: <9570D903A3BECE4092E924C2985CE485612B64C8@MBX202.domain.local> References: <9570D903A3BECE4092E924C2985CE485612B64C8@MBX202.domain.local> Date: Mon, 15 Oct 2012 08:15:49 -0600 Message-ID: To: Clint Priest Cc: "Nikita Popov (nikita.ppv@gmail.com)" , "internals@lists.php.net" Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [PHP-DEV [RFC] Property Accessors v1.2 : Backing Property From: morrison.levi@gmail.com (Levi Morrison) > But here are some issues with the above that may be of concern: > * Property access is 4x faster than accessor method calling 4x faster on what kind of scale? Where are these performance tests at?