--TEST-- self:: class constants should not be propagated into closures, due to scope rebinding --FILE-- f(); var_dump($f->bindTo(new B, 'B')()); ?> --EXPECT-- string(4) "B::C"