Lines Matching refs:__construct
8 function __construct()
16 function __construct()
19 parent::__construct();
32 private function __construct()
47 function __construct()
50 parent::__construct();
64 Derived::__construct()
65 Test::__construct()
66 TestPriv::__construct()
67 DerivedPriv::__construct()
69 Fatal error: Uncaught Error: Cannot call private TestPriv::__construct() in %sctor_visibility.php:%d
71 #0 %s(%d): DerivedPriv->__construct()