Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130644 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 6D73E1A00BC for ; Wed, 15 Apr 2026 17:58:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1776275913; bh=BfvQe9noxwc/TKIqieA9snXA8Fd/FBkk0yeUuXRp+no=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=aespTyew03T2s70xk5XobxQzIHxqLtbEdtMOuZC3EvptDv3ro7435gBNep3gtzPI6 +iSnBDHfQf0iIgByWbm3zBsX6h5oLHi0Uh6eC+/s240Kb6N4QVm9FZLAwd6WFtRM+9 fwwr8H9Qi/rcSMsR85Cl51uDoKbFSPLMDtx/V4BAa6ZuEXIMXaQ+vGIiy9tMmmUkon spvK45kw2C9Lfq1ZPchJ25ht/914dMCCAS2UovzOYAssRno6nz6M8rPMhNlSrNnZ93 +IZ4X0XGWB9Cvdx/Ik70i9Vxuc2pgMz0dOfcldUdQ8eW/oxpS4Vxx5n0GtyUSqhhod c9qBNfgmv2XjQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 436D5180077 for ; Wed, 15 Apr 2026 17:58:29 +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.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, T_SPF_TEMPERROR 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 ; Wed, 15 Apr 2026 17:58:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1776275901; bh=1Nmkup1G/nFe92HORZtonkRt6d2NeH3+FPS2jn8fz2I=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=eQzTRjM56SV7jCmrOgL2uZWn6Y5KCtikzCgX2ED4dlInnkDv1vPayl7W0Unl/lk1O ilVnp9hg4qx5o12dwcHIEmaRNNp7VgJSb19wNDS3g/6CeeYZvrGO1XrI/0dRLp4NzH SysvlAgTHCCP9/LB731aO/9Nl7xAKxsaQSPxxND9aeLgrqN823kRUYTbHfDcCVONdM /3e/cUv5F37lZS0bE90KY2xmr784a7xZLjBwoJ6FTugBsggKr9QrErLl6xVdiXqOOt zPWeYgZ5XXfbsQza3u/sKDsDuu5aNqyJJzMMDwEWFlRPdjYNQvNJ4yksxQYoFangHG eL9JGvZ7WVV+A== Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Wed, 15 Apr 2026 19:58:21 +0200 To: Barel Cc: php internals Subject: Re: [PHP-DEV] [RFC] [Discussion] array_get and array_has functions In-Reply-To: References: Message-ID: 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 Am 2026-04-14 19:06, schrieb Barel: > BTW, the URL to the RFC has changed and is now > https://wiki.php.net/rfc/array_get_path_and_array_has_path Please don't create new RFC documents for the same RFC. This breaks the version history and is super confusing, because the link in the discussion thread will go to an abandoned version of the RFC. In fact you forgot to adjust the link in the RFC overview at: https://wiki.php.net/rfc Having an outdated name of the feature in the URL is fine - and typos are as well. The latter happened with my #[\Override] RFC, where I accidentally dropped the 'd' in 'overridden': https://wiki.php.net/rfc/marking_overriden_methods. Note how I also “described” the proposed feature in the RFC and the title - this was to make it independent of any naming bikeshedding that might happen :-) Best regards Tim Düsterhus