Home
last modified time | relevance | path

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

123

/PHP-5.6/main/
H A Dphp_content_types.c67 if (length > INT_MAX) { in SAPI_POST_READER_FUNC()
70 (unsigned long) length, INT_MAX); in SAPI_POST_READER_FUNC()
71 length = INT_MAX; in SAPI_POST_READER_FUNC()
H A Dphp.h226 #ifndef INT_MAX
227 #define INT_MAX 2147483647 macro
231 #define INT_MIN (- INT_MAX - 1)
/PHP-5.6/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.6/ext/bcmath/libbcmath/src/
H A Dinit.c53 if ((size_t)length+(size_t)scale > INT_MAX) {
54 zend_error(E_ERROR, "Result too long, max is %d", INT_MAX);
/PHP-5.6/ext/xmlrpc/libxmlrpc/
H A Dsimplestring.c204 if((INT_MAX - add_len) < target->len || (INT_MAX - add_len - 1) < target->len) { in simplestring_addn()
H A Dbase64.c35 if ((INT_MAX - b->length) <= 512) { in buffer_add()
/PHP-5.6/ext/gd/
H A Dgd_compat.c61 if(a > INT_MAX / b) { in overflow2()
/PHP-5.6/ext/standard/
H A Dbase64.c69 if (((size_t)length + 2) / 3 > INT_MAX/4 ) { in php_base64_encode()
71 php_error_docref(NULL TSRMLS_CC, E_WARNING, "String too long, maximum is %d", INT_MAX/4); in php_base64_encode()
H A Dquot_print.c278 if (new_str_len > INT_MAX) { in PHP_FUNCTION()
279 php_error_docref(NULL TSRMLS_CC, E_WARNING, "String too long, max length is %d", INT_MAX); in PHP_FUNCTION()
H A Dphp_smart_str.h60 : (newlen >= (INT_MAX - SMART_STR_PREALLOC)? newlen \
67 if (UNEXPECTED((d)->a >= INT_MAX)) { \
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 Duuencode.c204 php_error_docref(NULL TSRMLS_CC, E_WARNING, "String too long, max length is %d", INT_MAX); in PHP_FUNCTION()
/PHP-5.6/ext/gd/tests/
H A Dbug77269.phpt19 Warning: imagecreate():%S product of memory allocation multiplication would exceed INT_MAX, failing…
H A Dlibgd00101.phpt14 …(): gd warning: product of memory allocation multiplication would exceed INT_MAX, failing operatio…
H A Dlibgd00094.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 Dcreatefromwbmp2_extern.phpt45 gd warning: product of memory allocation multiplication would exceed INT_MAX, failing operation gra…
H A Dbug72339.phpt35 …(): gd warning: product of memory allocation multiplication would exceed INT_MAX, failing operatio…
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.6/ext/calendar/
H A Djulian.c179 if (yearl > INT_MAX || yearl < INT_MIN) { in SdnToJulian()
/PHP-5.6/ext/bz2/
H A Dbz2.c577 if (size > INT_MAX) { in PHP_FUNCTION()
587 if (size > INT_MAX) { in PHP_FUNCTION()
588 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Decompressed size too big, max is %d", INT_MAX); in PHP_FUNCTION()
/PHP-5.6/win32/
H A Dphp_stdint.h205 #define SIG_ATOMIC_MAX INT_MAX
/PHP-5.6/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp208 if (rules_len > INT_MAX - 1) { in PHP_FUNCTION()

Completed in 76 milliseconds

123