Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:116353 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 26873 invoked from network); 15 Nov 2021 02:21:54 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 15 Nov 2021 02:21:54 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id D9533180211 for ; Sun, 14 Nov 2021 19:16:28 -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=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-oi1-f173.google.com (mail-oi1-f173.google.com [209.85.167.173]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sun, 14 Nov 2021 19:16:28 -0800 (PST) Received: by mail-oi1-f173.google.com with SMTP id t23so528132oiw.3 for ; Sun, 14 Nov 2021 19:16:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Se3KykQPta8FN9ue4Y4zgNsJ3EdLxFAY6eof2xHmq98=; b=FndZAic05xyNi+/+3QjweVRrLoRIWEOM2SoKAf9HRlHrwvfw1u/798WsNOeS+P9RNc JpNP0i9p58AvDifHAyMBAcuF2zWj9GPgNxYks6zkniM1ZFHEiL+4QEIUhlE042B6B2To 1yiKX0HGx8PfYiMAbIHlV5sOzolw8pSEe8EG1sRQQ/E56URY4s7rIkNRXxQgl8RZmoru L7LvEjqJuswEPzo2pmFotc5/LrhJgkIgiW7ygYRBNjRYXJqGBJrpiQpCR8TEfKqtOkMX FPa+Pn9NsBWBjtdmlsJzE6GaZ0syYJx/mQQsXhB3y3rEnNV/ARJ806yMxhzGGrnQl/Vv cSUQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Se3KykQPta8FN9ue4Y4zgNsJ3EdLxFAY6eof2xHmq98=; b=l+4nV66hoBrYvWNvFYwdBCWHpZO2hI9NieEmPTlwq4OIaIWtG48xvHE+x1fnQdQ90M xln0zjKkul8PNkGW36fgbFe5C1HHw396FcaF3tLRoVfn9YEtlscz81nlsShilOnMQinU UdkXIiLP9QBD2mAkQ5DfyIClW6jXGGv4NEC4x4vwg/Wx5Z8w0ytU3nxXPrP+ncEq84YR +G49iqGTqVdp8LdfA423GC4DRbX/aRRC/W8z6tuYtF8L0plvxTIWYq/xZaFy2K90IjZK WEgk2q4dPLG7wULXrxGX+DqOVUCQoDeETDGQiVDIifdac8jCwgSftCWt7jChL3LYLGVE RR0g== X-Gm-Message-State: AOAM531OSOz4RPxETow92SFIglfX6e049TrZ7g5dTRipFPtut7oBAuhj 6y0rKPpKiqGEWVwbFnnYi3fJay01HE3MzJu4O3pPuy+9Ggk= X-Google-Smtp-Source: ABdhPJxKhr88mo5n7Bz/x+VMjgkU0DFB9BifhqWkmcAwh+88xnAoUwzK+11sgkl/WOQvNxAkNOED80Lz3glxjgAM3NM= X-Received: by 2002:a05:6808:5cd:: with SMTP id d13mr28394065oij.168.1636946187520; Sun, 14 Nov 2021 19:16:27 -0800 (PST) MIME-Version: 1.0 References: <0A40B090-43E3-484F-B67F-175C3B8F7CD6@php.net> In-Reply-To: Date: Mon, 15 Nov 2021 10:16:14 +0700 Message-ID: To: Rowan Tommins Cc: PHP internals Content-Type: multipart/alternative; boundary="000000000000060eb505d0cb3cd4" Subject: Re: [PHP-DEV] [VOTE] Deprecate dynamic properties From: pierre.php@gmail.com (Pierre Joye) --000000000000060eb505d0cb3cd4 Content-Type: text/plain; charset="UTF-8" On Sun, Nov 14, 2021, 11:42 PM Rowan Tommins wrote: > On 14/11/2021 11:48, Pierre Joye wrote: > > Also I do see it as a kind of strict mode addition and the depreciation > as > > well could be strict mode only. > > > A quick reminder that PHP has no "strict mode". It has a "strict_types" > declaration, which is probably misnamed, and should be something like > "scalar_types=error" vs "scalar_types=coerce". > > yes, wrong word. > -- > Rowan Tommins > [IMSoP] > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: https://www.php.net/unsub.php > > --000000000000060eb505d0cb3cd4--