Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88893 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48282 invoked from network); 20 Oct 2015 17:36:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Oct 2015 17:36:06 -0000 Authentication-Results: pb1.pair.com header.from=sean@siobud.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=sean@siobud.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain siobud.com designates 104.236.58.159 as permitted sender) X-PHP-List-Original-Sender: sean@siobud.com X-Host-Fingerprint: 104.236.58.159 siobud.com Received: from [104.236.58.159] ([104.236.58.159:48288] helo=siobud.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2F/40-45576-38B76265 for ; Tue, 20 Oct 2015 13:36:04 -0400 Received: from 3006.local (c-73-8-76-141.hsd1.il.comcast.net [73.8.76.141]) by siobud.com (Postfix) with ESMTPSA id C4AA1D7CED for ; Tue, 20 Oct 2015 17:36:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=siobud.com; s=mail; t=1445362561; bh=22wc+hoZFBuWAVn79z3ORC9hzbW8R4UhtCglRe5sxFo=; h=Date:From:To:Subject; b=INgAWNXe/n113NWGIxpDF4Yb3evHki7A4eC9kjYE8052PwR8IhrZ2ffDYuYx+2BGn 96k6Eh3ZdKtZtEh1YV7lc701h5qHHoPN1wcnTwxSuoj+4UxnM7XPZXoTnIFpDRaTJa J1RuVvWabnHrrMykYx6T3N42Z9M1QNaavukkW51o= Date: Tue, 20 Oct 2015 12:36:02 -0500 To: internals@lists.php.net Message-ID: <20151020173602.GA92318@3006.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Subject: [RFC] [VOTE] Class Constant Visibility From: sean@siobud.com (Sean DuBois) Hey list, Time for a simple RFC (in theory)! I would like to add visibility modifiers to class constants, and then as a nice added bonus give more info from the Reflection API (constants now are a dedicated class so nice things like doc comments) https://wiki.php.net/rfc/class_const_visibility thanks!