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