- Notifications
You must be signed in to change notification settings - Fork8k
Closed
Labels
Description
Description
Description
The following code:
<?phpclass C{public$s;}$r =newReflectionClass(C::class);$o =$r->newLazyProxy(function () {});print$o >$r->newLazyGhost(function () {global$o;$o =null;});
Resulted in this output:
php-fuzz-execute: /src/php-src/Zend/zend_lazy_objects.c:582: zend_object *zend_lazy_object_init(zend_object *): Assertion `ce->ce_flags & (1 << 12)' failed.Aborted (core dumped)
PHP Version
Operating System
No response