On Mon, Sep 9, 2019 at 10:13 AM Stanislav Malyshev
wrote:
> > isset($err)
> > $err[0] != null
> > -> is always true, regardless of whether func as assigned an error or not
> >
> > $err[0];
> > -> segfault
>
> This is a bit confusing - if $err[0] segfaults, how it can be != null?
> Does this beha
Hi!
> isset($err)
> $err[0] != null
> -> is always true, regardless of whether func as assigned an error or not
>
> $err[0];
> -> segfault
This is a bit confusing - if $err[0] segfaults, how it can be != null?
Does this behave differently in different contexts? Anyway, it shouldn't
probably segf