Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:108180 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 59271 invoked from network); 17 Jan 2020 15:46:24 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 17 Jan 2020 15:46:24 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7B58A180504 for ; Fri, 17 Jan 2020 05:53:59 -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, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,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-ot1-f44.google.com (mail-ot1-f44.google.com [209.85.210.44]) (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 ; Fri, 17 Jan 2020 05:53:58 -0800 (PST) Received: by mail-ot1-f44.google.com with SMTP id m2so17734313otq.3 for ; Fri, 17 Jan 2020 05:53:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Fn62iA67Qk2hvkWwdJPCbVM8Cs+Kzw8ZIHK/EjQwriE=; b=tpqc9bTEwScF1s1wp+k8gdZ7Sm16PtjzfpjZoXRbQlweFAn5XZLRtyK/P0uGi+h59A LtRhQmW89QWTplmj+ApZNNNP8KpX48mSOTthzGoCniq5Z1f7rDi8GWBsw+ZYOyIsuWyZ hgIVC0TLffR90AHdHwwI3wUGXH/8K3MzA9gcpR0SUHB4V2hUfOsdV/kogu12iy8uLq5E o/g4TRxDBJPdjKKcbFNPC8EKd1QZOdKvcy03FEdMnsOX9nEKN3eQUhajGPAxHPXnLHRN CBpkvqAKZQQ4bt+m2YvzI6OQo0yg606JGCgvxXaV9qaai4tVl2Qz8VfCo3VDJL4XffyJ oVvA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Fn62iA67Qk2hvkWwdJPCbVM8Cs+Kzw8ZIHK/EjQwriE=; b=Rm90IizFP3u1ffm46PSg7GSBWdRwymRdhK+5NBv0YXnjF81yY6KXr0CDld0ZT0f4uL WoVONBn18WddpCsYRINoFhf6rDpaaNX4tOFrDMtVh8XPgnL2OSvOywQG9K5ZNJKIboED z9tPjtnTqIR9D4j7kZd/e9LE/X2rp4HN945QPXC49lHDg8HKW5GHFfmtm887m1Gyabv6 +hM4kcKsqQwOgrWJDdvBcAH8wWoTiIo4uwlpc27Kkx1L1NTZrvaTBcxE14OikN9iYT3o 2L2f5rTCWfpUOKG4PZJv12Qb1kMaXSH09TQsJ656c5jo5x7Z79Vk96F9SnQFZtAwh69Q P19Q== X-Gm-Message-State: APjAAAVrULbMkq6plaG1rh30WnruUYpvjHbllErEWbRwJV9x+6zUbLG+ iUKy8WVW5jENCJcQlrUICn3WVXmECepSsFT0vxQ= X-Google-Smtp-Source: APXvYqwnfop/zQks7gZnXxsxE17itbnDyUmjr8D3jx3HSxDC0n06VamylM6UYPgoroNRwEcIupIdHoPcMymfB/bii4M= X-Received: by 2002:a05:6830:1042:: with SMTP id b2mr6066892otp.306.1579269234474; Fri, 17 Jan 2020 05:53:54 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 17 Jan 2020 13:53:43 +0000 Message-ID: To: =?UTF-8?B?TcOhdMOpIEtvY3Npcw==?= Cc: Aran Reeks , PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Typed array properties V2 From: robehickman@gmail.com (Robert Hickman) > So essentially we are talking about generics. I think it's the best time to > do so... Maybe our wishes come true soon? ;) > Given that the general trend is towards making PHP more statically typed and very java/C# like, why not just ditch PHP and use one of the aforementioned languages?