source:
closed/hackathon-pointonoff/data/module/Smarty/unit_test/templates/parse_obj_meth.tpl
@
15079
| Revision 15079, 223 bytes checked in by nanasess, 19 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 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))} |
Note: See TracBrowser
for help on using the repository browser.
