Re: [RFC] [Discussion] array_first() and array_last()

From: Date: Sat, 05 Apr 2025 18:00:23 +0000
Subject: Re: [RFC] [Discussion] array_first() and array_last()
References: 1  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message


> Le 5 avr. 2025 à 17:51, Niels Dossche <[email protected]> a écrit :
> 
> Hi internals
> 
> I'm opening the discussion for the RFC "array_first() and array_last()".
> https://wiki.php.net/rfc/array_first_last
> 
> Kind regards
> Niels


Hi Niels,

It is reasonable. I have a userland implementation of that in my codebase since long ago.

You missed the following point when discussing the behaviour for empty array:

* Consistent with array_shift() and array_pop(), which are also about
retrieving the first, respectively the last element of an array.

—Claude


Thread (22 messages)

« previous php.internals (#127048) next »