@@ -135,85 +135,85 @@ $EXPECTED_OUTPUT_FLOAT_OFFSETS_REGEX = '/^' . expectf_to_regex(EXPECTF_OUTPUT_FL
135135const EXPECTF_OUTPUT_FLOAT_OOB_OFFSETS = <<<OUTPUT
136136Read before write:
137137
138- Warning: non-representable float %F was cast to int in %s on line %d
138+ Warning: The float %F is not representable as an int, cast occurred in %s on line %d
139139
140140Warning: Undefined array key 0 in %s on line %d
141141NULL
142142Write:
143143
144- Warning: non-representable float %F was cast to int in %s on line %d
144+ Warning: The float %F is not representable as an int, cast occurred in %s on line %d
145145Read:
146146
147- Warning: non-representable float %F was cast to int in %s on line %d
147+ Warning: The float %F is not representable as an int, cast occurred in %s on line %d
148148int(5)
149149Read-Write:
150150
151- Warning: non-representable float %F was cast to int in %s on line %d
151+ Warning: The float %F is not representable as an int, cast occurred in %s on line %d
152152isset():
153153
154- Warning: non-representable float %F was cast to int in %s on line %d
154+ Warning: The float %F is not representable as an int, cast occurred in %s on line %d
155155bool(true)
156156empty():
157157
158- Warning: non-representable float %F was cast to int in %s on line %d
158+ Warning: The float %F is not representable as an int, cast occurred in %s on line %d
159159bool(false)
160160null coalesce:
161161
162- Warning: non-representable float %F was cast to int in %s on line %d
162+ Warning: The float %F is not representable as an int, cast occurred in %s on line %d
163163int(25)
164164Reference to dimension:
165165
166- Warning: non-representable float %F was cast to int in %s on line %d
166+ Warning: The float %F is not representable as an int, cast occurred in %s on line %d
167167Value of reference:
168168int(25)
169169Value of container dimension after write to reference (should be int(100) if successful):
170170
171- Warning: non-representable float %F was cast to int in %s on line %d
171+ Warning: The float %F is not representable as an int, cast occurred in %s on line %d
172172int(100)
173173unset():
174174
175- Warning: non-representable float %F was cast to int in %s on line %d
175+ Warning: The float %F is not representable as an int, cast occurred in %s on line %d
176176Nested read:
177177
178- Warning: non-representable float %F was cast to int in %s on line %d
178+ Warning: The float %F is not representable as an int, cast occurred in %s on line %d
179179
180180Warning: Undefined array key 0 in %s on line %d
181181
182182Warning: Trying to access array offset on null in %s on line 74
183183NULL
184184Nested write:
185185
186- Warning: non-representable float %F was cast to int in %s on line %d
186+ Warning: The float %F is not representable as an int, cast occurred in %s on line %d
187187
188- Warning: non-representable float %F was cast to int in %s on line %d
188+ Warning: The float %F is not representable as an int, cast occurred in %s on line %d
189189Nested Read-Write:
190190
191- Warning: non-representable float %F was cast to int in %s on line %d
191+ Warning: The float %F is not representable as an int, cast occurred in %s on line %d
192192
193- Warning: non-representable float %F was cast to int in %s on line %d
193+ Warning: The float %F is not representable as an int, cast occurred in %s on line %d
194194Nested isset():
195195
196- Warning: non-representable float %F was cast to int in %s on line %d
196+ Warning: The float %F is not representable as an int, cast occurred in %s on line %d
197197
198- Warning: non-representable float %F was cast to int in %s on line %d
198+ Warning: The float %F is not representable as an int, cast occurred in %s on line %d
199199bool(true)
200200Nested empty():
201201
202- Warning: non-representable float %F was cast to int in %s on line %d
202+ Warning: The float %F is not representable as an int, cast occurred in %s on line %d
203203
204- Warning: non-representable float %F was cast to int in %s on line %d
204+ Warning: The float %F is not representable as an int, cast occurred in %s on line %d
205205bool(false)
206206Nested null coalesce:
207207
208- Warning: non-representable float %F was cast to int in %s on line %d
208+ Warning: The float %F is not representable as an int, cast occurred in %s on line %d
209209
210- Warning: non-representable float %F was cast to int in %s on line %d
210+ Warning: The float %F is not representable as an int, cast occurred in %s on line %d
211211int(30)
212212Nested unset():
213213
214- Warning: non-representable float %F was cast to int in %s on line %d
214+ Warning: The float %F is not representable as an int, cast occurred in %s on line %d
215215
216- Warning: non-representable float %F was cast to int in %s on line %d
216+ Warning: The float %F is not representable as an int, cast occurred in %s on line %d
217217
218218OUTPUT ;
219219
0 commit comments