10 lines
163 B
Plaintext
10 lines
163 B
Plaintext
|
<?php
|
||
|
// Test file for testing config file without .php extension.
|
||
|
$config = array(
|
||
|
'Deep' => array(
|
||
|
'Third' => array(
|
||
|
'ThirdDeepest' => 'buried3'
|
||
|
)
|
||
|
)
|
||
|
);
|