UINT_MAX          113 Zend/zend_ast.c 	if (ast->lineno == UINT_MAX) {
UINT_MAX           45 Zend/zend_range_check.h # define ZEND_LONG_UINT_OVFL(zlong) UNEXPECTED((zlong) < 0 || (zlong) > (zend_long)UINT_MAX)
UINT_MAX           56 Zend/zend_range_check.h # define ZEND_SIZE_T_UINT_OVFL(size) UNEXPECTED((size) > (size_t)UINT_MAX)
UINT_MAX           56 ext/com_dotnet/com_variant.c 		} else if (intindex > UINT_MAX) {
UINT_MAX           57 ext/com_dotnet/com_variant.c 			php_error_docref(NULL, E_WARNING, "COM: max number %u of elements in safe array exceeded", UINT_MAX);
UINT_MAX         2234 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "String overflows the max allowed length of %u", UINT_MAX);
UINT_MAX         2282 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Haystack length overflows the max allowed length of %u", UINT_MAX);
UINT_MAX         2285 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Needle length overflows the max allowed length of %u", UINT_MAX);
UINT_MAX         2359 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Haystack length overflows the max allowed length of %u", UINT_MAX);
UINT_MAX         2362 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Needle length overflows the max allowed length of %u", UINT_MAX);
UINT_MAX         2458 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Haystack length overflows the max allowed length of %u", UINT_MAX);
UINT_MAX         2461 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Needle length overflows the max allowed length of %u", UINT_MAX);
UINT_MAX         2497 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Haystack length overflows the max allowed length of %u", UINT_MAX);
UINT_MAX         2500 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Needle length overflows the max allowed length of %u", UINT_MAX);
UINT_MAX         2539 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Haystack length overflows the max allowed length of %u", UINT_MAX);
UINT_MAX         2542 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Needle length overflows the max allowed length of %u", UINT_MAX);
UINT_MAX         2612 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Haystack length overflows the max allowed length of %u", UINT_MAX);
UINT_MAX         2615 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Needle length overflows the max allowed length of %u", UINT_MAX);
UINT_MAX         2687 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Haystack length overflows the max allowed length of %u", UINT_MAX);
UINT_MAX         2690 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Needle length overflows the max allowed length of %u", UINT_MAX);
UINT_MAX         2761 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Haystack length overflows the max allowed length of %u", UINT_MAX);
UINT_MAX         2764 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Needle length overflows the max allowed length of %u", UINT_MAX);
UINT_MAX         2829 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Haystack length overflows the max allowed length of %u", UINT_MAX);
UINT_MAX         2832 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Needle length overflows the max allowed length of %u", UINT_MAX);
UINT_MAX         2956 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "String length overflows the max allowed length of %u", UINT_MAX);
UINT_MAX         3028 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "String length overflows the max allowed length of %u", UINT_MAX);
UINT_MAX         3490 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "String length overflows the max allowed length of %u", UINT_MAX);
UINT_MAX         3549 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "String length overflows the max allowed length of %u", UINT_MAX);
UINT_MAX         3587 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "String length overflows the max allowed length of %u", UINT_MAX);
UINT_MAX          201 ext/pcre/pcrelib/pcre_internal.h #elif UINT_MAX == 65535
UINT_MAX          204 ext/pcre/pcrelib/pcre_internal.h #define PCRE_UINT16_MAX UINT_MAX
UINT_MAX          210 ext/pcre/pcrelib/pcre_internal.h #if UINT_MAX == 4294967295U
UINT_MAX          213 ext/pcre/pcrelib/pcre_internal.h #define PCRE_UINT32_MAX UINT_MAX
UINT_MAX           69 ext/pgsql/pgsql.c #if ZEND_LONG_MAX < UINT_MAX
UINT_MAX         2428 ext/pgsql/pgsql.c #if UINT_MAX > ZEND_LONG_MAX /* Oid is unsigned int, we don't need this code, where LONG is wider */
UINT_MAX         2533 ext/pgsql/pgsql.c #if UINT_MAX > ZEND_LONG_MAX
UINT_MAX          359 ext/phar/tar.c 			if (entry.filename_len == UINT_MAX || entry.filename_len == 0) {
UINT_MAX          246 ext/session/mod_files.c 		unsigned int to_write = ZSTR_LEN(val) > UINT_MAX ? UINT_MAX : (unsigned int)ZSTR_LEN(val);
UINT_MAX          255 ext/session/mod_files.c 			to_write = wrote > -1 ? (ZSTR_LEN(val) - n > UINT_MAX ? UINT_MAX : (unsigned int)(ZSTR_LEN(val) - n)): 0;
UINT_MAX          492 ext/session/mod_files.c 		unsigned int to_read = ZSTR_LEN(*val) > UINT_MAX ? UINT_MAX : (unsigned int)ZSTR_LEN(*val);
UINT_MAX          501 ext/session/mod_files.c 			to_read = read_in > -1 ? (ZSTR_LEN(*val) - n > UINT_MAX ? UINT_MAX : (unsigned int)(ZSTR_LEN(*val) - n)): 0;
UINT_MAX         1193 ext/sockets/conversions.c 	if (iovlen > UINT_MAX) {
UINT_MAX         1239 ext/sockets/conversions.c 		if (Z_LVAL_P(zv) < 0 || Z_LVAL_P(zv) > UINT_MAX) { /* allow 0 (unspecified interface) */
UINT_MAX         1241 ext/sockets/conversions.c 					"larger than %u; given %pd", UINT_MAX, Z_LVAL_P(zv));
UINT_MAX           93 ext/sockets/multicast.c 		if (Z_LVAL_P(val) < 0 || Z_LVAL_P(val) > UINT_MAX) {
UINT_MAX           96 ext/sockets/multicast.c 				" given %pd", UINT_MAX, Z_LVAL_P(val));
UINT_MAX           69 ext/sockets/sockaddr_conv.c 			if (lval > 0 && lval <= UINT_MAX) {
UINT_MAX          964 ext/standard/url_scanner_ex.c 			if (len > UINT_MAX)
UINT_MAX          965 ext/standard/url_scanner_ex.c 				len = UINT_MAX;
UINT_MAX          127 ext/zip/lib/zip_source_crc.c 		    nn = ZIP_MIN(UINT_MAX, (zip_uint64_t)n-i);
UINT_MAX          111 ext/zip/lib/zip_source_deflate.c     out_len = (uInt)ZIP_MIN(UINT_MAX, len);
UINT_MAX          134 ext/zip/lib/zip_source_deflate.c 		    out_len = (uInt)ZIP_MIN(UINT_MAX, len-out_offset);
UINT_MAX          210 ext/zip/lib/zip_source_deflate.c     out_len = (uInt)ZIP_MIN(UINT_MAX, len);
UINT_MAX          223 ext/zip/lib/zip_source_deflate.c 		    out_len = (uInt)ZIP_MIN(UINT_MAX, len-out_offset);
UINT_MAX          929 main/fastcgi.c 			unsigned int out_len = tmp > UINT_MAX ? UINT_MAX : (unsigned int)tmp;
UINT_MAX          966 main/fastcgi.c 			unsigned int in_len = tmp > UINT_MAX ? UINT_MAX : (unsigned int)tmp;
UINT_MAX           58 main/streams/plain_wrapper.c # define PLAIN_WRAP_BUF_SIZE(st) (((st) > UINT_MAX) ? UINT_MAX : (unsigned int)(st))
UINT_MAX          341 main/streams/plain_wrapper.c 			count = UINT_MAX;
UINT_MAX          488 sapi/cgi/cgi_main.c 		unsigned int to_read = (diff > UINT_MAX) ? UINT_MAX : (unsigned int)diff;