Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55701 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15122 invoked from network); 5 Oct 2011 06:28:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Oct 2011 06:28:38 -0000 Authentication-Results: pb1.pair.com smtp.mail=christian.kaps@mohiva.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=christian.kaps@mohiva.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain mohiva.com from 178.63.228.54 cause and error) X-PHP-List-Original-Sender: christian.kaps@mohiva.com X-Host-Fingerprint: 178.63.228.54 elvis.mohiva.com Linux 2.6 Received: from [178.63.228.54] ([178.63.228.54:35375] helo=elvis.mohiva.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1C/A0-05456-419FB8E4 for ; Wed, 05 Oct 2011 02:28:38 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by elvis.mohiva.com (Postfix) with ESMTP id 20CED1D24868; Wed, 5 Oct 2011 08:28:33 +0200 (CEST) X-Virus-Scanned: amavisd-new at mohiva.com Received: from elvis.mohiva.com ([127.0.0.1]) by localhost (elvis.mohiva.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UlPPbYEft6lz; Wed, 5 Oct 2011 08:28:32 +0200 (CEST) Received: from [10.149.41.71] (tmo-097-163.customers.d1-online.com [80.187.97.163]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: christian.kaps@mohiva.com) by elvis.mohiva.com (Postfix) with ESMTPSA id 216D51D24867; Wed, 5 Oct 2011 08:28:31 +0200 (CEST) References: In-Reply-To: Mime-Version: 1.0 (iPhone Mail 8L1) Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Message-ID: <8F87845E-CE02-4C98-95DD-33F8AC2F99ED@mohiva.com> Cc: Matthew Weier O'Phinney , "internals@lists.php.net" X-Mailer: iPhone Mail (8L1) Date: Wed, 5 Oct 2011 08:28:31 +0200 To: Chris Stockton Subject: Re: [PHP-DEV] Re: Bug with static property access From: christian.kaps@mohiva.com (Christian Kaps) >> >> >> >> > In addition, as I understand and would like to make you aware that > static is not allowed in compile time class constants. Which is > slightly unusual and perhaps could be changed because it seems that > there is already runtime resolving taking place here. > It's available since PHP 5.3. This feature is called "late static binding".