We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670b19a commit b84f4edCopy full SHA for b84f4ed
UPGRADING
@@ -219,7 +219,7 @@ PHP 8.1 UPGRADE NOTES
219
- Core:
220
. Properties order used in foreach, var_dump(), serialize(), object comparison
221
etc. was changed. Now properties are naturally ordered according to their
222
- declaration and inheritance. Prpoerties declared in a base class are going
+ declaration and inheritance. Properties declared in a base class are going
223
to be before the child properties. This order is consistent with internal
224
layout of properies in zend_objct structure and repeats the order in
225
default_properties_table[] and properties_info_table[]. The old order was
0 commit comments