Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F21401634
space-around-more-operators.lint-test
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
485 B
Referenced Files
None
Subscribers
None
space-around-more-operators.lint-test
View Options
<?php
$a.$b;
$a . $b;
$a. $b;
$a .$b;
$a.
$b;
array($x => $y);
array($x=>$y);
array($x =>$y);
array($x=> $y);
array(
$x => $y,
);
array(
$x =>
$y,
);
array(
$x=>$y,
);
~~~~~~~~~~
warning:3:3
warning:3:5
warning:4:4
warning:5:3
warning:10:9
warning:11:10
warning:12:9
warning:22:5
~~~~~~~~~~
<?php
$a.$b;
$a.$b;
$a.$b;
$a.$b;
$a.
$b;
array($x => $y);
array($x => $y);
array($x => $y);
array($x => $y);
array(
$x => $y,
);
array(
$x =>
$y,
);
array(
$x => $y,
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 31, 4:02 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
16397507
Default Alt Text
space-around-more-operators.lint-test (485 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment