Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89490 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22328 invoked from network); 30 Nov 2015 12:17:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Nov 2015 12:17:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=petercowburn@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=petercowburn@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.181 as permitted sender) X-PHP-List-Original-Sender: petercowburn@gmail.com X-Host-Fingerprint: 209.85.160.181 mail-yk0-f181.google.com Received: from [209.85.160.181] ([209.85.160.181:35142] helo=mail-yk0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 08/1B-04444-75E3C565 for ; Mon, 30 Nov 2015 07:17:28 -0500 Received: by ykba77 with SMTP id a77so180452497ykb.2 for ; Mon, 30 Nov 2015 04:17:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=mZ1zXDuSyTL5k4eimO6BJEGZwijgLH/zi44/4L6ssT8=; b=VP2ZVONa3fk1/XdDKUhBtlnX/b7jkufBFo6z4BVuV4AVkW74a2BcnfeEAcawluYu5D BY+4c+QzFnJ/hgAeVsctFInHa3RsRe1PDYVB9lqmRJhds3FJyP4uHnU6efWZxs64g6Xc EDL+hWUJjX5guB1nAJENjA/iCTne0qmgOXTmrwj7j7xHfAo6IaooMWOd+Tb4G6bUcpys mMJxv7FPbYMzKHX883Es5x0EyEevmBmBVy+L63totgGMfvsyrdeTqbWoQPOo0sVOb32s SO+qehykq8CzKFFLH+HHBl+ctglWGsNlBG3Nh5y7QmjwcSePTnnfYvZI3aYcVLxYYSfS WYHQ== X-Received: by 10.129.81.19 with SMTP id f19mr53570393ywb.186.1448885845194; Mon, 30 Nov 2015 04:17:25 -0800 (PST) MIME-Version: 1.0 Received: by 10.129.53.142 with HTTP; Mon, 30 Nov 2015 04:16:45 -0800 (PST) Date: Mon, 30 Nov 2015 12:16:45 +0000 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=001a1146411e1f7ce00525c106bd Subject: static:: and PHP 7 (from bug #70997) From: petercowburn@gmail.com (Peter Cowburn) --001a1146411e1f7ce00525c106bd Content-Type: text/plain; charset=UTF-8 Hi internals, I'm looking for some feedback on a change with regard to static::, which has been present throughout the 7 branch. Have a look-see at https://bugs.php.net/bug.php?id=70997 test(); ?> In PHP 7 it dumps true, in PHP 5 false. I'm looking for info on when, where, why it was introduced, and ultimately some clarification of: a) was this intentional b) it is going to stay (i.e. "not a bug") c) some more to go on so I can document the change clearly If there is already a line in NEWS/UPGRADING or a commit you can point me to, that would be amazing. Whatever tangents this topic wanders off on, I'd like to eventually pull it back to the bug report mentioned above with one eye on formulating the docs changes (if it's really "not a bug"). Cheers, A docs guy. --001a1146411e1f7ce00525c106bd--