Page MenuHomePhorge

creative-brace-use.lint-test
No OneTemporary

creative-brace-use.lint-test

<?php
function f() {
}
function g()
{
}
if (1)
{}
foreach (x() as $y)
{}
while (1)
{}
switch (1)
{}
try
{}
catch (Exception $x)
{}
function h(){}
~~~~~~~~~~
warning:7:13
warning:12:7
warning:15:20
warning:18:10
warning:21:11
warning:24:4
warning:26:21
warning:29:13
~~~~~~~~~~
<?php
function f() {
}
function g() {
}
if (1) {}
foreach (x() as $y) {}
while (1) {}
switch (1) {}
try {}
catch (Exception $x) {}
function h() {}

File Metadata

Mime Type
text/x-php
Expires
Sun, Mar 23, 22:30 (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1233982
Default Alt Text
creative-brace-use.lint-test (444 B)

Event Timeline