Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97950 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87286 invoked from network); 25 Jan 2017 06:48:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jan 2017 06:48:47 -0000 Authentication-Results: pb1.pair.com header.from=scott@paragonie.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=scott@paragonie.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain paragonie.com designates 74.125.82.179 as permitted sender) X-PHP-List-Original-Sender: scott@paragonie.com X-Host-Fingerprint: 74.125.82.179 mail-ot0-f179.google.com Received: from [74.125.82.179] ([74.125.82.179:36380] helo=mail-ot0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 22/FB-00729-E4A48885 for ; Wed, 25 Jan 2017 01:48:46 -0500 Received: by mail-ot0-f179.google.com with SMTP id 104so145334913otd.3 for ; Tue, 24 Jan 2017 22:48:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paragonie-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=KdZO2bKulQ1K4HrUteSeZKL5edKi7XNcDsBCPAD5nfc=; b=QgW++Iq8uIY9vqFUsepAMjOFcjwSPWW3hrC8tj8nU5chQ6LjTHQXtZJRS2+zXGCQCp VNEsT6lACvSjuhMq6uK9I4wrUsomCI9U+6b1RCkXWmSOIzhgEwqS+hVsXUqi/ttaLvC9 vRJ+Y3DQsGPieqS1lE32HOzzbq4ZPA9ErMCNjLbDHwMCtdj4uRmzMj6TSpRZUe/vM3O4 QyAgl1tIpgDhr8QQxjyCnnGjGs/AmsL2E6lCfHwj2v0XGwxDaVP8WX5pL8gfCAopkqvu BBcWPi8EPAI36Q+f1JGFR6Tv4cavG+Aky/UE8fkWig3CcxbutEFrgLFIG3DRlng03jc0 iQyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=KdZO2bKulQ1K4HrUteSeZKL5edKi7XNcDsBCPAD5nfc=; b=rkUfrmBBeejDWRmWxzH3vSujXqtACol9qJsAHdKP2jdepiKSWecd2YDvV/P/BMIYGL JLy39FujCOcYWkCoYJdPwkdEifIAFzJbSxC+2AMK7FsvpCKvW+yyJ8T80ylBcnup7thF vZQ7oa14etSp/FNnEcn1sc3ShEP3okJu7OT2pdeDakg56SubZuOzzOZNRmTnkivYjOKS xcNx+zpyQLA2XcFtf7Eta41Tj4P8ht0gEM7MwyZymfFaczqxJj9mGvzM757E5ni81dsr GcZ0FxILjZvZFVd/qAfqCZSakbnGH5Hir9B2hO+hNSLwgD2xOZjUXFLsweViO6mfoRj4 n6Tg== X-Gm-Message-State: AIkVDXJr8MCFy7gQ4uMXkmcTbiGxORGqnpHa2dFDFkO8mB5Lc7ixGGzLbQIZX+3yHeXZAlwLvcNonqL/d/PXPA== X-Received: by 10.157.63.211 with SMTP id i19mr16560481ote.63.1485326923488; Tue, 24 Jan 2017 22:48:43 -0800 (PST) MIME-Version: 1.0 Received: by 10.157.56.141 with HTTP; Tue, 24 Jan 2017 22:48:43 -0800 (PST) Date: Wed, 25 Jan 2017 01:48:43 -0500 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=001a113e4aaca681860546e59f14 Subject: Class Constant Finalization From: scott@paragonie.com (Scott Arciszewski) --001a113e4aaca681860546e59f14 Content-Type: text/plain; charset=UTF-8 All, Given that we can now declare a class constant as public, protected, or private, can we also declare them final in 7.2? https://3v4l.org/rJG0V Ideally, this code would error on line 18 rather than 15. Scott Arciszewski Chief Development Officer Paragon Initiative Enterprises --001a113e4aaca681860546e59f14--