--TEST-- Incompatible context call (non-internal function) --FILE-- bar(); } catch (Throwable $e) { echo "Exception: " . $e->getMessage() . "\n"; } ?> --EXPECTF-- Deprecated: Non-static method A::foo() should not be called statically in %s on line %d Exception: Using $this when not in object context