<?php class A { /* no constructor public function __construct() {} */ } class B { public function __construct() { die("DIE ME!"); } } $a = new A(new B());
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`