function walk(&$a)
 {
     $this->line = '';
     $this->lastHash = 0;
     parent::walk($a);
     '' !== $this->line && $this->dumpLine(0);
 }