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