📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-30 01:33:12
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Squiz
/
Tests
/
PHP
✏️
Editing: HeredocUnitTest.2.inc
<?php // Intentional parse error. // The following function has a simulated git conflict for testing. // This is not a merge conflict - it is a valid test case. // Please do not remove. function test() { $arr = array( 'a' => 'a' <<<<<<< HEAD 'b' => 'b' ======= 'c' => 'c' >>>>>>> master ); }
💾 Save Changes
❌ Cancel