-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindexnow.php
More file actions
280 lines (280 loc) · 22.6 KB
/
indexnow.php
File metadata and controls
280 lines (280 loc) · 22.6 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
<?php $urls = array (
0 => 'https://php-tips.readthedocs.io/en/latest/tips/expm1.html',
1 => 'https://php-tips.readthedocs.io/en/latest/tips/isset_class_constant.html',
2 => 'https://php-tips.readthedocs.io/en/latest/tips/preg_split.html',
3 => 'https://php-tips.readthedocs.io/en/latest/tips/compare_nan.html',
4 => 'https://php-tips.readthedocs.io/en/latest/tips/array_unique_and_enum.html',
5 => 'https://php-tips.readthedocs.io/en/latest/tips/tree-iterator.html',
6 => 'https://php-tips.readthedocs.io/en/latest/tips/speed_up_write_to_disk.html',
7 => 'https://php-tips.readthedocs.io/en/latest/tips/maxmemory.html',
8 => 'https://php-tips.readthedocs.io/en/latest/tips/parent_operator.html',
9 => 'https://php-tips.readthedocs.io/en/latest/tips/stuttering.html',
10 => 'https://php-tips.readthedocs.io/en/latest/tips/make_it_work.html',
11 => 'https://php-tips.readthedocs.io/en/latest/tips/crazy_const_type.html',
12 => 'https://php-tips.readthedocs.io/en/latest/tips/http_wrapper.html',
13 => 'https://php-tips.readthedocs.io/en/latest/tips/cast_but_not_cast.html',
14 => 'https://php-tips.readthedocs.io/en/latest/tips/hexadecimal_separator.html',
15 => 'https://php-tips.readthedocs.io/en/latest/tips/echo-comma.html',
16 => 'https://php-tips.readthedocs.io/en/latest/tips/errorNumber.html',
17 => 'https://php-tips.readthedocs.io/en/latest/tips/put_the_cast_where.html',
18 => 'https://php-tips.readthedocs.io/en/latest/tips/unpacking_single_array.html',
19 => 'https://php-tips.readthedocs.io/en/latest/tips/abstract_or_not.html',
20 => 'https://php-tips.readthedocs.io/en/latest/tips/int_and_ant.html',
21 => 'https://php-tips.readthedocs.io/en/latest/tips/cast_in_const.html',
22 => 'https://php-tips.readthedocs.io/en/latest/tips/global_overwrite.html',
23 => 'https://php-tips.readthedocs.io/en/latest/tips/property_hook_default_values.html',
24 => 'https://php-tips.readthedocs.io/en/latest/tips/static_and_not_static.html',
25 => 'https://php-tips.readthedocs.io/en/latest/tips/intval.html',
26 => 'https://php-tips.readthedocs.io/en/latest/tips/easy_map.html',
27 => 'https://php-tips.readthedocs.io/en/latest/tips/returningVoid.html',
28 => 'https://php-tips.readthedocs.io/en/latest/tips/casting_enum.html',
29 => 'https://php-tips.readthedocs.io/en/latest/tips/dynamic_class_constant_edges.html',
30 => 'https://php-tips.readthedocs.io/en/latest/tips/dynamic_enum_cases.html',
31 => 'https://php-tips.readthedocs.io/en/latest/tips/yield_and_keys.html',
32 => 'https://php-tips.readthedocs.io/en/latest/tips/array-callaback-index.html',
33 => 'https://php-tips.readthedocs.io/en/latest/tips/closureCreation.html',
34 => 'https://php-tips.readthedocs.io/en/latest/tips/fatal_error_on_coalesce.html',
35 => 'https://php-tips.readthedocs.io/en/latest/tips/weakmap.html',
36 => 'https://php-tips.readthedocs.io/en/latest/tips/parent_in_function.html',
37 => 'https://php-tips.readthedocs.io/en/latest/tips/isset_and_the_fatal_error.html',
38 => 'https://php-tips.readthedocs.io/en/latest/tips/allDereferencements.html',
39 => 'https://php-tips.readthedocs.io/en/latest/tips/noPropertyBelowMininum.html',
40 => 'https://php-tips.readthedocs.io/en/latest/tips/cantBeBackCompatible.html',
41 => 'https://php-tips.readthedocs.io/en/latest/tips/arrowFunctionsImportVariables.html',
42 => 'https://php-tips.readthedocs.io/en/latest/tips/neverIsAlwaysCovariant.html',
43 => 'https://php-tips.readthedocs.io/en/latest/tips/neverFunctionArrow.html',
44 => 'https://php-tips.readthedocs.io/en/latest/tips/noExitRewrite.html',
45 => 'https://php-tips.readthedocs.io/en/latest/tips/aliasConflicts.html',
46 => 'https://php-tips.readthedocs.io/en/latest/tips/notAllIncrementStrings.html',
47 => 'https://php-tips.readthedocs.io/en/latest/tips/get_class_or_class.html',
48 => 'https://php-tips.readthedocs.io/en/latest/tips/noBindingButOriginal.html',
49 => 'https://php-tips.readthedocs.io/en/latest/tips/infinite_foreach.html',
50 => 'https://php-tips.readthedocs.io/en/latest/tips/who_modifies_this.html',
51 => 'https://php-tips.readthedocs.io/en/latest/tips/mixed_is_not_no_type.html',
52 => 'https://php-tips.readthedocs.io/en/latest/tips/array_merge_recursive.html',
53 => 'https://php-tips.readthedocs.io/en/latest/tips/GLOBALS_is_not_defined.html',
54 => 'https://php-tips.readthedocs.io/en/latest/tips/cast_private_to_array.html',
55 => 'https://php-tips.readthedocs.io/en/latest/tips/property_in_interface.html',
56 => 'https://php-tips.readthedocs.io/en/latest/tips/bit_operation_on_string.html',
57 => 'https://php-tips.readthedocs.io/en/latest/tips/typed_variables.html',
58 => 'https://php-tips.readthedocs.io/en/latest/tips/type_and_reference.html',
59 => 'https://php-tips.readthedocs.io/en/latest/tips/chaining_spaceship.html',
60 => 'https://php-tips.readthedocs.io/en/latest/tips/parse_str_edge_cases.html',
61 => 'https://php-tips.readthedocs.io/en/latest/tips/closure_to_array.html',
62 => 'https://php-tips.readthedocs.io/en/latest/tips/list_does_not_type.html',
63 => 'https://php-tips.readthedocs.io/en/latest/tips/triple_plus_operator.html',
64 => 'https://php-tips.readthedocs.io/en/latest/tips/FunctionNameInAMethod.html',
65 => 'https://php-tips.readthedocs.io/en/latest/tips/quine.html',
66 => 'https://php-tips.readthedocs.io/en/latest/tips/named_parameter_in_an_array.html',
67 => 'https://php-tips.readthedocs.io/en/latest/tips/selfOnAClosure.html',
68 => 'https://php-tips.readthedocs.io/en/latest/tips/compatible_new_argument.html',
69 => 'https://php-tips.readthedocs.io/en/latest/tips/no_const_A.html',
70 => 'https://php-tips.readthedocs.io/en/latest/tips/http_build_query_enum.html',
71 => 'https://php-tips.readthedocs.io/en/latest/tips/cannot-initialy-modify-readonly.html',
72 => 'https://php-tips.readthedocs.io/en/latest/tips/ellipsisAndCoalesce.html',
73 => 'https://php-tips.readthedocs.io/en/latest/tips/namespace_namespace.html',
74 => 'https://php-tips.readthedocs.io/en/latest/tips/namespace_but_far.html',
75 => 'https://php-tips.readthedocs.io/en/latest/tips/no-hidden-nullable.html',
76 => 'https://php-tips.readthedocs.io/en/latest/tips/remove_last_item.html',
77 => 'https://php-tips.readthedocs.io/en/latest/tips/cancelling_native_function.html',
78 => 'https://php-tips.readthedocs.io/en/latest/tips/class_const_confusion.html',
79 => 'https://php-tips.readthedocs.io/en/latest/tips/compact_is_recursive.html',
80 => 'https://php-tips.readthedocs.io/en/latest/tips/no-final-parameter.html',
81 => 'https://php-tips.readthedocs.io/en/latest/tips/is_not_a_nan.html',
82 => 'https://php-tips.readthedocs.io/en/latest/tips/impossible_named_arguments.html',
83 => 'https://php-tips.readthedocs.io/en/latest/tips/func_get_args.html',
84 => 'https://php-tips.readthedocs.io/en/latest/tips/ellipsis_array_parameters.html',
85 => 'https://php-tips.readthedocs.io/en/latest/tips/named_parameter_inheritance.html',
86 => 'https://php-tips.readthedocs.io/en/latest/tips/invoke_on_new.html',
87 => 'https://php-tips.readthedocs.io/en/latest/tips/method_or_property.html',
88 => 'https://php-tips.readthedocs.io/en/latest/tips/no_more_class__.html',
89 => 'https://php-tips.readthedocs.io/en/latest/tips/method_not_property_name_must_be_string.html',
90 => 'https://php-tips.readthedocs.io/en/latest/tips/static_properties.html',
91 => 'https://php-tips.readthedocs.io/en/latest/tips/new_and_parenthesis.html',
92 => 'https://php-tips.readthedocs.io/en/latest/tips/fluent_function.html',
93 => 'https://php-tips.readthedocs.io/en/latest/tips/isset_on_expression.html',
94 => 'https://php-tips.readthedocs.io/en/latest/tips/constant_redefinition.html',
95 => 'https://php-tips.readthedocs.io/en/latest/tips/no-constant-in-string.html',
96 => 'https://php-tips.readthedocs.io/en/latest/tips/return_int_not_bool.html',
97 => 'https://php-tips.readthedocs.io/en/latest/tips/by_reference_errors.html',
98 => 'https://php-tips.readthedocs.io/en/latest/tips/call_function_with_strings.html',
99 => 'https://php-tips.readthedocs.io/en/latest/tips/non-empty-match.html',
100 => 'https://php-tips.readthedocs.io/en/latest/tips/named_sqlite3_in_memory.html',
101 => 'https://php-tips.readthedocs.io/en/latest/tips/variable_creation.html',
102 => 'https://php-tips.readthedocs.io/en/latest/tips/all_cases.html',
103 => 'https://php-tips.readthedocs.io/en/latest/tips/unicode_comments.html',
104 => 'https://php-tips.readthedocs.io/en/latest/tips/datetime_and_year.html',
105 => 'https://php-tips.readthedocs.io/en/latest/tips/escaped_regex.html',
106 => 'https://php-tips.readthedocs.io/en/latest/tips/every_anonymous_class.html',
107 => 'https://php-tips.readthedocs.io/en/latest/tips/instanceof_with_variable.html',
108 => 'https://php-tips.readthedocs.io/en/latest/tips/undefined_variable.html',
109 => 'https://php-tips.readthedocs.io/en/latest/tips/compatible-signature.html',
110 => 'https://php-tips.readthedocs.io/en/latest/tips/private_is_relaxed.html',
111 => 'https://php-tips.readthedocs.io/en/latest/tips/class_implements_no_more.html',
112 => 'https://php-tips.readthedocs.io/en/latest/tips/variadic_are_typed_and_defaulted.html',
113 => 'https://php-tips.readthedocs.io/en/latest/tips/array_column_to_hash.html',
114 => 'https://php-tips.readthedocs.io/en/latest/tips/array_is_custom.html',
115 => 'https://php-tips.readthedocs.io/en/latest/tips/array_is_not_an_array.html',
116 => 'https://php-tips.readthedocs.io/en/latest/tips/array_map_assoc.html',
117 => 'https://php-tips.readthedocs.io/en/latest/tips/array_map_to_the_max.html',
118 => 'https://php-tips.readthedocs.io/en/latest/tips/typed_array.html',
119 => 'https://php-tips.readthedocs.io/en/latest/tips/initialize_readonly_on_child.html',
120 => 'https://php-tips.readthedocs.io/en/latest/tips/silent_optimisation.html',
121 => 'https://php-tips.readthedocs.io/en/latest/tips/array_syntax_on_string.html',
122 => 'https://php-tips.readthedocs.io/en/latest/tips/no_force_object_to_string.html',
123 => 'https://php-tips.readthedocs.io/en/latest/tips/invoke_and_properties.html',
124 => 'https://php-tips.readthedocs.io/en/latest/tips/constructor_needed.html',
125 => 'https://php-tips.readthedocs.io/en/latest/tips/self-referencing-constants.html',
126 => 'https://php-tips.readthedocs.io/en/latest/tips/deanonymize-class.html',
127 => 'https://php-tips.readthedocs.io/en/latest/tips/noscream-on-ellipsis.html',
128 => 'https://php-tips.readthedocs.io/en/latest/tips/incompatible-promoted-readonlies.html',
129 => 'https://php-tips.readthedocs.io/en/latest/tips/where-is-the-semicolon.html',
130 => 'https://php-tips.readthedocs.io/en/latest/tips/self-as-attribute.html',
131 => 'https://php-tips.readthedocs.io/en/latest/tips/microtimes.html',
132 => 'https://php-tips.readthedocs.io/en/latest/tips/promoted_compatibility.html',
133 => 'https://php-tips.readthedocs.io/en/latest/tips/enum_are_not_linted.html',
134 => 'https://php-tips.readthedocs.io/en/latest/tips/sorting_with_minus.html',
135 => 'https://php-tips.readthedocs.io/en/latest/tips/override_with_interface.html',
136 => 'https://php-tips.readthedocs.io/en/latest/tips/send_to_generator.html',
137 => 'https://php-tips.readthedocs.io/en/latest/tips/php_integer_format.html',
138 => 'https://php-tips.readthedocs.io/en/latest/tips/compatible_interface.html',
139 => 'https://php-tips.readthedocs.io/en/latest/tips/no_cast_in_constant_expression.html',
140 => 'https://php-tips.readthedocs.io/en/latest/tips/self_invoking.html',
141 => 'https://php-tips.readthedocs.io/en/latest/tips/no_child_with_attribute.html',
142 => 'https://php-tips.readthedocs.io/en/latest/tips/dynamic_class_constant.html',
143 => 'https://php-tips.readthedocs.io/en/latest/tips/function_function.html',
144 => 'https://php-tips.readthedocs.io/en/latest/tips/match_multiple_values.html',
145 => 'https://php-tips.readthedocs.io/en/latest/tips/interface_constant_conflict.html',
146 => 'https://php-tips.readthedocs.io/en/latest/tips/foreach_skips_uninitialized.html',
147 => 'https://php-tips.readthedocs.io/en/latest/tips/cast_and_power.html',
148 => 'https://php-tips.readthedocs.io/en/latest/tips/attribute_without_class.html',
149 => 'https://php-tips.readthedocs.io/en/latest/tips/class_is_valid_class.html',
150 => 'https://php-tips.readthedocs.io/en/latest/tips/precision.html',
151 => 'https://php-tips.readthedocs.io/en/latest/tips/store_float_as_index.html',
152 => 'https://php-tips.readthedocs.io/en/latest/tips/case_insensitive_cast.html',
153 => 'https://php-tips.readthedocs.io/en/latest/tips/this_this.html',
154 => 'https://php-tips.readthedocs.io/en/latest/tips/no-type-but-string.html',
155 => 'https://php-tips.readthedocs.io/en/latest/tips/no_unknown_for_array_merge.html',
156 => 'https://php-tips.readthedocs.io/en/latest/tips/no-returntype-enforced.html',
157 => 'https://php-tips.readthedocs.io/en/latest/tips/as-as-as.html',
158 => 'https://php-tips.readthedocs.io/en/latest/tips/no_dnf_for_catch.html',
159 => 'https://php-tips.readthedocs.io/en/latest/tips/new_on_object.html',
160 => 'https://php-tips.readthedocs.io/en/latest/tips/unfinished_class.html',
161 => 'https://php-tips.readthedocs.io/en/latest/tips/yield_not_return_by_reference.html',
162 => 'https://php-tips.readthedocs.io/en/latest/tips/enum_exists.html',
163 => 'https://php-tips.readthedocs.io/en/latest/tips/no_semi_colon_in_sight.html',
164 => 'https://php-tips.readthedocs.io/en/latest/tips/glob_with_hidden_files.html',
165 => 'https://php-tips.readthedocs.io/en/latest/tips/file_append_contents.html',
166 => 'https://php-tips.readthedocs.io/en/latest/tips/array_reduce.html',
167 => 'https://php-tips.readthedocs.io/en/latest/tips/this_is_not_the_current_class.html',
168 => 'https://php-tips.readthedocs.io/en/latest/tips/class_constant_different_types.html',
169 => 'https://php-tips.readthedocs.io/en/latest/tips/no_change_to_this.html',
170 => 'https://php-tips.readthedocs.io/en/latest/tips/file_put_array.html',
171 => 'https://php-tips.readthedocs.io/en/latest/tips/get_the_generator.html',
172 => 'https://php-tips.readthedocs.io/en/latest/tips/redefine_native_functions.html',
173 => 'https://php-tips.readthedocs.io/en/latest/tips/static_cannot_call_non_static.html',
174 => 'https://php-tips.readthedocs.io/en/latest/tips/before_after.html',
175 => 'https://php-tips.readthedocs.io/en/latest/tips/cast_is_strong.html',
176 => 'https://php-tips.readthedocs.io/en/latest/tips/roman_loops.html',
177 => 'https://php-tips.readthedocs.io/en/latest/tips/finally_catches_exception.html',
178 => 'https://php-tips.readthedocs.io/en/latest/tips/abstract_again.html',
179 => 'https://php-tips.readthedocs.io/en/latest/tips/always_compatible_variadic.html',
180 => 'https://php-tips.readthedocs.io/en/latest/tips/yield_not_return.html',
181 => 'https://php-tips.readthedocs.io/en/latest/tips/try-catch-finally.html',
182 => 'https://php-tips.readthedocs.io/en/latest/tips/nullAsArray.html',
183 => 'https://php-tips.readthedocs.io/en/latest/tips/sensitiveParameter.html',
184 => 'https://php-tips.readthedocs.io/en/latest/tips/no_property_in_interface.html',
185 => 'https://php-tips.readthedocs.io/en/latest/tips/uncallable_function.html',
186 => 'https://php-tips.readthedocs.io/en/latest/tips/easy_wither.html',
187 => 'https://php-tips.readthedocs.io/en/latest/tips/array_is_full.html',
188 => 'https://php-tips.readthedocs.io/en/latest/tips/const_without_parenthesis.html',
189 => 'https://php-tips.readthedocs.io/en/latest/tips/cast_are_case_insensitive.html',
190 => 'https://php-tips.readthedocs.io/en/latest/tips/not_same_error.html',
191 => 'https://php-tips.readthedocs.io/en/latest/tips/when_space_matters.html',
192 => 'https://php-tips.readthedocs.io/en/latest/tips/array_array_array.html',
193 => 'https://php-tips.readthedocs.io/en/latest/tips/yield_cannot_never.html',
194 => 'https://php-tips.readthedocs.io/en/latest/tips/class_invasion_reciproque.html',
195 => 'https://php-tips.readthedocs.io/en/latest/tips/typed_by_enum.html',
196 => 'https://php-tips.readthedocs.io/en/latest/tips/reference_on_static.html',
197 => 'https://php-tips.readthedocs.io/en/latest/tips/scalar_types_are_unqualified.html',
198 => 'https://php-tips.readthedocs.io/en/latest/tips/array_append.html',
199 => 'https://php-tips.readthedocs.io/en/latest/tips/coalesce_is_null.html',
200 => 'https://php-tips.readthedocs.io/en/latest/tips/class_alias_alias.html',
201 => 'https://php-tips.readthedocs.io/en/latest/tips/mixed_and_no_type.html',
202 => 'https://php-tips.readthedocs.io/en/latest/tips/abstract_constant.html',
203 => 'https://php-tips.readthedocs.io/en/latest/tips/static_static_property.html',
204 => 'https://php-tips.readthedocs.io/en/latest/tips/attributes_for_all.html',
205 => 'https://php-tips.readthedocs.io/en/latest/tips/run_any_phar_file.html',
206 => 'https://php-tips.readthedocs.io/en/latest/tips/static_outside_method.html',
207 => 'https://php-tips.readthedocs.io/en/latest/tips/enum_case_comparisons.html',
208 => 'https://php-tips.readthedocs.io/en/latest/tips/all_static_curly_syntaxes.html',
209 => 'https://php-tips.readthedocs.io/en/latest/tips/no_empty_function.html',
210 => 'https://php-tips.readthedocs.io/en/latest/tips/while_i_--.html',
211 => 'https://php-tips.readthedocs.io/en/latest/tips/unexpected_keys.html',
212 => 'https://php-tips.readthedocs.io/en/latest/tips/recursive_yield.html',
213 => 'https://php-tips.readthedocs.io/en/latest/tips/documenting_parameter.html',
214 => 'https://php-tips.readthedocs.io/en/latest/tips/catch_is_optional.html',
215 => 'https://php-tips.readthedocs.io/en/latest/tips/void_parameter.html',
216 => 'https://php-tips.readthedocs.io/en/latest/tips/unset_properties.html',
217 => 'https://php-tips.readthedocs.io/en/latest/tips/multipleAliases.html',
218 => 'https://php-tips.readthedocs.io/en/latest/tips/plus_plus_minus_minus.html',
219 => 'https://php-tips.readthedocs.io/en/latest/tips/when_a_constant_is_impossible.html',
220 => 'https://php-tips.readthedocs.io/en/latest/tips/constant_are_mutable.html',
221 => 'https://php-tips.readthedocs.io/en/latest/tips/quick-dto.html',
222 => 'https://php-tips.readthedocs.io/en/latest/tips/stealth-generator.html',
223 => 'https://php-tips.readthedocs.io/en/latest/tips/quick_serialize.html',
224 => 'https://php-tips.readthedocs.io/en/latest/tips/clone_clone_clone.html',
225 => 'https://php-tips.readthedocs.io/en/latest/tips/readonly_and_private.html',
226 => 'https://php-tips.readthedocs.io/en/latest/tips/interface_exceptions.html',
227 => 'https://php-tips.readthedocs.io/en/latest/tips/exp_minus_one.html',
228 => 'https://php-tips.readthedocs.io/en/latest/tips/infinite_is_reachable.html',
229 => 'https://php-tips.readthedocs.io/en/latest/tips/squared_negative.html',
230 => 'https://php-tips.readthedocs.io/en/latest/tips/negating_a_variable.html',
231 => 'https://php-tips.readthedocs.io/en/latest/tips/numeric_separator_string.html',
232 => 'https://php-tips.readthedocs.io/en/latest/tips/confusing_identifier.html',
233 => 'https://php-tips.readthedocs.io/en/latest/tips/relaxed_syntax_with_const.html',
234 => 'https://php-tips.readthedocs.io/en/latest/tips/closure_to_call.html',
235 => 'https://php-tips.readthedocs.io/en/latest/tips/static_get_this.html',
236 => 'https://php-tips.readthedocs.io/en/latest/tips/array_intersect_uassoc_insensitive.html',
237 => 'https://php-tips.readthedocs.io/en/latest/tips/class_and_constants.html',
238 => 'https://php-tips.readthedocs.io/en/latest/tips/dont_forget_yield.html',
239 => 'https://php-tips.readthedocs.io/en/latest/tips/phptip-1.html',
240 => 'https://php-tips.readthedocs.io/en/latest/tips/foreach_same_keys.html',
241 => 'https://php-tips.readthedocs.io/en/latest/tips/battle_of_definitions.html',
242 => 'https://php-tips.readthedocs.io/en/latest/tips/variadic_all_yield.html',
243 => 'https://php-tips.readthedocs.io/en/latest/tips/refactor_str_pos.html',
244 => 'https://php-tips.readthedocs.io/en/latest/tips/is_a_and_instanceof.html',
245 => 'https://php-tips.readthedocs.io/en/latest/tips/export_properties.html',
246 => 'https://php-tips.readthedocs.io/en/latest/tips/cast_to_int.html',
247 => 'https://php-tips.readthedocs.io/en/latest/tips/returntypewillchange_for_all.html',
248 => 'https://php-tips.readthedocs.io/en/latest/tips/URL_as_comments.html',
249 => 'https://php-tips.readthedocs.io/en/latest/tips/coalesce_and_assignation.html',
250 => 'https://php-tips.readthedocs.io/en/latest/tips/missing_methods_are_fatal.html',
251 => 'https://php-tips.readthedocs.io/en/latest/tips/initialize_with_coalesce.html',
252 => 'https://php-tips.readthedocs.io/en/latest/tips/keys_are_integers.html',
253 => 'https://php-tips.readthedocs.io/en/latest/tips/fastest_stdclass_creation.html',
254 => 'https://php-tips.readthedocs.io/en/latest/tips/elephpant.html',
255 => 'https://php-tips.readthedocs.io/en/latest/tips/internal_static_call.html',
256 => 'https://php-tips.readthedocs.io/en/latest/tips/strict_types_exceptions.html',
257 => 'https://php-tips.readthedocs.io/en/latest/tips/playing_with_the_limit.html',
258 => 'https://php-tips.readthedocs.io/en/latest/tips/constructor_consistency.html',
259 => 'https://php-tips.readthedocs.io/en/latest/tips/object_is_not_a_type.html',
260 => 'https://php-tips.readthedocs.io/en/latest/tips/forgotten_throw.html',
261 => 'https://php-tips.readthedocs.io/en/latest/tips/keywords_in_namespaces.html',
262 => 'https://php-tips.readthedocs.io/en/latest/tips/variable_optimisation.html',
263 => 'https://php-tips.readthedocs.io/en/latest/tips/self_in_interface.html',
264 => 'https://php-tips.readthedocs.io/en/latest/tips/instanceof_class.html',
265 => 'https://php-tips.readthedocs.io/en/latest/tips/stdclass_tracking.html',
266 => 'https://php-tips.readthedocs.io/en/latest/tips/misplaced_parenthesis.html',
267 => 'https://php-tips.readthedocs.io/en/latest/tips/check_for_names.html',
268 => 'https://php-tips.readthedocs.io/en/latest/tips/int_back_to_negative.html',
269 => 'https://php-tips.readthedocs.io/en/latest/tips/not_all_strings.html',
270 => 'https://php-tips.readthedocs.io/en/latest/tips/recursive_arrow_function.html',
271 => 'https://php-tips.readthedocs.io/en/latest/tips/null_equal_false.html',
272 => 'https://php-tips.readthedocs.io/en/latest/tips/recursive_closure.html',
273 => 'https://php-tips.readthedocs.io/en/latest/tips/cast_precedence.html',
274 => 'https://php-tips.readthedocs.io/en/latest/tips/enum_as_name.html',
275 => 'https://php-tips.readthedocs.io/en/latest/tips/type_is_not_available.html',
276 => 'https://php-tips.readthedocs.io/en/latest/tips/namespace_stack.html',
277 => 'https://php-tips.readthedocs.io/en/latest/tips/catch_interfaces.html',
); ?>