rb.php 87 B

1234567
  1. <?php
  2. return array(
  3. 'Entry' => array(
  4. 'NestedEntry' => 'Value',
  5. ),
  6. );