cakephp2-php8/cake/tests/test_app/config/var_test2.php

9 lines
No EOL
124 B
PHP

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