function($st) { if ($bits = $this->parse($st)) { $res = []; foreach ($bits as $bit) { } return $res; } }