Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70054 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24435 invoked from network); 7 Nov 2013 13:08:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Nov 2013 13:08:58 -0000 Authentication-Results: pb1.pair.com header.from=bof@bof.de; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=bof@bof.de; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain bof.de designates 80.242.145.70 as permitted sender) X-PHP-List-Original-Sender: bof@bof.de X-Host-Fingerprint: 80.242.145.70 mars.intermailgate.com Received: from [80.242.145.70] ([80.242.145.70:50422] helo=mars.intermailgate.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 67/C1-16506-9E09B725 for ; Thu, 07 Nov 2013 08:08:58 -0500 Received: (qmail 22135 invoked by uid 1009); 7 Nov 2013 14:08:54 +0100 Received: from 209.85.212.44 by mars (envelope-from , uid 89) with qmail-scanner-1.25-st-qms (clamdscan: 0.96.2/18077. spamassassin: 3.3.1. perlscan: 1.25-st-qms. Clear:RC:1(209.85.212.44):. Processed in 0.071924 secs); 07 Nov 2013 13:08:54 -0000 X-Antivirus-MYDOMAIN-Mail-From: bof@bof.de via mars X-Antivirus-MYDOMAIN: 1.25-st-qms (Clear:RC:1(209.85.212.44):. Processed in 0.071924 secs Process 22129) Received: from mail-vb0-f44.google.com (gmail@bof.de@209.85.212.44) by mars.intermailgate.com with RC4-SHA encrypted SMTP; 7 Nov 2013 14:08:54 +0100 Received: by mail-vb0-f44.google.com with SMTP id 11so338378vbe.31 for ; Thu, 07 Nov 2013 05:08:52 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=TKdByS2jINmcS5+QwxNFQzQqRgnCS8qTwwZndmEUXJk=; b=gSsIzdAVMNvLDus4Ku9Z5z3IhJapMJi0qle7W3rg0cM+oye9PF10m0Mebv2Cg098OZ xbAmLFIrg4lbraVxQ+xdZJPyTC/u3HcT0UQ7F3iFWb8omG5mBQCkREOIxZHP+EdgO1Hc uFi6QFBhMCp//i++0cQEv0L2EY32eR8PJcYk0seia3o7m76+hfvFhoJ57PIY4aXjAZJd zA8S5f3sGU0J9s5IA15WRcWkVcXUvrmz3pEiLEejYL6WmADrSPnuVc8FY4cheqFgGpGF hVAQDX+dghrbPs3iAF7lZAizRxfdzRv50HybPd80PavqruUS2W0rNCsckg8EJyrN7EqD TYdA== MIME-Version: 1.0 X-Received: by 10.220.97.145 with SMTP id l17mr558179vcn.35.1383829732626; Thu, 07 Nov 2013 05:08:52 -0800 (PST) Received: by 10.52.185.102 with HTTP; Thu, 7 Nov 2013 05:08:52 -0800 (PST) Received: by 10.52.185.102 with HTTP; Thu, 7 Nov 2013 05:08:52 -0800 (PST) In-Reply-To: References: Date: Thu, 7 Nov 2013 14:08:52 +0100 Message-ID: To: Bob Weinand Cc: internals Content-Type: multipart/alternative; boundary=001a11c1dd02a4994004ea95f735 Subject: Re: [PHP-DEV] [RFC] Constant Scalar Expressions (with constants) From: bof@bof.de (Patrick Schaaf) --001a11c1dd02a4994004ea95f735 Content-Type: text/plain; charset=ISO-8859-1 Am 07.11.2013 13:01 schrieb "Bob Weinand" : > > https://wiki.php.net/rfc/const_scalar_exprs Wow, this looks really nice! Will this work with class autoloading, too? i.e. will class foo { const X = bar::X; } trigger autoloading for class bar? best regards Patrick --001a11c1dd02a4994004ea95f735--