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))
846 long cutoff; in _php_math_basetozval() local855 cutoff = LONG_MAX / base; in _php_math_basetozval()876 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
5215 - Fixed phpinfo() cutoff of variables at \0. (Ilia)6838 - Fixed bug #31398 (When magic_guotes_gpc are enabled filenames with ' get cutoff).
Completed in 28 milliseconds