source: branches/comu/data/module/Smarty/unit_test/templates/parse_obj_meth.tpl @ 12197

Revision 12197, 223 bytes checked in by adati, 17 years ago (diff)

1.3.0正式版のマージ

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.