";
}
if (hash("sha256", trim($out1[count($out1)-1]), false) === trim($cachedres)) {
echo(trim($cachedres)."
");
echo(PHP_EOL . "good: php cache result verified." . PHP_EOL);
} else {
echo("
" . PHP_EOL . "attention, php cache result is uncoherent!" . PHP_EOL);
}