~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/prism/tests/languages/php/keyword_feature.test

  • Committer: Didier Roche
  • Date: 2016-05-10 23:09:11 UTC
  • Revision ID: didier.roche@canonical.com-20160510230911-c7xr490zrj3yrzxd
New version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
and or xor array
 
2
as break case
 
3
cfunction
 
4
class;
 
5
const continue
 
6
declare default
 
7
die do else
 
8
elseif enddeclare
 
9
endfor endforeach
 
10
endif endswitch
 
11
endwhile
 
12
extends;
 
13
for foreach function
 
14
include include_once
 
15
global if
 
16
new;
 
17
return
 
18
static switch
 
19
use;
 
20
require require_once
 
21
var while abstract
 
22
interface;
 
23
public
 
24
implements;
 
25
private
 
26
protected parent
 
27
throw null echo
 
28
print trait;
 
29
namespace;
 
30
final yield goto
 
31
instanceof;
 
32
finally
 
33
try catch
 
34
 
 
35
----------------------------------------------------
 
36
 
 
37
[
 
38
        ["keyword", "and"], ["keyword", "or"], ["keyword", "xor"], ["keyword", "array"],
 
39
        ["keyword", "as"], ["keyword", "break"], ["keyword", "case"],
 
40
        ["keyword", "cfunction"],
 
41
        ["keyword", "class"], ["punctuation", ";"],
 
42
        ["keyword", "const"], ["keyword", "continue"],
 
43
        ["keyword", "declare"], ["keyword", "default"],
 
44
        ["keyword", "die"], ["keyword", "do"], ["keyword", "else"],
 
45
        ["keyword", "elseif"], ["keyword", "enddeclare"],
 
46
        ["keyword", "endfor"], ["keyword", "endforeach"],
 
47
        ["keyword", "endif"], ["keyword", "endswitch"],
 
48
        ["keyword", "endwhile"],
 
49
        ["keyword", "extends"], ["punctuation", ";"],
 
50
        ["keyword", "for"], ["keyword", "foreach"], ["keyword", "function"],
 
51
        ["keyword", "include"], ["keyword", "include_once"],
 
52
        ["keyword", "global"], ["keyword", "if"],
 
53
        ["keyword", "new"], ["punctuation", ";"],
 
54
        ["keyword", "return"],
 
55
        ["keyword", "static"], ["keyword", "switch"],
 
56
        ["keyword", "use"], ["punctuation", ";"],
 
57
        ["keyword", "require"], ["keyword", "require_once"],
 
58
        ["keyword", "var"], ["keyword", "while"], ["keyword", "abstract"],
 
59
        ["keyword", "interface"], ["punctuation", ";"],
 
60
        ["keyword", "public"],
 
61
        ["keyword", "implements"], ["punctuation", ";"],
 
62
        ["keyword", "private"],
 
63
        ["keyword", "protected"], ["keyword", "parent"],
 
64
        ["keyword", "throw"], ["keyword", "null"], ["keyword", "echo"],
 
65
        ["keyword", "print"],
 
66
        ["keyword", "trait"], ["punctuation", ";"],
 
67
        ["keyword", "namespace"], ["punctuation", ";"],
 
68
        ["keyword", "final"], ["keyword", "yield"], ["keyword", "goto"],
 
69
        ["keyword", "instanceof"], ["punctuation", ";"],
 
70
        ["keyword", "finally"],
 
71
        ["keyword", "try"], ["keyword", "catch"]
 
72
]
 
73
 
 
74
----------------------------------------------------
 
75
 
 
76
Checks for comments.
 
 
b'\\ No newline at end of file'