var_test2.php 225 B

12345678910111213
  1. <?php
  2. return [
  3. 'Read' => 'value2',
  4. 'Deep' => [
  5. 'Second' => [
  6. 'SecondDeepest' => 'buried2'
  7. ]
  8. ],
  9. 'TestAcl' => [
  10. 'classname' => 'Overwrite',
  11. 'custom' => 'one'
  12. ]
  13. ];