On Tuesday 26 August 2008 00:16:10 [EMAIL PROTECTED] wrote: > Log: > [pipp] more freed and PIR'd phparray tests
> --- trunk/languages/pipp/t/pmc/array.t (original) > +++ trunk/languages/pipp/t/pmc/array.t Tue Aug 26 00:16:09 2008 > @@ -562,9 +567,296 @@ > is_ok = 0 > current_and_key_ok: > ok(is_ok, "current() and key() work properly") > +.end > + > +.sub shallow_cmp_tests > + .local pmc p1, p2 > + .local int i, j, is_ok > + > + p1 = new PhpArray > + p2 = new PhpArray PhpArray should be quoted there; we won't guarantee that non-quoted forms work in PIR in the long term. -- c