public function handle($match, $state, $pos, Doku_Handler $handler) { $data = array(); // FIXME: Do your handling return $data + array('bytepos_start' => $pos, 'bytepos_end' => $pos + strlen($match)); }