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
>
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
>> that behaviour with class constants changed between PHP 7.1.3 and PHP
>>
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
> that behaviour with class constants changed between PHP 7.1.3 and PHP
> 7.1.4.
> I *believe* it is because of the fix for issue #69676
> (http
Hi Nikita,
Through Xdebug bug #1413 (https://bugs.xdebug.org/view.php?id=1413), I noticed
that behaviour with class constants changed between PHP 7.1.3 and PHP 7.1.4.
I *believe* it is because of the fix for issue #69676
(https://bugs.php.net/bug.php?id=69676) that got fixed in PHP 7.1.4.
With OP