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