Home
last modified time | relevance | path

Searched refs:INT_MAX (Results 1 – 25 of 49) sorted by relevance

12

/PHP-5.5/ext/gd/libgd/
H A Dgd_security.c26 if(a > INT_MAX / b) { in overflow2()
H A Dgd_jpeg.c370 if (cinfo.image_height > INT_MAX) { in gdImageCreateFromJpegCtxEx()
371 … is greater than INT_MAX (%d) (and thus greater than gd can handle)", cinfo.image_height, INT_MAX); in gdImageCreateFromJpegCtxEx()
374 if (cinfo.image_width > INT_MAX) { in gdImageCreateFromJpegCtxEx()
375 …) is greater than INT_MAX (%d) (and thus greater than gd can handle)", cinfo.image_width, INT_MAX); in gdImageCreateFromJpegCtxEx()
/PHP-5.5/ext/gd/
H A Dgd_compat.c57 if(a > INT_MAX / b) { in overflow2()
/PHP-5.5/ext/gd/tests/
H A Dlibgd00094.phpt14 …(): gd warning: product of memory allocation multiplication would exceed INT_MAX, failing operatio…
H A Dlibgd00101.phpt14 …(): gd warning: product of memory allocation multiplication would exceed INT_MAX, failing operatio…
H A Dimageloadfont_invalid.phpt22 …(): gd warning: product of memory allocation multiplication would exceed INT_MAX, failing operatio…
H A Dbug72339.phpt30 …(): gd warning: product of memory allocation multiplication would exceed INT_MAX, failing operatio…
H A Dcreatefromwbmp2_extern.phpt45 gd warning: product of memory allocation multiplication would exceed INT_MAX, failing operation gra…
H A Dcreatefromwbmp2.phpt45 …(): gd warning: product of memory allocation multiplication would exceed INT_MAX, failing operatio…
H A Dbug66356.phpt47 Warning: imagecrop(): gd warning: product of memory allocation multiplication would exceed INT_MAX,…
/PHP-5.5/ext/calendar/
H A Djulian.c179 if (yearl > INT_MAX || yearl < INT_MIN) { in SdnToJulian()
/PHP-5.5/main/
H A Dphp.h223 #ifndef INT_MAX
224 #define INT_MAX 2147483647 macro
228 #define INT_MIN (- INT_MAX - 1)
/PHP-5.5/ext/standard/
H A Dformatted_print.c94 if(m_width > INT_MAX - *pos - 1) { in php_sprintf_appendstring()
102 if(*size > INT_MAX/2) { in php_sprintf_appendstring()
356 if (num >= INT_MAX || num < 0) { in php_sprintf_getnumber()
513 …ror_docref(NULL TSRMLS_CC, E_WARNING, "Width must be greater than zero and less than %d", INT_MAX); in php_formatted_print()
530 …docref(NULL TSRMLS_CC, E_WARNING, "Precision must be greater than zero and less than %d", INT_MAX); in php_formatted_print()
H A Dpack.c57 if ((a) < 0 || ((INT_MAX - outputpos)/((int)b)) < (a)) { \
676 if (size != 0 && size != -1 && INT_MAX - size + 1 < inputpos) { in PHP_FUNCTION()
855 v = ~INT_MAX; in PHP_FUNCTION()
H A Dphp_smart_str.h66 if (UNEXPECTED((d)->a >= INT_MAX)) { \
H A Dstreamsfuncs.c442 if (len > INT_MAX) { in PHP_FUNCTION()
443 …hp_error_docref(NULL TSRMLS_CC, E_WARNING, "content truncated from %ld to %d bytes", len, INT_MAX); in PHP_FUNCTION()
444 len = INT_MAX; in PHP_FUNCTION()
1460 if (csize > INT_MAX) { in PHP_FUNCTION()
1461 php_error_docref(NULL TSRMLS_CC, E_WARNING, "The chunk size cannot be larger than %d", INT_MAX); in PHP_FUNCTION()
H A Dstring.c140 if (UNEXPECTED(oldlen * 2 * sizeof(char) > INT_MAX)) { in php_bin2hex()
1976 if (offset < -INT_MAX || -offset > haystack_len) {
2086 if (offset < -INT_MAX || -offset > haystack_len) {
2162 if(chunks > INT_MAX - 1) {
2166 if(endlen !=0 && out_len > INT_MAX/endlen) {
2170 if(out_len > INT_MAX - srclen - 1) {
2655 if (UNEXPECTED(new_len > INT_MAX)) {
3543 if (UNEXPECTED(newlen > INT_MAX)) {
4309 if (UNEXPECTED(new_length > INT_MAX)) {
4932 if(result_len > INT_MAX) {
[all …]
H A Dphp_fopen_wrapper.c291 dtablesize = INT_MAX; in php_stream_url_wrap_php()
H A Dpassword.c118 if (length > (INT_MAX / 3)) { in php_password_make_salt()
/PHP-5.5/win32/
H A Dphp_stdint.h205 #define SIG_ATOMIC_MAX INT_MAX
/PHP-5.5/Zend/
H A Dzend_constants.h31 #define PHP_USER_CONSTANT INT_MAX /* a constant defined in user space */
/PHP-5.5/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp208 if (rules_len > INT_MAX - 1) { in PHP_FUNCTION()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcreposix.c353 if (nmatch > INT_MAX/(sizeof(int) * 3)) return REG_ESPACE; in regexec()
H A Dpcre_exec.c2756 if (max == 0) max = INT_MAX; in match()
3346 max = INT_MAX; in match()
3354 max = INT_MAX; in match()
3382 if (max == 0) max = INT_MAX; in match()
3732 max = INT_MAX; in match()
3740 max = INT_MAX; in match()
3776 if (max == 0) max = INT_MAX; in match()
4098 max = INT_MAX; in match()
4105 max = INT_MAX; in match()
4133 if (max == 0) max = INT_MAX; in match()
[all …]
/PHP-5.5/ext/shmop/
H A Dshmop.c259 if (count < 0 || start > (INT_MAX - count) || start + count > shmop->size) { in PHP_FUNCTION()

Completed in 96 milliseconds

12