📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 07:03:43
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Tests
/
Arrays
📍 /opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Arrays
🔄 Refresh
✏️
Editing: DisallowLongArraySyntaxUnitTest.2.inc.fixed
Read Only
<?php $var = []; // The following function has a simulated git conflict for testing. // This is not a merge conflict - it is a valid test case to test handling of arrays without associated closer. // Please do not remove. function test() { $arr = array( 'a' => 'a', <<<<<<< HEAD 'b' => 'b' ======= 'c' => 'c' >>>>>>> master ); }
💾 Save Changes
❌ Cancel