📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 13:11:05
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Docs
/
PHP
📍 /opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/PHP
🔄 Refresh
✏️
Editing: NoSilencedErrorsStandard.xml
Read Only
<documentation title="Silenced Errors"> <standard> <![CDATA[ Suppressing Errors is not allowed. ]]> </standard> <code_comparison> <code title="Valid: isset() is used to verify that a variable exists before trying to use it."> <![CDATA[ if (<em>isset($foo)</em> && $foo) { echo "Hello\n"; } ]]> </code> <code title="Invalid: Errors are suppressed."> <![CDATA[ if (<em>@</em>$foo) { echo "Hello\n"; } ]]> </code> </code_comparison> </documentation>
💾 Save Changes
❌ Cancel