Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:125049 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 7F2511A00BD for ; Mon, 19 Aug 2024 17:08:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1724087424; bh=od95tBLYlwYfGcOsMJguWgIMielkWqhhGO9AOCeyUFM=; h=Date:From:To:Subject:From; b=HZsGoiCYh9EtJhx7iWHoDhCeuZ8TPeS9PhxM/0KqRt6wn/AR4aeMxBkomnMyhv7Gk kCk1tHAFv8HLEYZGEt3UqdFjr0+14UV39zx70VS26Cd0LSfIqauR4mY2QNcab/BHdU HdsQqACVfsch4w46fUNaTgkTrSX+gb8G2yQ8eqGJnV8qH/HMTtolL/tGRdxXhxg16n qTZ8nWJfXr+VPnGcsF2IDiB6g1uQJjhSgo9AZ4eFjIKFl5Vx8YKZ/Zl/aB4Ktj1oy5 wRB440aTljqzjSZ2Sg4kTABlSFuYz6Jlz04Uq8ptLOQOWclJ6l+333mImduo1we9X0 Jpb3ebg6ABvpA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 8568E18004A for ; Mon, 19 Aug 2024 17:10:23 +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 autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No 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 ; Mon, 19 Aug 2024 17:10:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1724087312; bh=od95tBLYlwYfGcOsMJguWgIMielkWqhhGO9AOCeyUFM=; h=Date:From:To:Subject:From; b=d3AzMgH6UebX7SzGxQi/Q+pYI5/SVOuYLeiEIX9AuAltIshkDuJFNMkAp9Yd8GTdc 6kRnYuJ+jz0xTPr2OxxHLmc6CjfiVX11GgTbIziEGR7qsSb86jw8CB8f5vh1fkPNJB j3cgm3jtYuFLlJtLoFAtOECDGCzthAmLXgvRYY6UpKNxAwnGzcMXSVnxqncWVUQf6z K8Cf8FpH7WpZa57CslMhVhAbvGlkHfQTsPBOiTjidzR+otspbwjJ+rURIRzfyeUdPb Ui/d3D1zGWrobrTcO4+aknngOR8iyg8+nNpp9auduTJO8FfssRiqLT7xRCjmLWxoDe FyGSeAEn14j0Q== Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 53BC110C010 for ; Mon, 19 Aug 2024 18:08:32 +0100 (BST) Date: Mon, 19 Aug 2024 18:08:32 +0100 (BST) To: PHP Developers Mailing List Subject: [PHP-DEV] State of Generics and Collections Message-ID: <1b59392a-68cb-36eb-0fef-977ac7113520@php.net> Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII From: derick@php.net (Derick Rethans) Hi! Arnaud, Larry, and I have been working on an article describing the state of generics and collections, and related "experiments". You can find this article on the PHP Foundation's Blog: https://thephp.foundation/blog/2024/08/19/state-of-generics-and-collections/ cheers, Derick