Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113967 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 4483 invoked from network); 5 Apr 2021 20:29:49 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 5 Apr 2021 20:29:49 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 8A7511804B2 for ; Mon, 5 Apr 2021 13:28:40 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_20,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail.webkr.de (mail.webkr.de [78.47.173.34]) (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, 5 Apr 2021 13:28:39 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id E46D11A0C24 for ; Mon, 5 Apr 2021 22:28:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=webkr.de; s=dkim; t=1617654509; h=from:subject:date:message-id:to:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=hP/Ct0Ub7VSElJ8hDwrRZzxg7oTaH3TIMfu42JQhqyk=; b=YHDNCh+BKPZ43Rv9J7lXZSB9Cqv1lqVi1jOhcsr0AEmv71X8UZvuKdBa2iQq6Tmktu4K+q Xg/IJAU5hFQ9OPEIfekygrfaCiSZq6TNITP8OJ9rjA6nj4mUiA9xQHcFfzYfzIi/cOiuuZ NesVBD8jbhb6CaJy7taoM30hcunpW6k= To: References: <0b8301d72a3a$71045ca0$530d15e0$@webkr.de> <55DEACD7-E0E8-45AD-84F2-A98D8AEEDC4D@newclarity.net> <0ba001d72a55$187ab280$49701780$@webkr.de> <06b9663f-1495-1eb7-973f-bb24b062b393@gmail.com> In-Reply-To: <06b9663f-1495-1eb7-973f-bb24b062b393@gmail.com> Date: Mon, 5 Apr 2021 22:28:24 +0200 Message-ID: <0bb001d72a5a$3c7a4bf0$b56ee3d0$@webkr.de> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thread-Index: AQHKWrWak77fogO0gqioCpMsnMdghwLopcgIAW2EqzACIcrb0QHzMcRxqnylNhA= Content-Language: de X-Last-TLS-Session-Version: TLSv1 Subject: RE: [PHP-DEV] Raising the precedence of the new operator From: andre@webkr.de (=?utf-8?Q?Andr=C3=A9_H=C3=A4nsel?=) Rowan Tommins wrote: > it was looking for a property $bar, not a method bar(). Working = version: https://3v4l.org/S9gLf Oh, right. > we would need to allow a more restricted version, as discussed on that = feature request. Yeah, that would be great. I think it would already cover the by far = most common use case.