Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2890130
array-comma.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
695 B
Referenced Files
None
Subscribers
None
array-comma.lint-test
View Options
<?php
array(1, 2, 3);
array(1, 2, 3,);
array(
1,
2,
3,
);
array(
1,
2,
3 // comment
);
array(
'foo',
array('foo')
);
array(
'foo' => <<<EOTEXT
This is some heredoc text.
EOTEXT
);
array(
1,
2,
3);
array(
1,
2,
3 /* comment */ );
array(
1,
2,
3, /* comment */ );
~~~~~~~~~~
advice:3:14
advice:12:3
advice:16:3
advice:26:3
advice:30:3
advice:34:20
~~~~~~~~~~
<?php
array(1, 2, 3);
array(1, 2, 3);
array(
1,
2,
3,
);
array(
1,
2,
3, // comment
);
array(
'foo',
array('foo'),
);
array(
'foo' => <<<EOTEXT
This is some heredoc text.
EOTEXT
);
array(
1,
2,
3,
);
array(
1,
2,
3, /* comment */
);
array(
1,
2,
3, /* comment */
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 13:06 (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1124900
Default Alt Text
array-comma.lint-test (695 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment