test numeric array override
This commit is contained in:
parent
ed554705e5
commit
29db532049
4 changed files with 54 additions and 3 deletions
|
|
@ -1,3 +1,10 @@
|
|||
<?php return [
|
||||
'answer' => 42
|
||||
'answer' => 42,
|
||||
'numArray' =>
|
||||
[
|
||||
0 => 'Index0_test',
|
||||
2 => 'Index2_test',
|
||||
5 => 'Index5_test',
|
||||
10 => 'Index10_test',
|
||||
]
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue