var_test.php 189 B

123456789101112
  1. <?php
  2. return [
  3. 'Read' => 'value',
  4. 'Deep' => [
  5. 'Deeper' => [
  6. 'Deepest' => 'buried'
  7. ]
  8. ],
  9. 'TestAcl' => [
  10. 'classname' => 'Original'
  11. ]
  12. ];