Blame | Last modification | View Log | RSS feed
<?php $config = array( 'Read' => 'value', 'Deep' => array( 'Deeper' => array( 'Deepest' => 'buried' ) ), 'TestAcl' => array( 'classname' => 'Original' ) );
<?php
$config = array(
'Read' => 'value',
'Deep' => array(
'Deeper' => array(
'Deepest' => 'buried'
)
),
'TestAcl' => array(
'classname' => 'Original'
);