Re: [PHP-DEV] standardize php builtin functions

2021-07-18 Thread AllenJB
On 18/07/2021 10:08, Abdul Haq Sheikh wrote: Hello Internals, PHP has built in functions for string, array and math etc. But some string and array functions start with Str_* and array_* but not all. If we standardize php builtin functions so all string functions start with str_*, and all array

[PHP-DEV] standardize php builtin functions

2021-07-18 Thread Abdul Haq Sheikh
Hello Internals, PHP has built in functions for string, array and math etc. But some string and array functions start with Str_* and array_* but not all. If we standardize php builtin functions so all string functions start with str_*, and all array functions start with array_* and all math functi