Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:125409 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id E66821A00BD for ; Tue, 3 Sep 2024 11:52:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1725364462; bh=pkQ6oQey8BVTR8vU4+G3hTuWiGc28QdDvC/Un7PVsWw=; h=Date:Subject:To:References:From:In-Reply-To:From; b=dpO/IGCVhpuxNd6vMNKcCs17wpzlNi0IxQbmfGtMn1Vj9hpSh9Ran5KFV6N7+kodz xM0qwW8bqEh6/gjGdW5+1BrgVDPn3bLk0jcpCNYTn3egjImvIL9gPr/ngt0aZDZQjl VG07dry58nvDydUvs2b1BHa4mA92wnAlCtZW5h1b/a+T/ufN1ne8Plx+4R2ez2SLND xt9TDTrjzlBFHaTlQsO8pvIJiZ45ZQEEJVbrLnX7poVJ3IClAaxpPhDLjJoRGiXJS3 MYlgAGrnq2ZJ9maAmavpLfwW3BJbeTpNZVcyAHHo4DhIFgwkreNuW4+DK1oR1U30hA 9+y+6G+gKEyxA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 24B53180080 for ; Tue, 3 Sep 2024 11:54:21 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_MISSING,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from mail-108-mta189.mxroute.com (mail-108-mta189.mxroute.com [136.175.108.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 3 Sep 2024 11:54:19 +0000 (UTC) Received: from filter006.mxroute.com ([136.175.111.3] filter006.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta189.mxroute.com (ZoneMTA) with ESMTPSA id 191b7ba80b70003e01.001 for (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384); Tue, 03 Sep 2024 11:52:18 +0000 X-Zone-Loop: 9b4315564a1aa390300d6363766d0fde304a3d764f33 X-Originating-IP: [136.175.111.3] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sandfox.me; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From:References:To: Subject:MIME-Version:Date:Message-ID:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=pkQ6oQey8BVTR8vU4+G3hTuWiGc28QdDvC/Un7PVsWw=; b=Edo5wMAOah5EyWmFang+aDoRRz zQZ8CQnDV0uoJuJgaxW4XruHvpLOVF9ix8J5fAy4J9vtpboUr2ARj6pFnqzq0f0cFTB6Ytbtr1NnU gwNErC5I5L+QViQEMHa9O6fauK8hkzCsuMNkVCHw01XUoHep3/Ku1CEyTzc9xdiF/+1lHBaJq3BUw 9nV15VOdxPEB68ieHacW661P3HXQBJsBftOWMwXacnLEhEOlk/QzVx+H7vpCgeautILREAWmheS1X qUrBnRvXew4dagSmftmpG911mybp/Xre17eQ8cxGoCo2YqsNOty5UFwuz2KnEuTqyT+gVETAmAq6K 9HbaaCeA==; Message-ID: <84ca5403-44a9-49c0-a85d-c795a85bac37@sandfox.me> Date: Tue, 3 Sep 2024 14:52:15 +0300 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PHP-DEV] Pre-RFC Discussion: Support for String Literals as Object Properties and Named Parameters in PHP To: internals@lists.php.net References: <1C1BB102-EE71-49A6-A057-C727A39FC38F@newclarity.net> <480c0005-f495-4b0d-bd5d-5322077e466d@gmx.de> Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Id: sandfox@sandfox.me From: sandfox@sandfox.me (Anton Smirnov) On 03/09/2024 14:48, Anton Smirnov wrote: > [new AAA, '123AnyChars%%!@#'](); Wrong example, sorry, should be (new AAA)->{'123AnyChars%%!@#'}();