--TEST-- Bug #78986: Opcache segfaults when inheriting ctor from immutable into mutable class --FILE-- 'test' ]; } var_dump(new TestClass()); ?> --EXPECT-- object(TestClass)#1 (1) { ["test"]=> array(1) { [1]=> string(4) "test" } }