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