mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
9 lines
No EOL
124 B
PHP
9 lines
No EOL
124 B
PHP
<?php
|
|
$config = array(
|
|
'Read' => 'value2',
|
|
'Deep' => array(
|
|
'Second' => array(
|
|
'SecondDeepest' => 'buried2'
|
|
)
|
|
)
|
|
); |