On 18/08/2025 17:57, Vinicius Dias wrote:
Hello, folks. As discussed in previous messages [1], I am proposing
the creation of an alias function `split` to the `explode` function.
Here is the RFC for discussion:
https://wiki.php.net/rfc/create-split-alias-to-explode
[1] https://news-web.php.net/php.internals/128477
Please add mb_split to "Confusion with other functions"
mbstring functions are typically designed so func and mb_func behave
similarly, just mb_ has multibyte support. Since the closest chance to
remove mb_split is PHP 9, the closest introduction for split would be
PHP 10 imho
--
Anton