Skip to content

Commit

Permalink
Fix mistake in UPGRADING
Browse files Browse the repository at this point in the history
  • Loading branch information
hikari-no-yume committed Nov 14, 2016
1 parent a0502b8 commit ee38e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ PHP 7.2 UPGRADE NOTES
integer keys to string property names. This fixes the behaviour of previous
versions, where integer keys would become inaccessible properties with
integer names.
. Casting objects to arrays (with (object) or settype()), and retrieving
. Casting objects to arrays (with (array) or settype()), and retrieving
object properties in an array with get_object_vars(), will now convert
numeric string property names (that is, property names of the format
/^(0|(-?[1-9][0-9]*))$/ where PHP_INT_MIN <= n <= PHP_INT_MAX) to integer
Expand Down

0 comments on commit ee38e01

Please sign in to comment.