function __construct($a, &$caller) { parent::__construct($a, $caller); }
function __construct() { parent::__construct(array(), new \StdClass()); }