diff options
Diffstat (limited to 'vendor/symfony/var-exporter/Tests/Fixtures/incomplete-class.php')
| -rw-r--r-- | vendor/symfony/var-exporter/Tests/Fixtures/incomplete-class.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/symfony/var-exporter/Tests/Fixtures/incomplete-class.php b/vendor/symfony/var-exporter/Tests/Fixtures/incomplete-class.php new file mode 100644 index 0000000000..c381f5242b --- /dev/null +++ b/vendor/symfony/var-exporter/Tests/Fixtures/incomplete-class.php @@ -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], + [] +); |
