no_php_extension 163 B

123456789
  1. <?php
  2. // Test file for testing config file without .php extension.
  3. $config = array(
  4. 'Deep' => array(
  5. 'Third' => array(
  6. 'ThirdDeepest' => 'buried3'
  7. )
  8. )
  9. );