What is the difference between these two function calls in PHP?
init_get($somevariable); @init_get($somevariable);
It silences errors and warnings. See Error Control Operators.