Final
@@ -1,13 +0,0 @@
<?php
echo test();
echo "<br><br>";
function test()
{
static $count = 0;
echo $count;
$count++;
}
?>
The note is not visible to the blocked user.