--TEST-- Incompatible context call (non-internal function) --FILE-- bar(); } catch (Throwable $e) { echo "Exception: " . $e->getMessage() . "\n"; } ?> --EXPECT-- Exception: Non-static method A::foo() cannot be called statically