Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3281614
space-around-operators.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
969 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:13:14
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
Sun, Mar 23, 23:57 (1 d, 5 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1258822
Default Alt Text
space-around-operators.lint-test (969 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment