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 321fe88 commit 1a5fde5Copy full SHA for 1a5fde5
UPGRADING.INTERNALS
@@ -49,7 +49,7 @@ PHP 8.0 INTERNALS UPGRADE NOTES
49
modification of an object property).
50
51
e. The zend_parse_parameters 'L' specifier and the Z_PARAM_STRICT_LONG()
52
- family of macros have been removed. Use 'l' and Z_PARAM_LONG() insead,
+ family of macros have been removed. Use 'l' and Z_PARAM_LONG() instead,
53
which, despite the confusing name, actually have stricter input validation.
54
55
========================
0 commit comments