function __construct($completekey = 'tab', $stdin = false, $stdout = false) { $this->intro = sprintf(<<<EOT PHP %s (%s), on %s Type "help" for more information EOT , PHP_VERSION, PHP_SAPI, PHP_OS); parent::__construct($completekey, $stdin, $stdout); }