get_user_submissions_children first draft
[mirrors/Kyberia-bloodline.git] / wwwroot / smarty / unit_test / templates / parse_math.tpl
1 {foreach name=loop from=$items item=i}
2 {$smarty.foreach.loop.iteration+2}
3 {$smarty.foreach.loop.iteration+$flt}
4 {$smarty.foreach.loop.iteration+$obj->six()}
5 {$smarty.foreach.loop.iteration+$obj->ten}
6 {/foreach}
7 {$obj->ten+$flt}
8 {$obj->ten*$flt}
9 {$obj->six()+$obj->ten}
10 {$obj->ten+$obj->ten}
11 {$obj->six()+$flt}
12 {$obj->six()+$items.0}
This page took 0.241029 seconds and 4 git commands to generate.