@@ -0,0 +1,18 @@
<?php
$a = "mario";
global $a;
test();
function test (){
print $a;
}
echo $a;
?>
The note is not visible to the blocked user.