First Draft of the Example Files
@@ -0,0 +1,7 @@
<?php
$a = "1000";
$b = "+1000";
if ($a == $b) echo "1";
if ($a === $b) echo "2";
?>
The note is not visible to the blocked user.