提交代码
This commit is contained in:
11
vendor/symfony/var-exporter/Tests/Fixtures/incomplete-class.php
vendored
Normal file
11
vendor/symfony/var-exporter/Tests/Fixtures/incomplete-class.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
|
||||
$o = \Symfony\Component\VarExporter\Internal\Registry::unserialize([], [
|
||||
'O:20:"SomeNotExistingClass":0:{}',
|
||||
]),
|
||||
null,
|
||||
[],
|
||||
$o[0],
|
||||
[]
|
||||
);
|
||||
Reference in New Issue
Block a user