Page MenuHomePhorge

php53-features.lint-test
No OneTemporary

php53-features.lint-test

<?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

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)

Event Timeline