<?php class A{ public function __construct(){ echo 'Instance of A created' . PHP_EOL; } } class B{ protected function __construct(){ echo 'Instance of B created' . PHP_EOL; } } class C{ private function __construct(){ echo 'Instance of C created' . PHP_EOL; } }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`