dump_test.txt 270 B

123456789101112131415161718
  1. <?php
  2. return array (
  3. 'One' =>
  4. array (
  5. 'two' => 'value',
  6. 'three' =>
  7. array (
  8. 'four' => 'value four',
  9. ),
  10. 'is_null' => NULL,
  11. 'bool_false' => false,
  12. 'bool_true' => true,
  13. ),
  14. 'Asset' =>
  15. array (
  16. 'timestamp' => 'force',
  17. ),
  18. );