source: branches/feature-module-update/data/module/Smarty/unit_test/templates/parse_obj_meth.tpl @ 15079

Revision 15079, 223 bytes checked in by nanasess, 17 years ago (diff)

svn:mime-type application/x-httpd-php; charset=UTF-8 設定

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
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.