File: wintestoutput3

package info (click to toggle)
php5 5.6.33%2Bdfsg-0%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 157,872 kB
  • sloc: ansic: 756,065; php: 22,030; sh: 12,311; cpp: 8,771; xml: 6,179; yacc: 1,564; exp: 1,514; makefile: 1,467; pascal: 1,147; awk: 538; perl: 315; sql: 22
file content (166 lines) | stat: -rw-r--r-- 2,440 bytes parent folder | download | duplicates (26)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
/^[\w]+/
    *** Failers
No match
    cole
No match

/^[\w]+/Lfrench
    cole
 0: cole

/^[\w]+/
    *** Failers
No match
    cole
No match

/^[\W]+/
    cole
 0: \xc9

/^[\W]+/Lfrench
    *** Failers
 0: *** 
    cole
No match

/[\b]/
    \b
 0: \x08
    *** Failers
No match
    a
No match

/[\b]/Lfrench
    \b
 0: \x08
    *** Failers
No match
    a
No match

/^\w+/
    *** Failers
No match
    cole
No match

/^\w+/Lfrench
    cole
 0: cole

/(.+)\b(.+)/
    cole
 0: \xc9cole
 1: \xc9
 2: cole

/(.+)\b(.+)/Lfrench
    *** Failers
 0: *** Failers
 1: *** 
 2: Failers
    cole
No match

/cole/i
    cole
 0: \xc9cole
    *** Failers
No match
    cole
No match

/cole/iLfrench
    cole
 0: cole
    cole
 0: cole

/\w/IS
Capturing subpattern count = 0
No options
No first char
No need char
Subject length lower bound = 1
Starting chars: 0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P 
  Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z 

/\w/ISLfrench
Capturing subpattern count = 0
No options
No first char
No need char
Subject length lower bound = 1
Starting chars: 0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P 
  Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z 
                                       
                                       
    

/^[\xc8-\xc9]/iLfrench
    cole
 0: 
    cole
 0: 

/^[\xc8-\xc9]/Lfrench
    cole
 0: 
    *** Failers 
No match
    cole
No match

/\W+/Lfrench
    >>>\xaa<<<
 0: >>>
    >>>\xba<<< 
 0: >>>

/[\W]+/Lfrench
    >>>\xaa<<<
 0: >>>
    >>>\xba<<< 
 0: >>>

/[^[:alpha:]]+/Lfrench
    >>>\xaa<<<
 0: >>>
    >>>\xba<<< 
 0: >>>

/\w+/Lfrench
    >>>\xaa<<<
 0: 
    >>>\xba<<< 
 0: 

/[\w]+/Lfrench
    >>>\xaa<<<
 0: 
    >>>\xba<<< 
 0: 

/[[:alpha:]]+/Lfrench
    >>>\xaa<<<
 0: 
    >>>\xba<<< 
 0: 
    
/[[:alpha:]][[:lower:]][[:upper:]]/DZLfrench 
------------------------------------------------------------------
        Bra
        [A-Za-z\x83\x8a\x8c\x8e\x9a\x9c\x9e\x9f\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\xff]
        [a-z\x83\x9a\x9c\x9e\xaa\xb5\xba\xdf-\xf6\xf8-\xff]
        [A-Z\x8a\x8c\x8e\x9f\xc0-\xd6\xd8-\xde]
        Ket
        End
------------------------------------------------------------------
Capturing subpattern count = 0
No options
No first char
No need char

/ End of testinput3 /