Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:116084 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 49296 invoked from network); 18 Sep 2021 03:00:05 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 18 Sep 2021 03:00:05 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 4C0DA1804E3 for ; Fri, 17 Sep 2021 20:40:12 -0700 (PDT) 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-f50.google.com (mail-ot1-f50.google.com [209.85.210.50]) (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 Sep 2021 20:40:11 -0700 (PDT) Received: by mail-ot1-f50.google.com with SMTP id k12-20020a056830150c00b0051abe7f680bso15586835otp.1 for ; Fri, 17 Sep 2021 20:40:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=QQ9tXXRnLdYhkcZsuJJGPfg12l9xnYZ307YgKlunVbQ=; b=dgWeFBrr54dp0ZA0pt/d7+PimYA4swvKi7E0I+GqPpsPAxFN2Yt+ceG2WE8D1NKiN/ Tpn9U1yPbJ3Mjqs3JayyDsOicreupDSH3/feU+p91/C4WBeEnNZmfhNVyVxW5WCdDBT3 StZE6n2dLWS4TdjJegpCH+GQM/M/tY/oKN6AyhZ6mX/7zdrXiYU+bpdu98HTh6n+JJcf XpLAKuwMZRhybydlMAtb4LSfy15mwVW5IKnhMGXvYiygb6ZFhW5eUAbNI5hHt3X2sNr7 Nn1ewSAmUG0g3l0k1xpBJ+/e8cSEabMkBN7DTKM+JNr+XJBMtNEHslg6AosVUODIOjNT 0PxA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=QQ9tXXRnLdYhkcZsuJJGPfg12l9xnYZ307YgKlunVbQ=; b=MlpYJgRDfSh3/pIdRKURuOhnMamDuXn7s7nixhBjfnoT7rGFn5O34qAQ8Y9r+CvuZ9 z3iymDJnuIYFSceHv3vfd4C5P8OxXYaASwTWTtaLjaVb726vqevlj2RrCIJnNigLi8v5 YTb6i0mEzC3ZuncZEmfDADyCKsJXLgHpknYclT6GFiSdBcYXbUBorkfR3six+aUVDK41 ixMEmKetsLgnzkJeHJkNT50Wh+5vFin33rI6uFrr2f/Dsm4yhERllp4jWOBhUKOWm7J2 e9UjNSdxJcL2Gkyjm/FH9uiviCCDerCgb/idLZYFbRQh/8tHkQ/cDetv0I6k6ToZ22Y7 lMcA== X-Gm-Message-State: AOAM531LSY79eB9t+EG/P3VnCn5tRlIpe/7bvjZcWmtj2eKwdWdleSac KXhP61X7zuHXZ55rqQ14SQDnQMeYRmRF6Wg/otc= X-Google-Smtp-Source: ABdhPJzXWNDRAXsSQbMqxZCh1LZPxBNxlexg2NxB8oK28ea2d6rNTqTy1R9nyyb/PaWeKlaXvMfIkU8i9GtTMTAVi+Y= X-Received: by 2002:a05:6830:30bd:: with SMTP id g29mr4819562ots.69.1631936411252; Fri, 17 Sep 2021 20:40:11 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Sat, 18 Sep 2021 10:39:57 +0700 Message-ID: To: tyson andre Cc: PHP internals Content-Type: multipart/alternative; boundary="00000000000016ba3505cc3ccea7" Subject: Re: [PHP-DEV] RFC: Add `final class Vector` to PHP From: pierre.php@gmail.com (Pierre Joye) --00000000000016ba3505cc3ccea7 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Tyson, On Sat, Sep 18, 2021, 10:21 AM tyson andre wrote: > > This proposal already has a fixed-sized type - that type is `mixed` (or > `zval` internally), like ArrayObject, WeakMap, etc. already have in their > values. > (Similar to how basic Java collections (e.g. ArrayList=E2=80=8B) = are all > collections of `Object` after generic type erasure.) > Thanks for the clarification. So the name of this proposal is misleading. They are not vector. I am not sure php needs another type of fixed array at this stage. So -1 here overall. best, Pierre > --00000000000016ba3505cc3ccea7--