Warning: session_start(): open(/var/lib/php/sessions/sess_9pprif8ac7vod17vs6lc5oun54, 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
sbool canNewPreciseCall(O o, S method, O... args) ctex {
if (o == null) null;
bool staticCall = o instanceof Class;
Class c = staticCall ? (Class) o : o.getClass();
O target = staticCall ? null : o;
_MethodCache cache = callOpt_getCache(c);
L methods = cache.cache.get(method);
if (methods != null) for (Method m : methods) {
if (staticCall && !isStaticMethod(m)) continue;
int score = methodApplicabilityScore_withPrimitiveWidening(m, args);
if (score < Int.MAX_VALUE) true;
}
false;
}