Home
last modified time | relevance | path

Searched refs:cutoff (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/intl/collator/
H A Dcollator_is_numeric.c136 register unsigned long cutoff; local
187 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))
/PHP-5.5/ext/standard/
H A Dmath.c846 long cutoff; in _php_math_basetozval() local
855 cutoff = LONG_MAX / base; in _php_math_basetozval()
876 if (num < cutoff || (num == cutoff && c <= cutlim)) { in _php_math_basetozval()
/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_f_2.phpt67 var_dump(sprintf("[%10.10s]", $t)); // left-justification but with a cutoff of 10 characters
/PHP-5.5/
H A DNEWS8265 - Fixed phpinfo() cutoff of variables at \0. (Ilia)
9888 - Fixed bug #31398 (When magic_guotes_gpc are enabled filenames with ' get cutoff).

Completed in 47 milliseconds