See https://discourse.phabricator-community.org/t/deprecation-warning-on-every-phabricator-page/3365.
Recent versions of PHP apparently raise a deprecation warning for calls to get_magic_quotes_gpc(). We only call this to test if we need to raise a warning ourselves, and can likely silence it with @.