Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113188 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 77691 invoked from network); 15 Feb 2021 23:00:45 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 15 Feb 2021 23:00:45 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id E37111804B3 for ; Mon, 15 Feb 2021 14:47:20 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_05,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, SPF_HELO_PASS,SPF_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 15 Feb 2021 14:47:20 -0800 (PST) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 708BC5C011A for ; Mon, 15 Feb 2021 17:47:20 -0500 (EST) Received: from imap8 ([10.202.2.58]) by compute4.internal (MEProxy); Mon, 15 Feb 2021 17:47:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=Qc1RycWIruGcwpHjX0EH5ETI8ec4CVdI1iBBcGuYq k4=; b=N8ogefQ981cKb9xMhgVOzscyKEQF/Nc4mp0SVjvQ/zG1a63GdNThBR764 aMGY/Qd/o8/Dv1j1R+0nFO9Q7y3MOaI+P2oXK+ut6X4PNKta0s3mbxErAO2nYkjs TeARpQetb2M+0AbRqP2z+0qlwOowC3UzYSDECnDnw0mVyvjnQ4o3HT+TnyqDr1A3 j5MEYGSQa9bjVIaqDoS07igv3ygDZcDqS1TMcRIV4161T5/OfKLIDqazfeuA4zQN TbimBp4DmzyIBWZkmUA/k4CYN7yhwDBuaZcN2fI86bj5xWp1iEej5XB00G5IzzBs vQi/BW47iHKk0BdIRKJmOEdzZxdfw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrieelgddtvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefofgggkfgjfhffhffvufgtgfesthhqredtreerjeenucfhrhhomhepfdfnrghr rhihucfirghrfhhivghlugdfuceolhgrrhhrhiesghgrrhhfihgvlhguthgvtghhrdgtoh hmqeenucggtffrrghtthgvrhhnpeffffffjeffudfggeevvdeitdetvdfgjefffeffjeel feejteevheeghffhvdfgleenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmh grihhlfhhrohhmpehlrghrrhihsehgrghrfhhivghlughtvggthhdrtghomh X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 121C63A0074; Mon, 15 Feb 2021 17:47:20 -0500 (EST) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.5.0-alpha0-141-gf094924a34-fm-20210210.001-gf094924a Mime-Version: 1.0 Message-ID: <4b1e6058-da6d-450e-91be-52818869853a@www.fastmail.com> In-Reply-To: References: Date: Mon, 15 Feb 2021 16:46:58 -0600 To: "php internals" Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Whitespace around Paamayim Nekudotayim (double colon) From: larry@garfieldtech.com ("Larry Garfield") On Mon, Feb 15, 2021, at 2:25 PM, Matthew Brown wrote: > Thanks, now I realise I was probably wrong to bring this up. >=20 > I had it in my mind that "::" could never appear chained together (thi= nking > of constants), but it's just that I've never seen code that chains the= m > together =E2=80=93 i.e. this is valid: >=20 > A::b()::c()::$d::$e =3D 5; You were not wrong to bring it up. It's a valid question if you're conf= used; the end, correct result is to just say "yep, that's a thing" and m= ove on, but that doesn't mean asking about it was wrong. :-) --Larry Garfield