I suppose, something is wrong with your build. This code works fine for me. Please, try full rebuild.
Thanks. Dmitry. On Thu, Mar 4, 2021 at 9:00 PM Derick Rethans <der...@php.net> wrote: > Hi, > > turns out that this test fails even without Xdebug even loaded, so it's > not something on my side :-) > > Just run it as: > > wget > https://derickrethans.nl/files/dump/xdebug_var_dump_typed_properties-text.php.txt > -O xdebug_var_dump_typed_properties-text.php > php -n -dzend_extension=opcache -d "opcache.enable=1" -d > "opcache.enable_cli=1" -d "opcache.optimization_level=-1" -f > xdebug_var_dump_typed_properties-text.php > > Result: > > php: /home/derick/dev/php/php-src.git/ext/opcache/zend_persist.c:327: > zend_accel_get_type_map_ptr: Assertion `ret > 2' failed. > Aborted > > > cheers, > Derick > >