- Notifications
You must be signed in to change notification settings - Fork8k
Closed
Description
Description
The following code:
<?phpset_error_handler(function($code,$msg) {$GLOBALS['a']=8;});trait Foo {publicstring$bar {get =>$fusion->getBar();}}class A {use Foo;}$a =newA();var_dump($a->bar);
Resulted in this output:
/php-src/Zend/zend_object_handlers.c:829:7: runtime error: member access within misaligned address 0xffffffffffffffff for type 'const zend_object_handlers' (aka 'const struct _zend_object_handlers'), which requires 8 byte alignment0xffffffffffffffff: note: pointer points here<memory cannot be printed>SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /php-src/Zend/zend_object_handlers.c:829:7 in
PHP Version
PHP 8.4.0-dev
Operating System
ubuntu 22.04