Page MenuHomePhorge

array-index.lint-test
No OneTemporary

array-index.lint-test

<?php
$a []= 1;
$a[] = 1;
$a[]=1;
$a [] = 1;
~~~~~~~~~~
warning:2:3
warning:2:6
warning:4:5
warning:5:3
~~~~~~~~~~
<?php
$a[] = 1;
$a[] = 1;
$a[] = 1;
$a[] = 1;

File Metadata

Mime Type
text/x-php
Expires
Mon, Mar 24, 06:56 (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1256234
Default Alt Text
array-index.lint-test (161 B)

Event Timeline