Lines Matching refs:__construct
7 final private function __construct() {}
16 __construct as final;
22 __construct as final;
31 use TraitNonConstructor { test as __construct; }
36 echo $rc->getMethod("__construct"), "\n";
40 private function __construct() {}
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