Re: [PHP-DEV] [RFC] str_icontains

2025-06-24 Thread Derick Rethans
On 24 June 2025 14:13:16 BST, Larry Garfield wrote: >On Tue, Jun 24, 2025, at 3:18 AM, Adam Cable wrote: >> On Tue, Jun 24, 2025 at 12:20 AM Larry Garfield >> wrote: >>> On Sun, Jun 15, 2025, at 3:12 PM, Adam Cable wrote: >>> > Hello internals, >>> > >>> > I'd like to present my first RFC - str_

Re: [PHP-DEV] [RFC] str_icontains

2025-06-24 Thread Larry Garfield
On Tue, Jun 24, 2025, at 3:18 AM, Adam Cable wrote: > On Tue, Jun 24, 2025 at 12:20 AM Larry Garfield > wrote: >> On Sun, Jun 15, 2025, at 3:12 PM, Adam Cable wrote: >> > Hello internals, >> > >> > I'd like to present my first RFC - str_icontains, a case-insensitive >> > friend of str_contains >

Re: [PHP-DEV] [RFC] str_icontains

2025-06-24 Thread Adam Cable
On Tue, Jun 24, 2025 at 12:20 AM Larry Garfield wrote: > On Sun, Jun 15, 2025, at 3:12 PM, Adam Cable wrote: > > Hello internals, > > > > I'd like to present my first RFC - str_icontains, a case-insensitive > > friend of str_contains > > > > RFC: https://wiki.php.net/rfc/str_icontains > > PR (inc

Re: [PHP-DEV] [RFC] str_icontains

2025-06-24 Thread Adam Cable
On Tue, Jun 24, 2025 at 1:56 AM youkidearitai wrote: > 2025年6月24日(火) 9:00 Larry Garfield : > > > > On Sun, Jun 15, 2025, at 3:12 PM, Adam Cable wrote: > > > Hello internals, > > > > > > I'd like to present my first RFC - str_icontains, a case-insensitive > > > friend of str_contains > > > > > > R

Re: [PHP-DEV] [RFC] str_icontains

2025-06-23 Thread youkidearitai
2025年6月24日(火) 9:00 Larry Garfield : > > On Sun, Jun 15, 2025, at 3:12 PM, Adam Cable wrote: > > Hello internals, > > > > I'd like to present my first RFC - str_icontains, a case-insensitive > > friend of str_contains > > > > RFC: https://wiki.php.net/rfc/str_icontains > > PR (including tests): http

Re: [PHP-DEV] [RFC] str_icontains

2025-06-23 Thread Larry Garfield
On Sun, Jun 15, 2025, at 3:12 PM, Adam Cable wrote: > Hello internals, > > I'd like to present my first RFC - str_icontains, a case-insensitive > friend of str_contains > > RFC: https://wiki.php.net/rfc/str_icontains > PR (including tests): https://github.com/php/php-src/pull/18705 > > Previous di

Re: [PHP-DEV] [RFC] str_icontains

2025-06-23 Thread Jordi Boggiano
On 15.06.2025 22:12, Adam Cable wrote: I'd like to present my first RFC - str_icontains, a case-insensitive friend of str_contains RFC: https://wiki.php.net/rfc/str_icontains PR (including tests): https://github.com/php/php-src/pull/18705 Just a +1 from my side. Looks good, useful and I've de

[PHP-DEV] [RFC] str_icontains

2025-06-15 Thread Adam Cable
Hello internals, I'd like to present my first RFC - str_icontains, a case-insensitive friend of str_contains RFC: https://wiki.php.net/rfc/str_icontains PR (including tests): https://github.com/php/php-src/pull/18705 Previous discussion: https://externals.io/message/127504 Thanks, Adam