Lines Matching refs:new
5 new A;6 new A($b);9 new $a();10 new $a['b']();11 new A::$b();13 new $a->b();14 new $a->b->c();15 new $a->b['c']();17 // test regression introduces by new dereferencing syntax18 (new A);151 0: // test regression introduces by new dereferencing syntax