📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 10:16:27
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Squiz
/
Tests
/
Arrays
📍 /opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Arrays
🔄 Refresh
✏️
Editing: ArrayDeclarationUnitTest.4.inc.fixed
Read Only
<?php // Intentional parse error (missing T_AS in foreach). // This should be the only test in this file. // Testing that the code preventing the sniff to act on short lists inside a foreach doesn't // interfere with the rest of sniff when the `as` keyword is missing. foreach ([$a, $b])
💾 Save Changes
❌ Cancel