mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
10 lines
163 B
Text
10 lines
163 B
Text
|
<?php
|
||
|
// Test file for testing config file without .php extension.
|
||
|
$config = array(
|
||
|
'Deep' => array(
|
||
|
'Third' => array(
|
||
|
'ThirdDeepest' => 'buried3'
|
||
|
)
|
||
|
)
|
||
|
);
|