Skip to content

Commit 17bb563

Browse files
Merge branch '3.4' into 4.4
* 3.4: [VarDumper] fix for change in PHP 7.4.6 (bis) [BrowserKit] Allow Referer set by history to be overridden (3.4)
2 parents 2ae5ed7 + 26520cd commit 17bb563

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)