--TEST-- Aliasing leading to conflict should result in error message --FILE-- hello(); $o->world(); ?> --EXPECTF-- Warning: Trait method world has not been applied, because there are collisions with other trait methods on MyClass in %s on line %d Hello Fatal error: Call to undefined method MyClass::world() in %s on line %d