Skip to content

Commit a6d50d2

Browse files
committed
Fixed typo
1 parent 4c48fd2 commit a6d50d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ PHP 8.1 UPGRADE NOTES
172172
. debug_zval_dump() will now print reference wrappers with their refcount,
173173
instead of only prepending a "&" to the value. This more accurately models
174174
reference representation since PHP 7.0.
175-
. debug_zval_dump() will not print "interned" instead of a dummy refcount of
175+
. debug_zval_dump() will now print "interned" instead of a dummy refcount of
176176
one for interned strings and immutable arrays.
177177

178178
- SPL:

0 commit comments

Comments
 (0)