Skip to content

Commit e453e57

Browse files
Merge branch '5.0'
* 5.0: [VarDumper] fix for change in PHP 7.4.6 (bis) [VarExporter] fix for change in PHP 7.4.6 [BrowserKit] Allow Referer set by history to be overridden (3.4)
2 parents 90ebda5 + edb5f84 commit e453e57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Caster/SplCaster.php

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

179180
$clone = clone $c;
180181
foreach ($clone as $obj) {

0 commit comments

Comments
 (0)