file = $file; $this->mode = $mode; $fd = $this->open(); $close = true; } parent::__construct($fd, $close, $throwOnError, $allowLocking); } }