source: branches/feature-module-update/data/module/Smarty/unit_test/templates/parse_math.tpl @ 15079

Revision 15079, 333 bytes checked in by nanasess, 17 years ago (diff)

svn:mime-type application/x-httpd-php; charset=UTF-8 設定

  • Property svn:mime-type set to application/x-httpd-php; 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.