Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3294905
php53-features.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
342 B
Referenced Files
None
Subscribers
None
php53-features.lint-test
View Options
<?php
namespace a;
use b, c;
f(function() {});
g(function() use ($c) {});
h(function /* ! */ () use ($c) {});
static::m();
1 ? 1 : 2;
1 ?: 2;
$a = 'stdClass';
$a::m();
echo __DIR__;
~~~~~~~~~~
error:3:1
error:4:5
error:5:3
error:6:3
error:7:3
error:8:1
error:10:1
error:13:6
~~~~~~~~~~
~~~~~~~~~~
{"config": {"xhpast.php-version": "5.2.3"}}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Mar 26, 23:50 (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1260490
Default Alt Text
php53-features.lint-test (342 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment