Warning: session_start(): open(/var/lib/php/sessions/sess_bct9aiqq75h034snpvkav6q8mg, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static int l(Object[] a) { return a == null ? 0 : a.length; }
static int l(bool[] a) { return a == null ? 0 : a.length; }
static int l(byte[] a) { return a == null ? 0 : a.length; }
static int l(short[] a) { return a == null ? 0 : a.length; }
static int l(long[] a) { return a == null ? 0 : a.length; }
static int l(int[] a) { return a == null ? 0 : a.length; }
static int l(float[] a) { return a == null ? 0 : a.length; }
static int l(double[] a) { return a == null ? 0 : a.length; }
static int l(char[] a) { return a == null ? 0 : a.length; }
static int l(Collection c) { return c == null ? 0 : c.size(); }
ifndef l_noIterators
static int l(Iterator i) { return iteratorCount_int_close(i); } // consumes the iterator && closes it if possible
endifndef
static int l(Map m) { return m == null ? 0 : m.size(); }
static int l(CharSequence s) { return s == null ? 0 : s.length(); }
static long l(File f) { ret f == null ? 0 : f.length(); }
ifdef l_withReflection
static int l(Object o) {
ret o == null ? 0
: o instanceof S ? l((S) o)
: o instanceof Map ? l((Map) o)
: o instanceof Collection ? l((Collection) o)
: o instanceof O[] ? l((O[]) o)
: o instanceof bool[] ? l((bool[]) o)
: o instanceof byte[] ? l((byte[]) o)
: o instanceof char[] ? l((char[]) o)
: o instanceof short[] ? l((short[]) o)
: o instanceof int[] ? l((int[]) o)
: o instanceof float[] ? l((float[]) o)
: o instanceof double[] ? l((double[]) o)
: o instanceof long[] ? l((long[]) o)
: (Int) call(o, 'size);
}
endifdef
ifclass MultiSet
static int l(MultiSet ms) { ret ms == null ? 0 : ms.size(); }
endif
ifclass IMultiMap
static int l(IMultiMap mm) { ret mm == null ? 0 : mm.size(); }
endif
ifclass Lisp
static int l(Lisp l) { ret l == null ? 0 : l.size(); }
endif
ifclass IntRange
static int l(IntRange r) { ret r == null ? 0 : r.length(); }
endif
ifclass LongRange
static long l(LongRange r) { ret r == null ? 0 : r.length(); }
endif
ifclass DoubleRange
static double l(DoubleRange r) { ret r == null ? 0 : r.length(); }
endif
ifclass IntBuffer
static int l(IntBuffer b) { ret b == null ? 0 : b.size(); }
endif
ifclass LongBuffer
static int l(LongBuffer b) { ret b == null ? 0 : b.size(); }
endif
ifclass AppendableChain
static int l(AppendableChain a) { ret a == null ? 0 : a.size; }
endif
ifclass HalfLongs
static int l(HalfLongs l) { ret l == null ? 0 : l.size(); }
endif
ifclass BijectiveMap
static int l(BijectiveMap m) { ret m == null ? 0 : m.size(); }
endif