]> granicus.if.org Git - php/commitdiff
typo
authorDmitry Stogov <dmitry@zend.com>
Fri, 5 Mar 2021 09:31:04 +0000 (12:31 +0300)
committerDmitry Stogov <dmitry@zend.com>
Fri, 5 Mar 2021 09:31:04 +0000 (12:31 +0300)
UPGRADING

index cb331ea95b4a5677af7918fc12b73e88fc41b91d..cef46be99f52e3b1d1aaab50c22dca4bd0c7f04f 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -219,7 +219,7 @@ PHP 8.1 UPGRADE NOTES
 - Core:
   . Properties order used in foreach, var_dump(), serialize(), object comparison
     etc. was changed. Now properties are naturally ordered according to their
-    declaration and inheritance. Prpoerties declared in a base class are going
+    declaration and inheritance. Properties declared in a base class are going
     to be before the child properties. This order is consistent with internal
     layout of properies in zend_objct structure and repeats the order in
     default_properties_table[] and properties_info_table[]. The old order was