-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsitemap.xml
More file actions
687 lines (687 loc) · 25.9 KB
/
sitemap.xml
File metadata and controls
687 lines (687 loc) · 25.9 KB
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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/absolute_array.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/absoluteArrayName.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/abstractPrivateMethodInTrait.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/accessTraitsDirectly.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/aliasReplace.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/anonymousSignature.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/array_key_existsOnObjects.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/array_merge_and_variadic.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/array_negative_id.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/array_next_id.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/array_with_string_initialisation.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/arrayProdChecks.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/arraySumChecks.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/assertIsReserved.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/assertThrows.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/autoInitializeArrayFromBool.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/autoload.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/backed_enum_constant_check.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/backtick.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/bitshiftConcatPrecedence.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/BooleanAsArray.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/callingNonStaticMethodStatically.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/callToTraitProperty.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/callTraitAlone.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/case-with-semicolon.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/caseInsensitiveDefine.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/castInConst.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/CatchNoVariable.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/ceilStrictMode.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/classAliasWithInternalClass.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/ClassOnIdentifier.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/ClassUnderscore.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/cloneConstant.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/cloneReadonly.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/compactThrowsNotice.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/constantFromInterfaceVisibilityCheck.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/ConstantInTrait.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/constWithObjects.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/contravarianceParameter.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/convert_uuencode.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/countUncountable.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/covarianceReturntype.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/creatingObjectOnNull.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/curl_init.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/curly_braces.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/datetimeWithMultipleSigns.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/deprecatedConstant.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/destructuringNonArray.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/die-exit-functions.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/dirWithNull.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/dollar_curly_expression.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/dotAndBitshift.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/dotAndMinus.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/dotAndPlus.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/duplicateStaticDefinition.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/dynamicClassConstant.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/dynamicProperties.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/e_strict.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/E_USER_ERROR.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/each.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/enforceNativeReturnType.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/enforceSplReturnType.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/EvalWithouTry.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/explodeWithEmptyString.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/explodeWithNull.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/exportReflection.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/file_get_contents.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/filessytemiteratorSkipDot.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/finalClassConstants.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/finalMethodInTrait.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/finalPromotedProperties.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/finfo_open.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/FloatAsArray.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/fputcsvEscape.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/func_get_arg.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/generatorDontReturn.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/get_called_class_outside_class.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/get_classWithoutArgument.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/get_defined_functions.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/getObjectVars.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/globalDynamicVariable.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/GLOBALSAssignement.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/GLOBALSCopy.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/heredoc_in_array.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/htmlspecialchars81.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/http_build_query_and_enum.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/http_response_header.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/implicitConversionToInt.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/implicitNullable.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/imploderOrder.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/inArrayStringIng.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/inArrayZeroString.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/incrementNonAlphanumeric.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/incrementOnBoolean.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/indirectModificationInClone.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/inegalityComparison.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/initReadonlyInChild.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/instanceofExpectObjects.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/IntAsArray.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/interfaceConstantVisibilityCheck.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/InterpolatedStringDereferencing.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/InterpolatedStringMethodcall.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/intSilentConversion.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/InvalidBaseCharacter.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/issetWithConstant.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/iteratorsArray.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/jsonSerialize.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/keywordInNamespace.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/krsort.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/ksort-regular.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/ksort.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/libxml_disable_entity_loader.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/linted_enum.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/liskovPrinciple.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/magicConstantInClosure.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/matchKeyword.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/maxOnEmpty.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/maxOnEmptyArray.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/maxOnStringAndInt.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/mb_convert_encoding.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/mb_ereg_replaceWithInteger.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/mb_strrpos.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/minOnEmpty.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/minOnEmptyArray.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/mixedKeyword.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/MultilineQualifiedName.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/named_parameters_and_variadic.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/negativeIndex.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/negativeOffsetOnStrings.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/nestedAttributes.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/neverArrowFunction.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/neverKeyword.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/new_then_invoke.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/newCasesInSwitch.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/newThenMethodCall.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/nonArrayWithSleep.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/nonCanonicalCast.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/nonStaticMethodCalledStatically.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/NoReferenceToGLOBALS.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/NotAClosure.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/NullAsArray.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/NullAsArrayOffset.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/NullWithArrayKeyExists.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/octalNonConvertible.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/OldConstructors.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/oldStyleConstructor.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/onlyFirstByte.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/OptionalParameterLast.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/orphanedParent.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/parentInCallable.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/passingObjectIsDeprecated.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/php_errormsg.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/plusConcatPrecedence.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/printfWarning.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/rangeSingleByteString.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/rangeWithAllStrings.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/rangeWithIntAndString.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/real_cast.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/recursiveComparison.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/reflection_self.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/reflection_static.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/relativeCallable.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/relaxed_private.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/return_reference_on_void.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/returnTypeEnforce.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/roundParameterValidation.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/selfInCallable.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/set_state_must_be_static.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/setExceptionHandlerType.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/setlocale_with_float.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/sort.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/sortClosureReturnType.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/spaces_in_namespaces.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/spaceship.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/splfixedarray.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/staticClosureBinding.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/staticInCallable.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/staticInInheritedMethods.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/staticTraitStorage.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/staticVariableWithArbitraryDefault.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/staticWithReference.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/str_pos.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/str_replaceChecksArguments.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/str_replaceOnArraysOfObjects.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/str_replaceOnArraysOfThings.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/strftime.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/stringIncrement.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/stringIntegerComparison.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/stringsBiggerThanIntegers.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/strpos-and-offset.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/strposTypeError.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/strposValueError.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/strposWithFalse.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/strposWithInteger.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/strposWithNull.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/strposWithNullHaystack.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/strsplit.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/strsplitnegativelength.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/substrReturnsEmptyStringOnOutOfBondOffset.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/switchComparison.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/tempnamLength.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/tentativeStaticWithDatetime.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/ternaryAssociativity.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/thisMustBeInObject.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/throwIsAnExpression.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/toStringCanThrow.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/trailingCommaInArguments.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/trailingCommaInCalls.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/traitWithConstants.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/typedClassConstant.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/UnbindingThis.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/undefinedConstants.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/unpack_arrays.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/unpack_arrays_with_strings.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/unserialize_checks.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/unserialize_max_depth.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/unserialize_notice.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/unserialize_S.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/unset_cast.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/var_export.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/var_export_stdclass.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/version_compare.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/vsprintfRequiresAnArray.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/vsprintfReturnsEmptyString.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/while_list_each.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/yield_comment_from.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/mustYieldIntOrStringKeys.html</loc>
</url>
<url>
<loc>https://php-changed-behaviors.readthedocs.io/en/latest/behavior/zeroToNegativePower.html</loc>
</url>
</urlset>