Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / smarty / Smarty-2.6.10 / 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.271403 seconds and 4 git commands to generate.