Blame | Last modification | View Log | RSS feed
<?php $config = array( 'Read' => 'value2', 'Deep' => array( 'Second' => array( 'SecondDeepest' => 'buried2' ) ), 'TestAcl' => array( 'classname' => 'Overwrite', 'custom' => 'one' ) );
<?php
$config = array(
'Read' => 'value2',
'Deep' => array(
'Second' => array(
'SecondDeepest' => 'buried2'
)
),
'TestAcl' => array(
'classname' => 'Overwrite',
'custom' => 'one'
);