Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102232 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32557 invoked from network); 12 Jun 2018 10:04:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jun 2018 10:04:11 -0000 Authentication-Results: pb1.pair.com header.from=come@opensides.be; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=come@opensides.be; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain opensides.be designates 195.154.20.141 as permitted sender) X-PHP-List-Original-Sender: come@opensides.be X-Host-Fingerprint: 195.154.20.141 smtp.opensides.be Received: from [195.154.20.141] ([195.154.20.141:52408] helo=smtp.opensides.be) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8E/40-27729-A9A9F1B5 for ; Tue, 12 Jun 2018 06:04:11 -0400 Received: from localhost (localhost [127.0.0.1]) by smtp.opensides.be (Postfix) with ESMTP id 056F8B68F1 for ; Tue, 12 Jun 2018 12:04:08 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at opensides.be Received: from smtp.opensides.be ([127.0.0.1]) by localhost (smtp.opensides.be [127.0.0.1]) (amavisd-new, port 10024) with LMTP id KO8LtHwf2vGV for ; Tue, 12 Jun 2018 12:04:06 +0200 (CEST) Received: from mcmic-probook.localnet (63.120.199.77.rev.sfr.net [77.199.120.63]) by smtp.opensides.be (Postfix) with ESMTPSA id EE29CB68ED for ; Tue, 12 Jun 2018 12:04:05 +0200 (CEST) To: internals@lists.php.net Date: Tue, 12 Jun 2018 12:03:54 +0200 Message-ID: <4248547.0z0Fkv17lm@mcmic-probook> Organization: OpenSides User-Agent: KMail/5.2.3 (Linux/4.9.0-6-amd64; KDE/5.28.0; x86_64; ; ) In-Reply-To: <88f5ea2f-9a31-82b9-1e32-3855f34c8453@web.de> References: <88f5ea2f-9a31-82b9-1e32-3855f34c8453@web.de> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Re: Add functions array_key_first() and array_key_last() From: come@opensides.be (=?ISO-8859-1?Q?C=F4me?= Chilliet) Hello, Shouldn=E2=80=99t we also add array_first and array_last for consistency? reset and end may be used for this but they modify the array state and cann= ot be called on function results. C=C3=B4me