Lines Matching refs:constructor
10 echo "In constructor of class A\n";
16 echo "In constructor of class B with args $a, $b\n";
22 echo "In constructor of class C\n";
28 echo "In constructor of class D\n";
81 …ill not be constructors in a future version of PHP; A has a deprecated constructor in %s on line %d
82 In constructor of class A
83 In constructor of class A
89 In constructor of class B with args x, 123
92 Access to non-public constructor of class C
93 Access to non-public constructor of class D
96 Class E does not have a constructor, so you cannot pass any constructor arguments