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_obj_meth.tpl
diff --git a/smarty/Smarty-2.6.10/unit_test/templates/parse_obj_meth.tpl b/smarty/Smarty-2.6.10/unit_test/templates/parse_obj_meth.tpl
new file mode 100644 (file)
index 0000000..ab19832
--- /dev/null
@@ -0,0 +1,8 @@
+{$obj->meth($foo, 2.5)}
+{$obj->meth(2.5, $foo)}
+{$obj->meth(2.5)}
+{$obj->meth($obj->val, "foo")}
+{$obj->meth("foo", $obj->val)}
+{$obj->meth("foo", $foo)}
+{$obj->meth($obj->arr.one, 2)}
+{$obj->meth($obj->meth("foo", $foo))}
This page took 0.095598 seconds and 4 git commands to generate.