### Description ### Description The following code: ```php <?php $foo = new class { public self $v; }; $foo->v= 0; ``` Resulted in this output: ``` php-fuzz-execute: /src/php-src/Zend/zend_compile.c:1396: zend_string *resolve_class_name(zend_string *, zend_class_entry *): Assertion `scope && "This should only happen with resolved types"' failed. Aborted (core dumped) ``` ### PHP Version https://github.com/php/php-src/commit/16b2fc41a3cf3871d5481c1efc2e16ac99a2890e ### Operating System _No response_