--TEST-- Reflection Bug #36337 (ReflectionProperty fails to return correct visibility) --FILE-- isProtected()); } } final class myEnum extends enum { public $_values = array( 0 => 'No value', ); } $x = new myEnum(); echo "Done\n"; ?> --EXPECT-- bool(false) Done