Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Sep 3, 2021
1 parent 4c48fd2 commit a6d50d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ PHP 8.1 UPGRADE NOTES
. debug_zval_dump() will now print reference wrappers with their refcount,
instead of only prepending a "&" to the value. This more accurately models
reference representation since PHP 7.0.
. debug_zval_dump() will not print "interned" instead of a dummy refcount of
. debug_zval_dump() will now print "interned" instead of a dummy refcount of
one for interned strings and immutable arrays.

- SPL:
Expand Down

0 comments on commit a6d50d2

Please sign in to comment.