8000 [VarDumper] fix for change in PHP 7.4.6 (bis) · symfony/symfony@e696735 · GitHub
[go: up one dir, main page]

Skip to content

Commit e696735

Browse files
[VarDumper] fix for change in PHP 7.4.6 (bis)
1 parent 924822c commit e696735

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/VarDumper/Caster/SplCaster.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ public static function castObjectStorage(\SplObjectStorage $c, array $a, Stub $s
173173
{
174174
$storage = [];
175175
unset($a[Caster::PREFIX_DYNAMIC."\0gcdata"]); // Don't hit https://bugs.php.net/65967
176+
unset($a["\0SplObjectStorage\0storage"]);
176177

177178
$clone = clone $c;
178179
foreach ($clone as $obj) {

0 commit comments

Comments
 (0)
0