*** empty log message ***
This commit is contained in:
parent
4dcf3881d0
commit
a609fc8f90
153 changed files with 20982 additions and 278 deletions
|
@ -0,0 +1 @@
|
|||
{$foo}
|
|
@ -0,0 +1 @@
|
|||
{$smarty.const.TEST_CONSTANT}
|
|
@ -0,0 +1 @@
|
|||
TEST STRING
|
|
@ -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}
|
|
@ -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))}
|
Loading…
Add table
Add a link
Reference in a new issue