Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F12660208
space-after-control-keywords.lint-test
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
620 B
Referenced Files
None
Subscribers
None
space-after-control-keywords.lint-test
View Options
<?php
if($x) {}
else{}
for(;;) {}
foreach($x as $y) {}
while($x) {}
do{} while($x);
switch($x) {}
if ($x) {}
else if ($y) {}
else if ($z) {}
if ($x) {}
if
($x) {}
if ($x)
echo 100;
else
echo 10;
do
echo 1;
while(true);
~~~~~~~~~~
warning:2:1
warning:3:1
warning:4:1
warning:5:1
warning:6:1
warning:7:1
warning:7:6
warning:8:1
warning:13:3
warning:14:3
warning:23:1
~~~~~~~~~~
<?php
if ($x) {}
else {}
for (;;) {}
foreach ($x as $y) {}
while ($x) {}
do {} while ($x);
switch ($x) {}
if ($x) {}
else if ($y) {}
else if ($z) {}
if ($x) {}
if ($x) {}
if ($x)
echo 100;
else
echo 10;
do
echo 1;
while (true);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Nov 28, 15:37 (4 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1076764
Default Alt Text
space-after-control-keywords.lint-test (620 B)
Attached To
Mode
R118 Arcanist - fork
Attached
Detach File
Event Timeline
Log In to Comment