Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55702 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18025 invoked from network); 5 Oct 2011 06:56:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Oct 2011 06:56:19 -0000 Authentication-Results: pb1.pair.com header.from=chrisstocktonaz@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=chrisstocktonaz@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.170 as permitted sender) X-PHP-List-Original-Sender: chrisstocktonaz@gmail.com X-Host-Fingerprint: 209.85.210.170 mail-iy0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:59053] helo=mail-iy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F2/21-05456-29FFB8E4 for ; Wed, 05 Oct 2011 02:56:18 -0400 Received: by iadj38 with SMTP id j38so1712774iad.29 for ; Tue, 04 Oct 2011 23:56:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=o2d6P8esJO3LAk4836GiRC4AyQTQDCnNXLNWlOFYM/I=; b=pEKhmtAHWDsfOn5tFpz1qfl9EzSgvApqtrKWm3WlWHTbH2ez7Baa0xMoNq3uOxxXEz D0sZQxDFymdquXSuRcJZjFu0idPQsXWgfUsmlP7Lm19UFMXMayY6a/g3Pz9yqb1Kk0zi rWKBovewHNmuLaplC8mWdPKhsMIwaKfnx0i4U= MIME-Version: 1.0 Received: by 10.42.146.133 with SMTP id j5mr3206315icv.180.1317797775881; Tue, 04 Oct 2011 23:56:15 -0700 (PDT) Received: by 10.42.170.132 with HTTP; Tue, 4 Oct 2011 23:56:15 -0700 (PDT) In-Reply-To: <8F87845E-CE02-4C98-95DD-33F8AC2F99ED@mohiva.com> References: <8F87845E-CE02-4C98-95DD-33F8AC2F99ED@mohiva.com> Date: Tue, 4 Oct 2011 23:56:15 -0700 Message-ID: To: Christian Kaps Cc: "Matthew Weier O'Phinney" , "internals@lists.php.net" Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Re: Bug with static property access From: chrisstocktonaz@gmail.com (Chris Stockton) Hello, On Tue, Oct 4, 2011 at 11:28 PM, Christian Kaps wrote: > > > It's available since PHP 5.3. This feature is called "late static binding". > Before anyone else responds to my post, please read the entire message! It's simple really, the error message is odd and misleading for the example code I gave. In addition I pointed out later in the thread that LSB is not supported for class constants, something that could perhaps be added, although it is likely disabled as a (good) design decision, I could see use cases where it would be useful. Thanks, -Chris