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 94e6c72 commit f1d7857Copy full SHA for f1d7857
UPGRADING
@@ -25,7 +25,7 @@ PHP 7.2 UPGRADE NOTES
25
. is_object() will now return true for objects of class
26
__PHP_Incomplete_Class.
27
. Support for Netware operating systems have been removed.
28
- . Casting arrays to objects (with (object) or settype()) will now covert
+ . Casting arrays to objects (with (object) or settype()) will now convert
29
integer keys to string property names. This fixes the behaviour of previous
30
versions, where integer keys would become inaccessible properties with
31
integer names.
0 commit comments