Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3282404
parens-hug-contents.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
964 B
Referenced Files
None
Subscribers
None
parens-hug-contents.lint-test
View Options
<?php
if ( $x ) {}
f( );
q( );
g();
if ($x) {} else if ( $y ) {}
$obj->m(
$x,
$y,
$z);
for ( $ii = 0; $ii < 1; $ii++ ) {}
foreach ( $x as $y ) {}
function q( $x ) {}
final class X {
public function f( $y ) {}
}
foreach ( $z as $k => $v ) {}
some_call( /* respect authorial intent */ $b,
$a // if comments are present
);
~~~~~~~~~~
warning:3:5
warning:3:8
warning:4:3
warning:5:3
warning:7:21
warning:7:24
warning:13:6
warning:13:30
warning:14:10
warning:14:19
warning:15:12
warning:15:15
disabled:16:1
error:16:13 XHP19 Class-Filename Mismatch
warning:17:21
warning:17:24
warning:19:10
warning:19:25
~~~~~~~~~~
<?php
if ($x) {}
f();
q();
g();
if ($x) {} else if ($y) {}
$obj->m(
$x,
$y,
$z);
for ($ii = 0; $ii < 1; $ii++) {}
foreach ($x as $y) {}
function q($x) {}
final class X {
public function f($y) {}
}
foreach ($z as $k => $v) {}
some_call( /* respect authorial intent */ $b,
$a // if comments are present
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Mar 24, 07:51 (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1230068
Default Alt Text
parens-hug-contents.lint-test (964 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment