cakephp2-php8/lib/Cake/Test/test_app/Config/var_test2.php

9 lines
124 B
PHP
Raw Normal View History

<?php
$config = array(
'Read' => 'value2',
'Deep' => array(
'Second' => array(
'SecondDeepest' => 'buried2'
)
)
);