Searched refs:cutoff (Results 1 – 4 of 4) sorted by relevance
136 register unsigned long cutoff; local187 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX;188 cutlim = cutoff % (unsigned long)base;189 cutoff /= (unsigned long)base;202 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
824 long cutoff; in _php_math_basetozval() local833 cutoff = LONG_MAX / base; in _php_math_basetozval()854 if (num < cutoff || (num == cutoff && c <= cutlim)) { in _php_math_basetozval()
67 var_dump(sprintf("[%10.10s]", $t)); // left-justification but with a cutoff of 10 characters
9843 - Fixed phpinfo() cutoff of variables at \0. (Ilia)11466 - Fixed bug #31398 (When magic_guotes_gpc are enabled filenames with ' get cutoff).
Completed in 38 milliseconds