summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorTyson Andre <tysonandre775@hotmail.com>2020-08-18 19:17:03 -0400
committerTyson Andre <tysonandre775@hotmail.com>2020-08-18 20:23:42 -0400
commit9883fec99fdebf866c78c98d235c1e2dbb5e9e84 (patch)
treeeba0c2ed9e0f4217e2410b0935d3cb1c7f8360d6 /UPGRADING
parentf559c78000b8e9ae71cdd882f4b26980e4731445 (diff)
downloadphp-git-9883fec99fdebf866c78c98d235c1e2dbb5e9e84.tar.gz
Fix more basic function stubs
User-defined functions can't have multiple parameters with the same name. Don't do that for var_dump/debug_zval_dump. Consistently use array $array to match docs Fix typo in UPGRADING Fixes GH-6015
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 4cb91bc013..54993d77a9 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -149,7 +149,7 @@ PHP 8.0 UPGRADE NOTES
new class {};
// -> class@anonymous
- The name shown above is still followed by a null byte and and a unique
+ The name shown above is still followed by a null byte and a unique
suffix.
. Non-absolute trait method references in trait alias adaptations are now
required to be unambiguous: