Re: [PHP-DEV] Subject Prefixes

2024-05-24 Thread Rob Landers
On Thu, May 23, 2024, at 17:40, Bilge wrote: > Unless someone is going to write out definitions for tags, including when we > should(n't) use them, I agree with Derick; they're just useless cruft. I only > added them because everyone else was doing it (lol). > > Bilge > > On Thu, 23 May 2024,

Re: [PHP-DEV] RFC [Discussion]: array_find

2024-05-24 Thread Valentin Udaltsov
On Sun, Apr 7, 2024, at 10:20 AM, Joshua Rüsweg wrote: > Hi > I have created an RFC to add the function array_find which returns the > first element for which a predicate callback returns true. This is a > function which I missed often. Furthermore this type of function is > implemented with other