Hi Levi Morrison,
> > Hello!
> >
> > Most of PHP's symbols are case insensitive. This means extensions that
> > need to do things with function and method names end up lowercasing
> > and hashing the lowercased names, often having to do more memory
> > allocations too. Since case insensitive symbo
On Sun, Mar 7, 2021 at 10:21 AM Levi Morrison wrote:
>
> Hello!
>
> Most of PHP's symbols are case insensitive. This means extensions that
> need to do things with function and method names end up lowercasing
> and hashing the lowercased names, often having to do more memory
> allocations too. Sin
Hello!
Most of PHP's symbols are case insensitive. This means extensions that
need to do things with function and method names end up lowercasing
and hashing the lowercased names, often having to do more memory
allocations too. Since case insensitive symbols is language dictated
behavior, it makes