Beispiel #1
0
 @Override
 public int hashCode() {
   return (env == null ? 1 : env.hashCode()) | PhptTestCase.hashCode(ini);
 }