Home
last modified time | relevance | path

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

12

/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/calendar/
H A Djulian.c179 if (yearl > INT_MAX || yearl < INT_MIN) { in SdnToJulian()
/PHP-5.5/ext/date/
H A Dphp_date.c4944 Z_TYPE_PP(ht_entry) == IS_LONG && Z_LVAL_PP(ht_entry) >= 0 && Z_LVAL_PP(ht_entry) <= INT_MAX) { in php_date_period_initialize_from_hash()
/PHP-5.5/ext/gd/
H A Dgd.c1571 if (x_size <= 0 || y_size <= 0 || x_size >= INT_MAX || y_size >= INT_MAX) { in PHP_FUNCTION()
2152 if (x_size <= 0 || y_size <= 0 || x_size >= INT_MAX || y_size >= INT_MAX) { in PHP_FUNCTION()
H A Dgd_compat.c57 if(a > INT_MAX / b) { in overflow2()
/PHP-5.5/ext/gd/libgd/
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()
H A Dgd_security.c26 if(a > INT_MAX / b) { in overflow2()
/PHP-5.5/ext/gd/tests/
H A Dbug66356.phpt47 Warning: imagecrop(): gd warning: product of memory allocation multiplication would exceed INT_MAX,…
H A Dbug72339.phpt30 …(): 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 Dcreatefromwbmp2_extern.phpt45 gd warning: product of memory allocation multiplication would exceed INT_MAX, failing operation gra…
H A Dimageloadfont_invalid.phpt22 …(): 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 Dlibgd00101.phpt14 …(): gd warning: product of memory allocation multiplication would exceed INT_MAX, failing operatio…
/PHP-5.5/ext/hash/
H A Dhash.c645 if (salt_len > INT_MAX - 4) { in PHP_FUNCTION()
/PHP-5.5/ext/interbase/
H A Dibase_query.c33 #define ISC_LONG_MAX INT_MAX
/PHP-5.5/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp208 if (rules_len > INT_MAX - 1) { in PHP_FUNCTION()
/PHP-5.5/ext/mcrypt/
H A Dmcrypt.c1407 if (size <= 0 || size >= INT_MAX) { in PHP_FUNCTION()
1408 …SRMLS_CC, E_WARNING, "Cannot create an IV with a size of less than 1 or greater than %d", INT_MAX); in PHP_FUNCTION()
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c1036 if (uval > INT_MAX) {
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c81 if (uval > INT_MAX) { in ps_fetch_from_1_to_8_bytes()
/PHP-5.5/ext/oci8/
H A Dphp_oci8_int.h75 #define PHP_OCI_MAX_DATA_SIZE INT_MAX
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog3935 large number - greater than INT_MAX/(3*sizeof(int)) - REG_ESPACE is
H A Dpcre_compile.c78 #define OFLOW_MAX (INT_MAX - 20)
1155 if (s > INT_MAX / 10 - 1) /* Integer overflow */ in check_escape()
1222 if (s > INT_MAX / 10 - 1) /* Integer overflow */ in check_escape()
6092 (INT64_OR_DOUBLE)INT_MAX || in compile_branch()
6166 > (INT64_OR_DOUBLE)INT_MAX || in compile_branch()
6801 if (recno > INT_MAX / 10 - 1) /* Integer overflow */ in compile_branch()
6941 if (recno > INT_MAX / 10 - 1) /* Integer overflow */ in compile_branch()
7436 if (recno > INT_MAX / 10 - 1) /* Integer overflow */ in compile_branch()
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 …]
H A Dpcre_internal.h205 #define PCRE_INT16_MAX INT_MAX
214 #define PCRE_INT32_MAX INT_MAX

Completed in 142 milliseconds

12