提交代码
This commit is contained in:
20
vendor/symfony/var-exporter/Tests/Fixtures/spl-object-storage.php
vendored
Normal file
20
vendor/symfony/var-exporter/Tests/Fixtures/spl-object-storage.php
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
|
||||
$o = [
|
||||
clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['SplObjectStorage'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('SplObjectStorage')),
|
||||
clone ($p['stdClass'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('stdClass')),
|
||||
],
|
||||
null,
|
||||
[],
|
||||
$o[0],
|
||||
[
|
||||
[
|
||||
[
|
||||
$o[1],
|
||||
345,
|
||||
],
|
||||
[],
|
||||
],
|
||||
]
|
||||
);
|
||||
Reference in New Issue
Block a user