[PHP-DEV] Re: RFC karma request

2025-08-16 Thread Vinicius Dias
I forgot to specify my username. Sorry. Haha It's cviniciussdias Thank you.

[PHP-DEV] RFC karma request

2025-08-16 Thread Vinicius Dias
Hello, folks. I would to request karma to create an RFC regarding the conversation that happened here: https://news-web.php.net/php.internals/128477 Thank you.

Re: [PHP-DEV] Split as an alias to explode

2025-08-16 Thread Rowan Tommins [IMSoP]
On 16 August 2025 10:16:40 BST, "Christoph M. Becker" wrote: >Because it would still be rather confusing to JavaScript developers who >are used to > > str.split(separator) > >and now would have to deal with > > split(separator, str) The fact that PHP doesn't have methods on strings, numbers,

Re: [PHP-DEV] Split as an alias to explode

2025-08-16 Thread Christoph M. Becker
On 15.08.2025 at 23:47, Paul Dragoonis wrote: > On Fri, Aug 15, 2025, 10:30 PM mickmackusa wrote: > >> I don't see any benefit to re-adding split() to the language. Why create >> more keywords for the sake of a function name with fewer characters? Code >> golfing isn't a goal of the language. >