Home
last modified time | relevance | path

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

123

/PHP-7.3/Zend/
H A Dzend_range_check.h42 # define ZEND_LONG_INT_OVFL(zlong) UNEXPECTED((zlong) > (zend_long)INT_MAX)
54 #define ZEND_SIZE_T_INT_OVFL(size) UNEXPECTED((size) > (size_t)INT_MAX)
/PHP-7.3/ext/bcmath/libbcmath/src/
H A Dinit.c49 if ((size_t)length+(size_t)scale > INT_MAX) {
50 zend_error(E_ERROR, "Result too long, max is %d", INT_MAX);
/PHP-7.3/ext/gd/libgd/
H A Dgd_security.c27 if(a > INT_MAX / b) { in overflow2()
H A Dgd_jpeg.c376 if (cinfo.image_height > INT_MAX) { in gdImageCreateFromJpegCtxEx()
377 … is greater than INT_MAX (%d) (and thus greater than gd can handle)", cinfo.image_height, INT_MAX); in gdImageCreateFromJpegCtxEx()
380 if (cinfo.image_width > INT_MAX) { in gdImageCreateFromJpegCtxEx()
381 …) is greater than INT_MAX (%d) (and thus greater than gd can handle)", cinfo.image_width, INT_MAX); in gdImageCreateFromJpegCtxEx()
/PHP-7.3/ext/zip/lib/
H A Dzip_get_num_files.c46 if (za->nentry > INT_MAX) { in zip_get_num_files()
/PHP-7.3/ext/gd/
H A Dgd_compat.c55 if(a > INT_MAX / b) { in overflow2()
/PHP-7.3/ext/gd/tests/
H A Dbug77269.phpt19 Warning: imagescale():%S product of memory allocation multiplication would exceed INT_MAX, failing …
H A Dbug77272.phpt18 Warning: imagescale():%S product of memory allocation multiplication would exceed INT_MAX, failing …
H A Dbug77479.phpt18 Warning: imagewbmp():%S product of memory allocation multiplication would exceed INT_MAX, failing o…
H A Dlibgd00101.phpt14 Warning: imagecreatefromgd(): product of memory allocation multiplication would exceed INT_MAX, fai…
H A Dimageloadfont_invalid.phpt22 Warning: imageloadfont(): product of memory allocation multiplication would exceed INT_MAX, failing…
H A Dcreatefromwbmp2_extern.phpt45 gd warning: product of memory allocation multiplication would exceed INT_MAX, failing operation gra…
H A Dbug72339.phpt35 Warning: imagecreatefromgd2(): product of memory allocation multiplication would exceed INT_MAX, fa…
H A Dcreatefromwbmp2.phpt45 Warning: imagecreatefromwbmp(): product of memory allocation multiplication would exceed INT_MAX, f…
H A Dbug66356.phpt47 Warning: imagecrop(): product of memory allocation multiplication would exceed INT_MAX, failing ope…
/PHP-7.3/ext/calendar/
H A Djulian.c179 if (yearl > INT_MAX || yearl < INT_MIN) { in SdnToJulian()
/PHP-7.3/main/
H A Dphp.h281 #ifndef INT_MAX
282 #define INT_MAX 2147483647 macro
286 #define INT_MIN (- INT_MAX - 1)
/PHP-7.3/ext/bz2/
H A Dbz2.c144 int to_read = (int)(remain <= INT_MAX ? remain : INT_MAX); in php_bz2iop_read()
172 int to_write = (int)(remain <= INT_MAX ? remain : INT_MAX); in php_bz2iop_write()
/PHP-7.3/ext/json/
H A Djson.c347 if (depth > INT_MAX) { in PHP_FUNCTION()
348 php_error_docref(NULL, E_WARNING, "Depth must be lower than %d", INT_MAX); in PHP_FUNCTION()
/PHP-7.3/ext/standard/
H A Dformatted_print.c87 if(m_width > INT_MAX - *pos - 1) { in php_sprintf_appendstring()
351 if (num >= INT_MAX || num < 0) { in php_sprintf_getnumber()
512 … php_error_docref(NULL, E_WARNING, "Width must be greater than zero and less than %d", INT_MAX); in php_formatted_print()
531 …php_error_docref(NULL, E_WARNING, "Precision must be greater than zero and less than %d", INT_MAX); in php_formatted_print()
H A Dpack.c49 if ((a) < 0 || ((INT_MAX - outputpos)/((int)b)) < (a)) { \
345 if (currentarg > INT_MAX - arg) { in PHP_FUNCTION()
899 if (size != 0 && size != -1 && INT_MAX - size + 1 < inputpos) { in PHP_FUNCTION()
1077 v = ~INT_MAX; in PHP_FUNCTION()
/PHP-7.3/win32/
H A Dselect.c46 if (max_fd > (php_socket_t)INT_MAX) { in php_select()
H A Dphp_stdint.h203 #define SIG_ATOMIC_MAX INT_MAX
/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dbase64.c35 if ((INT_MAX - b->length) <= 512) { in buffer_add()
/PHP-7.3/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp208 if (rules_len > INT_MAX - 1) { in PHP_FUNCTION()

Completed in 86 milliseconds

123