Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130948 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 lists.php.net (Postfix) with ESMTPS id C761E1A00BC for ; Mon, 18 May 2026 20:11:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1779135110; bh=1D2ZTn7ZqYuwiAjlIpBpxsMTdt3YMSSgoIAwH+zmXiE=; h=Date:Subject:To:References:From:In-Reply-To:From; b=lylMKjBDeFG4x1LwtYqjYPqRERa1KdpPQZ8WFWRCrM9/RY22r1JcKQNsFFRdqRDYq fO6qEDWGQ41VqxJO9vA/eXiOep1zZD7JP9rXDVGGP9UJYCSp+kQmkoCYkLLcH2fq22 8lmmucAZ2t4uAZN3uexV7n6PfMtFESo7coPNeP8e8ZsMLI+J0y5G3bFC7F3gwS+eS2 OaDTFTdltVZvGEzti4yl87oexkebn6Ka5r23NY0kA953x9bAdNaFBbdlZf4CcsNgGz ekieeVbD7BGurM7OZU67oBQRsVbv2h5tW0GXYuZwCw/ZYVElfoLXn/QuiXgUGdp9aB iPxZ/9BzzagZg== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 10718180069 for ; Mon, 18 May 2026 20:11:49 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_40,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (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, 18 May 2026 20:11:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1779135100; bh=Ffn2t5LBaqI1J6WtujYXWnwwFdE4UBnVTYATXdi9IK0=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=ZehZOhfJghUmEMx0MI1lDj0g6x55lILUgQb5ylpk7bcs8k/d7t0tOlNTG7OQYIvT8 Tb22fSw5beMPb0KwTYWPGhpFTnnWCkKqdRIIKkoh7c7qJ6sqazXuCZ4lQHO2zsJnye 0eqUGJ45kb2OxaYT+Z7uDhTdoTVRXn0X41XxsZFqOsbS4CBkK+woRp1EqHMUOnQVOF tuB6aV3t/TVIJEcdNp0gUoQ9d7CqQWcKcdP1eKzxpqhY2Ebr/iKRrDOhnK9zh/lEUe ZvfAdNROa5pDg4+UnVB7wjNI0ITvDf7Ebn7Ruoaidmd+5/yQILTXUOOhkrijEp/CPr zHHQe9gAoesEg== Message-ID: Date: Mon, 18 May 2026 22:11:38 +0200 Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Subject: Re: [PHP-DEV] [RFC] [VOTE] array_get and array_has functions To: Barel , PHP internals References: Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi On 5/18/26 22:00, Barel wrote: > I started the vote on this RFC: > https://wiki.php.net/rfc/array_get_and_array_has The voting announcement should include a link to the discussion thread, which you forgot. I'm adding it here for convenience: Discussion thread: https://news-web.php.net/php.internals/130559 --------- Please also add the voting thread to the references section. The correct link is: https://news-web.php.net/php.internals/130947 --------- As for the RFC itself - I voted against the RFC for the reasons that I mentioned in this email (non-array should error, not default): https://news-web.php.net/php.internals/130667 Best regards Tim Düsterhus