smarty dir moved
[mirrors/Kyberia-bloodline.git] / wwwroot / smarty / unit_test / templates / parse_obj_meth.tpl
diff --git a/wwwroot/smarty/unit_test/templates/parse_obj_meth.tpl b/wwwroot/smarty/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.09369 seconds and 4 git commands to generate.