initial commit

This commit is contained in:
mohrt
2004-09-10 13:30:13 +00:00
parent 249f78d097
commit 54e0324cb2

View File

@@ -0,0 +1,8 @@
{$obj->meth($foo, 2.5)}
{$obj->meth(2.5, $foo)}
{$obj->meth(2.5)}
{$obj->meth($obj->val, "foo")}
{$obj->meth("foo", $obj->val)}
{$obj->meth("foo", $foo)}
{$obj->meth($obj->arr.one, 2)}
{$obj->meth($obj->meth("foo", $foo))}