Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:123900 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 18E961A009C for ; Wed, 26 Jun 2024 21:49:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1719438660; bh=zT+JqYia9XpzX9E7+DlbX8e0Mra2xnHKWEARFWt0ZuM=; h=Date:From:To:Subject:In-Reply-To:References:From; b=KT9kJ+OSKFFcH39wpuhFMNlZuWx9REkGLk335utV/UQ3YmLQ7vPszC/jbCirzAfZo XOUdDkdWArfJoY9tMex1gkKrOCUbzgsrWoun8cnVu11t+r1nMET/ciCREs1Q91OKuM FM88puyAQ7qOCiL2hhxyKv8IFT46K9wANfftX5JpzdKmdqIcjptJdGc4RBjir/aDnS qjvYXOy9ulq5+mH/mHjrxSbLVV87oB+RPkPidlG8n9mL3so7/qWWYa7ejFddyfB7jF r28M7NV3EHEeZLGONZdS2Bi70fJp2ZcTXNA5miZ7Z61R2BDD7teNxptvJl0dn1e/sM 258kd74NmgWmw== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 23CAA18097D for ; Wed, 26 Jun 2024 21:50:59 +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=3.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_PASS, SPF_SOFTFAIL,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 xdebug.org (xdebug.org [82.113.146.227]) (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 ; Wed, 26 Jun 2024 21:50:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1719438577; bh=zT+JqYia9XpzX9E7+DlbX8e0Mra2xnHKWEARFWt0ZuM=; h=Date:From:To:Subject:In-Reply-To:References:From; b=jHhN8kI38SGkLJzebEoxzze6B+309CsbcP9KBjfKx7LxYBZ/6yiwitHi5BR0MAl/e dec11PZu1dCylr0MOpZIRkfyboZMzAgGRDOAnSjUBVo3KAAKClTlNebnFE7VpKtAFP 6augXoS8cQU0gbeZ1a97PvIfw0Qh2hEf1xpargRapXyoaxk5Zj5D7ZKL+PryjvEJAm vF2NtnjnTZdFD+AdllfRkQ94+cPoVK4s4wkAbrc8VaoySwe+maWGTwkFEECLGV1B5Z VQwm1ATw8MajghRUgHnHgMOu0kXoDzt/rFhYwCHRCuGeUSDZeYJ71NjOwEsFWmYh2o fH+rRwit7Kj0w== Received: from [127.0.0.1] (host81-158-77-57.range81-158.btcentralplus.com [81.158.77.57]) by xdebug.org (Postfix) with ESMTPSA id 7CD1810C49D; Wed, 26 Jun 2024 22:49:37 +0100 (BST) Date: Wed, 26 Jun 2024 22:49:37 +0100 To: internals@lists.php.net Subject: Re: [PHP-DEV] [Initial Feedback] Typed Arrays User-Agent: K-9 Mail for Android In-Reply-To: <6D0733B2-A1D1-45EC-B93E-029B1616A22F@miles.systems> References: <6D0733B2-A1D1-45EC-B93E-029B1616A22F@miles.systems> Message-ID: <682DAE9D-7C53-4C2B-9ECF-9B8358DF0AA1@php.net> 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: derick@php.net (Derick Rethans) On 26 June 2024 20:59:00 BST, Richard Miles wrote= : >Howdy people,=20 > >The pattern-matching RFC inspired me to write this=2E I have not done any= work for this yet; just looking for initial feedback=2E I think we should = have typed arrays in PHP=2E I propose adding the class SplTypeDefinedArray= =2E We've done some initial work related to this as part of PHP Foundation wor= k: A summary on the state of this, and actual genetics will be available soon= too=2E=20 cheers Derick=20