repo.or.cz
/
haanga.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
+ Moved variables resolution in the compiler Parser. (Temp. solution until the new...
[haanga.git]
/
tests
/
assert_templates
/
loop.php
blob
ec8dfff9247f6a0c572ffd07c3977cf08a822450
1
<
?php
2
3
$data
=
array
(
4
'array'
=>
range
(
1
,
4
),
5
'array_nested'
=>
array
(
6
array
(
range
(
1
,
4
),
range
(
1
,
2
)),
7
array
(
range
(
1
,
5
),
range
(
1
,
90
)),
8
array
(
range
(
2
,
4
),
range
(
1
,
1000
)),
9
array
(
range
(
1
,
4
),
range
(
1
,
2
)),
10
)
11
);