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 95d691a commit d83a7a9Copy full SHA for d83a7a9
UPGRADING
@@ -38,7 +38,7 @@ PHP 8.4 UPGRADE NOTES
38
readonly initialization, and was an oversight in the "readonly
39
reinitialization during cloning" implementation.
40
. The exit (and die) language constructs now behave more like a function.
41
- They can be passed liked callables, are affected by the strict_types
+ They can be passed like callables, are affected by the strict_types
42
declare statement, and now perform the usual type coercions instead of
43
casting any non-integer value to a string.
44
As such, passing invalid types to exit/die may now result in a TypeError
0 commit comments