Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121393 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 55579 invoked from network); 18 Oct 2023 13:29:04 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 18 Oct 2023 13:29:04 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id BB0E8180044 for ; Wed, 18 Oct 2023 06:29:03 -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=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE 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-vs1-f43.google.com (mail-vs1-f43.google.com [209.85.217.43]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 18 Oct 2023 06:29:03 -0700 (PDT) Received: by mail-vs1-f43.google.com with SMTP id ada2fe7eead31-457dc26ec2eso1555967137.1 for ; Wed, 18 Oct 2023 06:29:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697635742; x=1698240542; darn=lists.php.net; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=BmcfoUpR7h+b3fidzsaDNsHKoDrU2SvrtoNNddRnVVY=; b=RRwE6SmmibGgslU+rGuGSxPy7Yenx+1aTA6YkvzJA+2CuFKx89K9O4aKVFkgKvunyo jEnL2z0WAjDZmXfZ4xoHtm35gxb9WskeywASHYg00oKv3GTAYjE51+THVYfZnXIxiHPd nAf8vrWRfVvHiGwz8+01hG7/BVOGIAV9YOXsxCPcSpj5FWX7PU394ePN4f4rY9ddnvnR nfBDbaVi/ek8oMkiZRU90qyw9t2HyNgiw9Igy3nn1j/CZmkBmmt5PHAij9QG9P/cJO67 b11IuuiDF2dfAwScOIrYzNVo73oC//iBa01KL53H6U3RrkXeig9Y9TOdOeUXjCye8Dtp RvNg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697635742; x=1698240542; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=BmcfoUpR7h+b3fidzsaDNsHKoDrU2SvrtoNNddRnVVY=; b=Tz6byEJNtMTdVwd+NVwM3SnXQJ7JrkPw9QYmB3O5ovy2HPGyd8yiesLjyA2GWdTquC blWpfyOn9M/BlL/gN8ucoQz/1W3GmjzCOM4xk/TET9H7KX05NCzfh6MOOKEoeRmQnwCO 5ECPBaFxmUmdCg0gRWXPBcdYCzgBcv4Z86C/L7Jx2Gff9I6KWsw8JVixw7iDiZAEvLV9 bt9c9TKnL9VZQKJiboHehVZdmEWksUq88mIrq1FjaWvTWl4wzQ7rYVh+y/R5YVHffM6r 4wpMwZQoxt4ItARX7FmDnYlpxTCKAh7e3FCPB9cH5F5ZUleXrrPsuNOKoADgjgGgRwuq ivng== X-Gm-Message-State: AOJu0YypyPLN/TPDmnbwJ4XEDfu3wpDIu1F7e7xjxbuigMGSWDKzN0PU 8NytD9TEq8DTyiQRm0WwBL2CPyK32sBZ6HO82VQ= X-Google-Smtp-Source: AGHT+IEJwTDBErYdoKuasNBzvu8BYXv/4v+jlyS+wqn8FRlCAi+ZIOnRIqtpF6iyMtOBy3urdIk6bqvj7sS1/uHTtqg= X-Received: by 2002:a67:a407:0:b0:457:cc32:39c6 with SMTP id n7-20020a67a407000000b00457cc3239c6mr5676873vse.16.1697635742588; Wed, 18 Oct 2023 06:29:02 -0700 (PDT) MIME-Version: 1.0 References: <173ca550-71a0-4bd4-96f2-b64b6155115a@app.fastmail.com> In-Reply-To: Date: Wed, 18 Oct 2023 08:28:51 -0500 Message-ID: To: Robert Landers Cc: Levi Morrison via internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Two new functions array_first() and array_last() From: brandonja991@gmail.com (Brandon Jackson) > You may be using them and be totally unaware that you are using them. Emphasis on that. Take promises for example. Anyone using libraries that incorporate promises either are using fibers or will likely be using them in the near future. And I'd say that one pattern is probably used enough to be considered more than just a corner of php.