-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsitemap.xml
570 lines (570 loc) · 18.6 KB
/
sitemap.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/method_not_property_name_must_be_string.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/static_properties.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/new_and_parenthesis.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/fluent_function.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/isset_on_expression.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/constant_redefinition.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/no-constant-in-string.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/return_int_not_bool.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/by_reference_errors.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/call_function_with_strings.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/non-empty-match.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/named_sqlite3_in_memory.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/variable_creation.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/all_cases.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/unicode_comments.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/datetime_and_year.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/escaped_regex.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/every_anonymous_class.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/instanceof_with_variable.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/undefined_variable.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/compatible-signature.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/private_is_relaxed.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/class_implements_no_more.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/variadic_are_typed_and_defaulted.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/array_column_to_hash.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/array_is_custom.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/array_is_not_an_array.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/array_map_assoc.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/array_map_to_the_max.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/typed_array.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/initialize_readonly_on_child.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/silent_optimisation.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/array_syntax_on_string.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/no_force_object_to_string.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/invoke_and_properties.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/constructor_needed.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/self-referencing-constants.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/deanonymize-class.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/noscream-on-ellipsis.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/incompatible-promoted-readonlies.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/where-is-the-semicolon.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/self-as-attribute.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/microtimes.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/promoted_compatibility.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/enum_are_not_linted.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/sorting_with_minus.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/override_with_interface.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/send_to_generator.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/php_integer_format.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/compatible_interface.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/no_cast_in_constant_expression.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/self_invoking.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/no_child_with_attribute.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/dynamic_class_constant.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/function_function.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/match_multiple_values.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/interface_constant_conflict.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/foreach_skips_uninitialized.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/cast_and_power.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/attribute_without_class.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/class_is_valid_class.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/precision.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/store_float_as_index.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/case_insensitive_cast.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/this_this.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/no-type-but-string.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/no_unknown_for_array_merge.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/no-returntype-enforced.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/as-as-as.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/no_dnf_for_catch.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/new_on_object.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/unfinished_class.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/yield_not_return_by_reference.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/enum_exists.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/no_semi_colon_in_sight.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/glob_with_hidden_files.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/file_append_contents.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/array_reduce.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/this_is_not_the_current_class.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/class_constant_different_types.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/no_change_to_this.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/file_put_array.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/get_the_generator.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/redefine_native_functions.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/static_cannot_call_non_static.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/before_after.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/cast_is_strong.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/roman_loops.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/finally_catches_exception.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/abstract_again.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/always_compatible_variadic.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/yield_not_return.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/try-catch-finally.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/nullAsArray.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/sensitiveParameter.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/no_property_in_interface.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/uncallable_function.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/easy_wither.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/array_is_full.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/const_without_parenthesis.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/cast_are_case_insensitive.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/not_same_error.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/when_space_matters.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/array_array_array.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/yield_cannot_never.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/class_invasion_reciproque.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/typed_by_enum.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/reference_on_static.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/scalar_types_are_unqualified.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/array_append.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/coalesce_is_null.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/class_alias_alias.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/mixed_and_no_type.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/abstract_constant.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/static_static_property.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/attributes_for_all.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/run_any_phar_file.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/static_outside_method.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/enum_case_comparisons.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/all_static_curly_syntaxes.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/no_empty_function.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/while_i_--.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/unexpected_keys.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/recursive_yield.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/documenting_parameter.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/catch_is_optional.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/void_parameter.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/unset_properties.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/multipleAliases.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/plus_plus_minus_minus.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/when_a_constant_is_impossible.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/constant_are_mutable.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/quick-dto.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/stealth-generator.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/quick_serialize.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/clone_clone_clone.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/readonly_and_private.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/interface_exceptions.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/exp_minus_one.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/infinite_is_reachable.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/squared_negative.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/negating_a_variable.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/numeric_separator_string.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/confusing_identifier.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/relaxed_syntax_with_const.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/closure_to_call.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/static_get_this.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/array_intersect_uassoc_insensitive.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/class_and_constants.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/dont_forget_yield.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/phptip-1.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/foreach_same_keys.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/battle_of_definitions.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/variadic_all_yield.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/refactor_str_pos.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/is_a_and_instanceof.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/export_properties.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/cast_to_int.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/returntypewillchange_for_all.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/URL_as_comments.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/coalesce_and_assignation.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/missing_methods_are_fatal.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/initialize_with_coalesce.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/keys_are_integers.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/fastest_stdclass_creation.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/elephpant.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/internal_static_call.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/strict_types_exceptions.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/playing_with_the_limit.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/constructor_consistency.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/object_is_not_a_type.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/forgotten_throw.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/keywords_in_namespaces.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/variable_optimisation.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/self_in_interface.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/instanceof_class.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/stdclass_tracking.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/misplaced_parenthesis.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/check_for_names.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/int_back_to_negative.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/not_all_strings.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/recursive_arrow_function.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/null_equal_false.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/recursive_closure.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/cast_precedence.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/enum_as_name.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/type_is_not_available.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/namespace_stack.html</loc>
</url>
<url>
<loc>https://php-tips.readthedocs.io/en/latest/tips/catch_interfaces.html</loc>
</url>
</urlset>