<?php

function topKek(int $num): int {
	return $num+1;	
}

echo topKek(2);