Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F12660212
tautological-expressions.lint-test
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
365 B
Referenced Files
None
Subscribers
None
tautological-expressions.lint-test
View Options
<?php
if ($x == $x) {
}
if ($x->m(3) < $x->m(3)) {
}
if ($y[2] - $y[2]) {
}
if ($x == $y) {
}
// See xhpast 0.54 -> 0.55.
return $a->sub->value < $b->sub->value;
$skip_cache = true || $some_complicated_expression;
$skip_cache = $a || $b;
$skip_cache = false && something();
$skip_cache = f();
~~~~~~~~~~
error:3:5
error:6:5
error:9:5
error:18:15
error:20:15
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Nov 28, 15:37 (3 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1076516
Default Alt Text
tautological-expressions.lint-test (365 B)
Attached To
Mode
R118 Arcanist - fork
Attached
Detach File
Event Timeline
Log In to Comment