1
0
Files
lkafu/vendor/symfony/var-exporter/Tests/Fixtures/private-constructor.php
2020-08-06 14:50:07 +08:00

18 lines
490 B
PHP

<?php
return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
$o = [
clone (\Symfony\Component\VarExporter\Internal\Registry::$prototypes['Symfony\\Component\\VarExporter\\Tests\\PrivateConstructor'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Symfony\\Component\\VarExporter\\Tests\\PrivateConstructor')),
],
null,
[
'stdClass' => [
'prop' => [
'bar',
],
],
],
$o[0],
[]
);