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

9 lines
No EOL
116 B
PHP

<?php
$config = array(
'Read' => 'value',
'Deep' => array(
'Deeper' => array(
'Deepest' => 'buried'
)
)
);