Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:124217 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 D9BB81A009C for ; Thu, 4 Jul 2024 13:52:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1720101258; bh=AtSiviD1cXCxbsVCyIQWoZByYUybnB+KP9EUUnBkc9k=; h=Date:To:From:Subject:From; b=McdcKewnL2g+w2tvbPhqCbzASWDVmZK8aX5ZmGovFu/wMxK8B6xYWK+bAjzeyA72W ICOB15pkdMwH0d8Il+UZSs+V+6y8snFBO8rkG0K7+5NszggFNS8OgckA0789L57XJk K4rs+z181Oa9J6hZ3TvbjQG2TymoVPJSfr/XtBxlFuh+QvEXnbPJVGyRcLN0Lqqw59 p1eO2cilBsbzFp5yNx2Vedsj5R03JvR0/BNleaOBJOopdIATmMn+LBuuuUx6wiaBUO EjfLuHEWOUcXhxvXi9PifjDUFe40W9Liy6LKKACfMP83u8CJlJQldAu117SsFtdUxa WPzDj4zCGodug== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 3D85C180340 for ; Thu, 4 Jul 2024 13:54:17 +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_PASS,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) X-Envelope-From: Received: from mail-4022.proton.ch (mail-4022.proton.ch [185.70.40.22]) (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 ; Thu, 4 Jul 2024 13:54:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gpb.moe; s=protonmail2; t=1720101172; x=1720360372; bh=AtSiviD1cXCxbsVCyIQWoZByYUybnB+KP9EUUnBkc9k=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=jcPfgkBQk0UPwbipZ+mISllQKj4gDqJlk/2Zh26BN/ajlT36XYikhltvKVw2MYOiE 1+lvXV2Xsc/hk3NlOLhCqeGnNcQf+JDgKAGF9/8wUOpOILARRGfh7hL3J2AzlYwVqw acSwCvh1S3I/liMEXmfoCJJvmYbXke7i3OPPU8JUs3kUVz2pGcHBONyOgoopElEel8 rW2Ku2gZnuQ6uAqsOM+E6X+k5xEe6fCeFoLdenLhEfIZitDvWbvuZPRR4jS2Z8hoAv SV7y3yQ1R5sKs8yo/VlUVjOuNlIA/bBYkHG3FbKolkuVN3F7HrSxmeajJ2lBcLyBxD sGpvMJrsDbiVQ== Date: Thu, 04 Jul 2024 13:52:49 +0000 To: PHP internals Subject: [PHP-DEV] [RFC] Improve language coherence for the behaviour of offsets and containers Message-ID: Feedback-ID: 96993444:user:proton X-Pm-Message-ID: 7548e5b7d225e451105552273d4d47b3c5a1f1ef Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: internals@gpb.moe ("Gina P. Banyard") Hello internals, I would like to formally open the discussion on an RFC I've been working on= for the past year: https://wiki.php.net/rfc/container-offset-behaviour As DokuWiki is a bit of a faff at times, the Markdown sources are available= on GitHub: https://github.com/Girgias/php-rfcs/blob/master/container-offset-behaviour.= md The implementation is basically done, other than some mysterious JIT issues= that I haven't been able to pinpoint yet. Best regards, Gina P. Banyard