PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Tests
/
Arrays
<?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 ); }
[+]
..
[-] DisallowLongArraySyntaxUnitTest.1.inc.fixed
[edit]
[-] DisallowLongArraySyntaxUnitTest.3.inc
[edit]
[-] DisallowLongArraySyntaxUnitTest.2.inc
[edit]
[-] DisallowShortArraySyntaxUnitTest.php
[edit]
[-] DisallowLongArraySyntaxUnitTest.2.inc.fixed
[edit]
[-] ArrayIndentUnitTest.inc.fixed
[edit]
[-] DisallowLongArraySyntaxUnitTest.php
[edit]
[-] DisallowShortArraySyntaxUnitTest.inc.fixed
[edit]
[-] ArrayIndentUnitTest.inc
[edit]
[-] ArrayIndentUnitTest.php
[edit]
[-] DisallowShortArraySyntaxUnitTest.inc
[edit]
[-] DisallowLongArraySyntaxUnitTest.1.inc
[edit]