--TEST-- Testing __call and __callstatic --XFAIL-- http://bugs.php.net/bug.php?id=45089 --FILE-- $b(); $a->baz(); a::Foo(); ?> --EXPECT-- __callstatic: Test __call: Test __call: Bar __callstatic: Foo