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
diff --git a/smarty/Smarty-2.6.10/unit_test/templates/parse_math.tpl b/smarty/Smarty-2.6.10/unit_test/templates/parse_math.tpl
new file mode 100644 (file)
index 0000000..0b787d3
--- /dev/null
@@ -0,0 +1,12 @@
+{foreach name=loop from=$items item=i}
+{$smarty.foreach.loop.iteration+2}
+{$smarty.foreach.loop.iteration+$flt}
+{$smarty.foreach.loop.iteration+$obj->six()}
+{$smarty.foreach.loop.iteration+$obj->ten}
+{/foreach}
+{$obj->ten+$flt}
+{$obj->ten*$flt}
+{$obj->six()+$obj->ten}
+{$obj->ten+$obj->ten}
+{$obj->six()+$flt}
+{$obj->six()+$items.0}
This page took 0.112631 seconds and 4 git commands to generate.