12 lines
241 B
PHP
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],
|
|
[]
|
|
);
|