Skip to content

Commit 0af47cd

Browse files
committed
Remove test ceses from tests/language-constructs.php
1 parent 8c07fe3 commit 0af47cd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/language-constructs.php

-4
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
endwhile;
3939
eval();
4040
exit();
41-
extends ClassName;
4241
final;
4342
finally;
4443
for;
@@ -47,14 +46,12 @@ function;
4746
global;
4847
goto;
4948
if;
50-
implements ClassName;
5149
include;
5250
include_once;
5351
instanceof ClassName;
5452
insteadof ClassName;
5553
isset();
5654
list();
57-
namespace ClassName;
5855
new ClassName;
5956
print;
6057
private;
@@ -68,7 +65,6 @@ function;
6865
throw;
6966
try;
7067
unset();
71-
use ClassName;
7268
var;
7369
while;
7470
xor;

0 commit comments

Comments
 (0)