DEBSOURCES
Skip Quicknav
sources / php8.4 / 8.4.16-1 / ext / opcache / tests / gh18534_preload.inc
12345678910111213
<?php trait DummyTrait { public ?string $dummyProperty2 { get => null; } } class DummyModel { use DummyTrait; }