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
1 {$obj->meth($foo, 2.5)}
2 {$obj->meth(2.5, $foo)}
3 {$obj->meth(2.5)}
4 {$obj->meth($obj->val, "foo")}
5 {$obj->meth("foo", $obj->val)}
6 {$obj->meth("foo", $foo)}
7 {$obj->meth($obj->arr.one, 2)}
8 {$obj->meth($obj->meth("foo", $foo))}
This page took 0.261955 seconds and 4 git commands to generate.