H = new Doku_Handler(); $this->P = new Parser($this->H); } function tearDown() : void { unset($this->P); unset($this->H); } } function stripByteIndex($call) { unset($call[2]); if ($call[0] == "nest") { $call[1][0] = array_map('stripByteIndex',$call[1][0]); } return $call; }