source: branches/dev/data/module/Smarty/unit_test/templates/parse_obj_meth.tpl @ 8

Revision 8, 223 bytes checked in by root, 17 years ago (diff)

new import

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.