~ubuntu-branches/ubuntu/edgy/smarty/edgy-security

« back to all changes in this revision

Viewing changes to unit_test/templates/parse_obj_meth.tpl

  • Committer: Bazaar Package Importer
  • Author(s): Dimitri Fontaine
  • Date: 2005-03-29 11:53:20 UTC
  • mfrom: (0.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050329115320-g3rvndgnn75ogm35
Tags: 2.6.8-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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))}