--TEST-- Bug #42211 (property_exists() fails to find protected properties from a parent class) --FILE-- foo(); $b = new B(); $b->foo(); ?> --EXPECT-- bool(true) bool(true) bool(true) bool(true) bool(true) bool(true)