--TEST-- Request #55247 (Parser problem with static calls using string method name) --FILE-- method(); $test->$method(); $test->{'method'}(); Test::method(); Test::$method(); Test::{'method'}(); ?> --EXPECT-- method method method method method method