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
Mar 24 2025, 07:51 (6 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1259316
Default Alt Text
constant-case.lint-test (140 B)

Event Timeline