I\'ve seen function calls preceded with an at symbol to switch off warnings. Today I was skimming some code and found this:
$hn = @$_POST[\'hn\'];
It suppresses warnings if $_POST['something'] is not defined.