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