opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Tests
/
PHP
➕ New
📤 Upload
✎ Editing:
NoSilencedErrorsUnitTest.inc
← Back
<?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
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel