On Sat, 15 Apr 2017, Stanislav Malyshev wrote:
> Hi!
>
> > behavior I wasn't aware of: https://3v4l.org/6fSRb In backtraces the call
> > is located on the line of it's last argument (in PHP 5.6 the line of the
> > closing ")"). Wouldn't it make more sense to use the starting line of the
> > call?
Hi!
> behavior I wasn't aware of: https://3v4l.org/6fSRb In backtraces the call
> is located on the line of it's last argument (in PHP 5.6 the line of the
> closing ")"). Wouldn't it make more sense to use the starting line of the
> call? That is, use the same lineno for INIT_FCALL and DO_FCALL?
On Sat, Apr 15, 2017 at 1:13 PM, Derick Rethans wrote:
> On April 15, 2017 5:24:53 PM GMT+01:00, Nikita Popov
> wrote:
> >On Sat, Apr 15, 2017 at 5:25 PM, Derick Rethans wrote:
> >
> >> Hi Nikita,
> >>
> >> Through Xdebug bug #1413 (https://bugs.xdebug.org/view.php?id=1413),
> >I
> >> noticed
>