Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:108181 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 85323 invoked from network); 17 Jan 2020 17:13:16 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 17 Jan 2020 17:13:16 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id C3DEA180531 for ; Fri, 17 Jan 2020 07:20:53 -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_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-f51.google.com (mail-ot1-f51.google.com [209.85.210.51]) (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 07:20:53 -0800 (PST) Received: by mail-ot1-f51.google.com with SMTP id 66so22798243otd.9 for ; Fri, 17 Jan 2020 07:20:53 -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=SXQcTeeFlhpyFNFfJsrLPDudpKJpFxV7mHizvSeM03o=; b=VJO++/DmbxCas35UsXWe7tVOU2E9ShJTaNL4cx0+ElF9dSb/5vd4+jC/rH8v63Fve1 IyRr9yQV7mCt4ylp2zvvzP6LON9PRWAEXjFiAvPaRsfB8ZN0V5guk0fCEmUX+emqAbhA GD2BIGWfhUtdm1/SF1XR3cf8PvI3EHe8C8X/sfZc0Q25XO+dNFG7uwtNDdYoVgUzf222 ILP+/92AqDQTRvrs78fGocWw6Wt4lcY5A8uhY/f+hkl3rqaHmafBTgz22bY/P7XqE5jf ZDFfkpStfAak6WDXrzfI1gxMpvfNCcXhNbciBbn03AalmmiHH+4YUsi4Z5HfMmlHT47K 0XmA== 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=SXQcTeeFlhpyFNFfJsrLPDudpKJpFxV7mHizvSeM03o=; b=prp26zl+1SL0ZlkXSWA8zgES1HRlrpgbvc6WxdJszUoSCRL4Ul3F8gEQz0UO1QMgPP dcSDsRlpUYKXYxYXDgWgSyghRjRQLx4dAPihwUkXVdHGebgFNQC95uB6WwTfG6u75fbT AWjMDZU13UIzLqzFme8zzvjRWdUlBe8I+QKnV05/ruW0Zg3qgO6aPpkitGJpA+1Erd5B gcdaz5NsC32Iy52VrTwpaG1L2vjRPDW6ZmgIU27eA+yfxiTXuoi76kYYtu6drkbaftJP bR+rc/9TXooq3UN6/NLGPfxaDdy8KYHGZoX+LecGBkpzdPh4mzF1HiMY84ziFL9iade/ 2mxA== X-Gm-Message-State: APjAAAW8wsprMJ5Gr/1Hb7UQG1A6nu3UXZ64advENwstYG6JZkz4Qv5q QRSHkyv4Cv0XQXvLQLX5vCdLKBQraBV2w5iO+v4= X-Google-Smtp-Source: APXvYqz/XtCrM6P90BZsCVeVbamVl8+IU4QeWWUMuqVurUCJZcTeX/IREXaBHzBtpiG4a45fEBXL0HJkdpv12lMVlHY= X-Received: by 2002:a9d:6f8f:: with SMTP id h15mr6117860otq.1.1579274452540; Fri, 17 Jan 2020 07:20:52 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 17 Jan 2020 16:20:40 +0100 Message-ID: To: Robert Hickman Cc: =?UTF-8?B?TcOhdMOpIEtvY3Npcw==?= , Aran Reeks , PHP internals Content-Type: multipart/alternative; boundary="000000000000bf2231059c577cdd" Subject: Re: [PHP-DEV] Typed array properties V2 From: oludonsexy@gmail.com (Olumide Samson) --000000000000bf2231059c577cdd Content-Type: text/plain; charset="UTF-8" On Fri, Jan 17, 2020, 2:54 PM Robert Hickman wrote: > > 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? > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php Who's this? How does this feature means PHP becoming more static type language? Does adding strict typing features remove any dynamic type features of the language? Nope, this still dynamic typing coz it can do both as the need demands. --000000000000bf2231059c577cdd--