1 | <?php |
||
16 | final class BaselineInstantiationBench |
||
17 | { |
||
18 | public function benchInstantiationOfEmptyObject() : void |
||
22 | |||
23 | public function benchInstantiationOfObjectWithPrivateProperties() : void |
||
27 | |||
28 | public function benchInstantiationOfObjectWithProtectedProperties() : void |
||
32 | |||
33 | public function benchInstantiationOfObjectWithPublicProperties() : void |
||
37 | |||
38 | public function benchInstantiationOfObjectWithMixedProperties() : void |
||
42 | } |
||
43 |