--TEST-- Semantic of alias operation is to provide an additional identifier for the method body of the original method. It should also work incase the method is fully qualified. --FILE-- a(); $test->b(); ?> --EXPECTF-- AA