📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-30 01:33:26
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Tests
/
PHP
✏️
Editing: NoSilencedErrorsUnitTest.inc
<?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