On Thu, Mar 4, 2021 at 11:49 PM Derick Rethans <der...@php.net> wrote:
> On 4 March 2021 20:22:37 GMT, Dmitry Stogov <dmitrysto...@gmail.com> > wrote: > >I can't reproduce this on Linux. > > > >[dmitry@tpl2 xdebug]$ php run-xdebug-tests.php -d opcache.enable=1 -d > >opcache.enable_cli=1 -d opcache.optimization_level=-1 > >tests/tracing/functrace_typed_properties.phpt > > > >... > >PHP_VERSION : 8.1.0-dev > >... > >PASS Test for function traces with typed properties > >[tests/tracing/functrace_typed_properties.phpt] > >... > > > That's curious. I'm locally on Debian Linux, and Azure pipelines is on > OSX. How can we figure this out? Want to do a screenshare or something? > Perhaps it's a compiler issue? I'm building in debug mode FWIW. And see it > with and without ZTS. Do you use CLANG on Linux? I won't be able to work on this before March 9. > > > Did you try my one liner without xdebug involved at all too? > Everything works fine for me. We test OSX build without xdebug on Azure, and didn't see a similar problem. Thanks. Dmitry. > > cheers, > Derick >