@@ -122,8 +122,8 @@ Array
122
122
[1] => A
123
123
[2] => a
124
124
[3] => A
125
- [4] => ?
126
- [5] => ?
125
+ [4] => €
126
+ [5] => ÿ
127
127
[6] => %0
128
128
)
129
129
@@ -132,62 +132,62 @@ Iteration 0
132
132
- strcmp of 'a' and 'A' is => int(%d)
133
133
- strcmp of 'a' and 'a' is => int(0)
134
134
- strcmp of 'a' and 'A' is => int(%d)
135
- - strcmp of 'a' and '? ' is => int(-%d)
136
- - strcmp of 'a' and '? ' is => int(-%d)
135
+ - strcmp of 'a' and '€ ' is => int(-%d)
136
+ - strcmp of 'a' and 'ÿ ' is => int(-%d)
137
137
- strcmp of 'a' and '%0' is => int(%d)
138
138
139
139
Iteration 1
140
140
- strcmp of 'A' and 'a' is => int(-%d)
141
141
- strcmp of 'A' and 'A' is => int(0)
142
142
- strcmp of 'A' and 'a' is => int(-%d)
143
143
- strcmp of 'A' and 'A' is => int(0)
144
- - strcmp of 'A' and '? ' is => int(-%d)
145
- - strcmp of 'A' and '? ' is => int(-%d)
144
+ - strcmp of 'A' and '€ ' is => int(-%d)
145
+ - strcmp of 'A' and 'ÿ ' is => int(-%d)
146
146
- strcmp of 'A' and '%0' is => int(%d)
147
147
148
148
Iteration 2
149
149
- strcmp of 'a' and 'a' is => int(0)
150
150
- strcmp of 'a' and 'A' is => int(%d)
151
151
- strcmp of 'a' and 'a' is => int(0)
152
152
- strcmp of 'a' and 'A' is => int(%d)
153
- - strcmp of 'a' and '? ' is => int(-%d)
154
- - strcmp of 'a' and '? ' is => int(-%d)
153
+ - strcmp of 'a' and '€ ' is => int(-%d)
154
+ - strcmp of 'a' and 'ÿ ' is => int(-%d)
155
155
- strcmp of 'a' and '%0' is => int(%d)
156
156
157
157
Iteration 3
158
158
- strcmp of 'A' and 'a' is => int(-%d)
159
159
- strcmp of 'A' and 'A' is => int(0)
160
160
- strcmp of 'A' and 'a' is => int(-%d)
161
161
- strcmp of 'A' and 'A' is => int(0)
162
- - strcmp of 'A' and '? ' is => int(-%d)
163
- - strcmp of 'A' and '? ' is => int(-%d)
162
+ - strcmp of 'A' and '€ ' is => int(-%d)
163
+ - strcmp of 'A' and 'ÿ ' is => int(-%d)
164
164
- strcmp of 'A' and '%0' is => int(%d)
165
165
166
166
Iteration 4
167
- - strcmp of '? ' and 'a' is => int(%d)
168
- - strcmp of '? ' and 'A' is => int(%d)
169
- - strcmp of '? ' and 'a' is => int(%d)
170
- - strcmp of '? ' and 'A' is => int(%d)
171
- - strcmp of '? ' and '? ' is => int(0)
172
- - strcmp of '? ' and '? ' is => int(-%d)
173
- - strcmp of '? ' and '%0' is => int(%d)
167
+ - strcmp of '€ ' and 'a' is => int(%d)
168
+ - strcmp of '€ ' and 'A' is => int(%d)
169
+ - strcmp of '€ ' and 'a' is => int(%d)
170
+ - strcmp of '€ ' and 'A' is => int(%d)
171
+ - strcmp of '€ ' and '€ ' is => int(0)
172
+ - strcmp of '€ ' and 'ÿ ' is => int(-%d)
173
+ - strcmp of '€ ' and '%0' is => int(%d)
174
174
175
175
Iteration 5
176
- - strcmp of '? ' and 'a' is => int(%d)
177
- - strcmp of '? ' and 'A' is => int(%d)
178
- - strcmp of '? ' and 'a' is => int(%d)
179
- - strcmp of '? ' and 'A' is => int(%d)
180
- - strcmp of '? ' and '? ' is => int(%d)
181
- - strcmp of '? ' and '? ' is => int(0)
182
- - strcmp of '? ' and '%0' is => int(%d)
176
+ - strcmp of 'ÿ ' and 'a' is => int(%d)
177
+ - strcmp of 'ÿ ' and 'A' is => int(%d)
178
+ - strcmp of 'ÿ ' and 'a' is => int(%d)
179
+ - strcmp of 'ÿ ' and 'A' is => int(%d)
180
+ - strcmp of 'ÿ ' and '€ ' is => int(%d)
181
+ - strcmp of 'ÿ ' and 'ÿ ' is => int(0)
182
+ - strcmp of 'ÿ ' and '%0' is => int(%d)
183
183
184
184
Iteration 6
185
185
- strcmp of '%0' and 'a' is => int(-%d)
186
186
- strcmp of '%0' and 'A' is => int(-%d)
187
187
- strcmp of '%0' and 'a' is => int(-%d)
188
188
- strcmp of '%0' and 'A' is => int(-%d)
189
- - strcmp of '%0' and '? ' is => int(-%d)
190
- - strcmp of '%0' and '? ' is => int(-%d)
189
+ - strcmp of '%0' and '€ ' is => int(-%d)
190
+ - strcmp of '%0' and 'ÿ ' is => int(-%d)
191
191
- strcmp of '%0' and '%0' is => int(0)
192
192
193
193
*** comparing the strings in an
0 commit comments