mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 19:04:27 +02:00
initial commit
This commit is contained in:
8
unit_test/templates/assign_obj.tpl
Normal file
8
unit_test/templates/assign_obj.tpl
Normal file
@@ -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))}
|
Reference in New Issue
Block a user