File manager - Edit - /opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/PHP/NoSilencedErrorsStandard.xml
Back
<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>
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0 |
proxy
|
phpinfo
|
Settings