--TEST-- Indirect method call by array - Calling __call() and __callStatic() --FILE-- --EXPECTF-- From foo::__callStatic: string(3) "abc" Notice: Undefined variable: this in %s on line %d NULL From foo::__call: string(3) "abc" object(foo)#%d (0) { }