Any examples? The @ operator is the error suppression operator, so if it is used, it would be when calling the function, not when defining them (except in the implementation of the function itself).
That said, I recommend not suppressing errors with @, but setting display_errors to off in php.ini and logging errors instead.