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

9 lines
116 B
PHP
Raw Normal View History

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