158159160161162163164165166167168
} if (sb.length() == 0) return true; array.put(sb, is.unserialize(env)); } } } catch (IOException e) { throw new QuercusModuleException(e); }
167168169170171172173174175176177
if (sb.length() == 0) return true; String key = sb.toString(); array.put(env.createStringOld(key), is.unserialize(env)); } } } catch (IOException e) { throw new QuercusModuleException(e); }