--TEST-- Bug #47801 (__call() accessed via parent:: operator is provided incorrect method name) --FILE-- getFoo(); $b = new B(); $b->getFoo(); ?> --EXPECT-- magic method called: getFoo magic method called: getFoo