--TEST-- Closure 045: Closures created in static methods are not implicitly static --FILE-- bindTo(new A); echo "Done.\n"; ?> --EXPECT-- Done.