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 6f8d0ba commit e3827ceCopy full SHA for e3827ce
UPGRADING
@@ -197,6 +197,8 @@ PHP 8.0 UPGRADE NOTES
197
. Applying the final modifier on a private method will now produce a warning
198
unless that method is the constructor.
199
RFC: https://wiki.php.net/rfc/inheritance_private_methods
200
+ . If an object constructor exit()s, the object destructor will no longer be
201
+ called. This matches the behavior when the constructor throws.
202
203
- COM:
204
. Removed the ability to import case-insensitive constants from type
0 commit comments