Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7862219
space-around-operators.lint-test
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
961 B
Referenced Files
None
Subscribers
None
space-around-operators.lint-test
View Options
<?php
$a + $b;
$a+$b;
$a +$b;
$a+ $b;
$a = -$b;
$a=-$b;
$a-=$b;
$a -=$b;
$a-= $b;
$a===$b;
$a.$b;
function x($n=null) { }
function x($n = null) { }
$y /* ! */ += // ?
$z;
$obj->method();
Dog::bark();
$prev = ($total == 1) ? $navids[0] : $navids[$total-1];
$next = ($total == 1) ? $navids[0] : $navids[$current+1];
if ($x instanceof z &&$w) { }
if ($x instanceof z && $w) { }
f(1,2);
~~~~~~~~~~
warning:3:3
warning:4:4
warning:5:3
warning:7:3
warning:8:3
warning:9:4
warning:10:3
warning:11:3
warning:20:52
warning:21:54
warning:22:21
warning:24:4
~~~~~~~~~~
<?php
$a + $b;
$a + $b;
$a + $b;
$a + $b;
$a = -$b;
$a = -$b;
$a -= $b;
$a -= $b;
$a -= $b;
$a === $b;
$a.$b;
function x($n=null) { }
function x($n = null) { }
$y /* ! */ += // ?
$z;
$obj->method();
Dog::bark();
$prev = ($total == 1) ? $navids[0] : $navids[$total - 1];
$next = ($total == 1) ? $navids[0] : $navids[$current + 1];
if ($x instanceof z && $w) { }
if ($x instanceof z && $w) { }
f(1, 2);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 13, 20:16 (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
876931
Default Alt Text
space-around-operators.lint-test (961 B)
Attached To
Mode
R118 Arcanist - fork
Attached
Detach File
Event Timeline
Log In to Comment