Home
last modified time | relevance | path

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

/PHP-5.6/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.6/ext/standard/
H A Dmath.c824 long cutoff; in _php_math_basetozval() local
833 cutoff = LONG_MAX / base; in _php_math_basetozval()
854 if (num < cutoff || (num == cutoff && c <= cutlim)) { in _php_math_basetozval()
/PHP-5.6/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.6/
H A DNEWS9843 - Fixed phpinfo() cutoff of variables at \0. (Ilia)
11466 - Fixed bug #31398 (When magic_guotes_gpc are enabled filenames with ' get cutoff).

Completed in 30 milliseconds