Page MenuHomePhorge

constant-case.lint-test
No OneTemporary

constant-case.lint-test

<?php
define('foo', 'bar');
const bar = 'baz';
class Foo {
const bar = 'baz';
}
~~~~~~~~~~
warning:2:8
warning:3:7
error:5:7
warning:6:9

File Metadata

Mime Type
text/x-php
Expires
Mon, Mar 24, 07:51 (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1259316
Default Alt Text
constant-case.lint-test (140 B)

Event Timeline