( file_exists($dir) and is_dir($dir) or file_exists($file) and is_file($file) ) and $a>=5
if($a >= 5 && (file_exists($dir) || file_exists($file))) { }