Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2889831
array-value.lint-test
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
480 B
Referenced Files
None
Subscribers
None
array-value.lint-test
View Options
<?php
array(
1, 2, 3,
);
array(
'foo' => 'bar', 'bar' => 'baz',
);
array(
1, /* quack */ 2, /* quack */3,
);
array(
/* OPEN */ 1,
/* CLOSED */ 2,
);
array('quack',
);
~~~~~~~~~~
warning:4:5
warning:4:8
warning:8:18
warning:12:17
warning:12:32
warning:20:7
~~~~~~~~~~
<?php
array(
1,
2,
3,
);
array(
'foo' => 'bar',
'bar' => 'baz',
);
array(
1, /* quack */
2, /* quack */
3,
);
array(
/* OPEN */ 1,
/* CLOSED */ 2,
);
array(
'quack',
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 12:42 (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1124689
Default Alt Text
array-value.lint-test (480 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment