--TEST-- Aliases are applied to the correct methods, and only to them. --FILE-- m1(); $o->a1(); $o->m2(); $o->a2(); ?> --EXPECTF-- T:m1 T:m1 T:m2 Fatal error: Call to undefined method C1::a2() in %s on line %d