I forgot to specify my username. Sorry. Haha
It's cviniciussdias
Thank you.
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.
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,
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.
>