When a 0 length template is loaded PHP sends a warning.
"Warning: fread(): Length parameter must be greater than 0 in (...)"
The warning comes from the metehod "compileFile", in the line
"$this->templateInfo['code'] = $code = fread($fp, filesize($templateFilepath));" in the Parser.php file