source: branches/comu/data/module/Smarty/unit_test/templates/parse_math.tpl @ 12197

Revision 12197, 333 bytes checked in by adati, 17 years ago (diff)

1.3.0正式版のマージ

Line 
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}
Note: See TracBrowser for help on using the repository browser.