We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c07fe3 commit 0af47cdCopy full SHA for 0af47cd
tests/language-constructs.php
@@ -38,7 +38,6 @@
38
endwhile;
39
eval();
40
exit();
41
-extends ClassName;
42
final;
43
finally;
44
for;
@@ -47,14 +46,12 @@ function;
47
46
global;
48
goto;
49
if;
50
-implements ClassName;
51
include;
52
include_once;
53
instanceof ClassName;
54
insteadof ClassName;
55
isset();
56
list();
57
-namespace ClassName;
58
new ClassName;
59
print;
60
private;
@@ -68,7 +65,6 @@ function;
68
65
throw;
69
66
try;
70
67
unset();
71
-use ClassName;
72
var;
73
while;
74
xor;
0 commit comments