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

9 lines
56 B
PHP

<?php
return [
123,
[
'abc',
],
];