source: branches/comu-utf8/data/module/Smarty/unit_test/templates/parse_math.tpl @ 16100

Revision 16100, 333 bytes checked in by adachi, 17 years ago (diff)

set property

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/html; charset=UTF-8
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.