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

12 lines
241 B
PHP

<?php
return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
$o = \Symfony\Component\VarExporter\Internal\Registry::unserialize([], [
'O:20:"SomeNotExistingClass":0:{}',
]),
null,
[],
$o[0],
[]
);