?????????? ????????? - ??????????????? - /opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/PHP/NoSilencedErrorsStandard.xml
???????
<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.6 |
Github
|
.
| PHP 8.2.30 | ??????????? ?????????: 0 |
proxy
|
phpinfo
|
???????????