📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 18:19:57
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Tests
/
PHP
📍 /opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP
🔄 Refresh
✏️
Editing: NoSilencedErrorsUnitTest.inc
Read Only
<?php /** * @see something */ if (@in_array($array, $needle)) { echo '@'; } $hasValue = @in_array(haystack: $array, needle: $needle); // phpcs:set Generic.PHP.NoSilencedErrors error true $fileContent = @file_get_contents('non_existent_file.txt'); // phpcs:set Generic.PHP.NoSilencedErrors error false echo @$undefinedVariable;
💾 Save Changes
❌ Cancel