Lines Matching refs:final
2 GH-13177 (PHP 8.3.2: final private constructor not allowed when used in trait)
7 final private function __construct() {}
10 final class Foo1 {
14 final class Foo2 {
16 __construct as final;
22 __construct as final;
27 private final function test() {}
45 Warning: Private methods cannot be final as they are never overridden by other classes in %s on lin…
46 Method [ <user, ctor> final private method __construct ] {
50 Method [ <user, ctor> final private method __construct ] {
54 Method [ <user, ctor> final private method __construct ] {
58 Method [ <user, ctor> final private method __construct ] {
63 Fatal error: Cannot override final method Foo3::__construct() in %s on line %d