MIN 1595 Zend/zend_API.c zend_str_tolower_copy(lcname, fptr->common.function_name, MIN(name_len, sizeof(lcname)-1));
MIN 1288 Zend/zend_compile.c zend_str_tolower_copy(lcname, CG(active_op_array)->function_name, MIN(name_len, sizeof(lcname)-1));
MIN 1880 Zend/zend_operators.c retval = memcmp(s1, s2, MIN(len1, len2));
MIN 1892 Zend/zend_operators.c retval = memcmp(s1, s2, MIN(length, MIN(len1, len2)));
MIN 1894 Zend/zend_operators.c return (MIN(length, len1) - MIN(length, len2));
MIN 1906 Zend/zend_operators.c len = MIN(len1, len2);
MIN 1925 Zend/zend_operators.c len = MIN(length, MIN(len1, len2));
MIN 1935 Zend/zend_operators.c return MIN(length, len1) - MIN(length, len2);
MIN 72 ext/bcmath/libbcmath/src/bcmath.h #ifdef MIN
MIN 87 ext/bcmath/libbcmath/src/compare.c count = n1->n_len + MIN (n1->n_scale, n2->n_scale);
MIN 112 ext/bcmath/libbcmath/src/div.c n1->n_len + MIN(n1->n_scale,scale));
MIN 152 ext/bcmath/libbcmath/src/doaddsub.c min_len = MIN (n1->n_len, n2->n_len);
MIN 153 ext/bcmath/libbcmath/src/doaddsub.c min_scale = MIN (n1->n_scale, n2->n_scale);
MIN 81 ext/bcmath/libbcmath/src/raise.c rscale = MIN (num1->n_scale*exponent, MAX(scale, num1->n_scale));
MIN 101 ext/bcmath/libbcmath/src/recmul.c n2ptr = (char *) (n2end - MIN(indx, n2len-1));
MIN 291 ext/bcmath/libbcmath/src/recmul.c prod_scale = MIN(full_scale,MAX(scale,MAX(n1->n_scale,n2->n_scale)));
MIN 114 ext/bcmath/libbcmath/src/sqrt.c cscale = MIN (cscale*3, rscale+1);
MIN 70 ext/bcmath/libbcmath/src/str2num.c strscale = MIN(strscale, scale);
MIN 839 ext/curl/interface.c length = MIN(size * nmemb, Z_STRLEN_P(retval_ptr));
MIN 65 ext/gd/gdttf.c #ifndef MIN
MIN 493 ext/gd/gdttf.c a->xmin = MIN(MIN(crect[0], crect[2]), MIN(crect[4], crect[6]));
MIN 495 ext/gd/gdttf.c a->ymin = MIN(MIN(crect[1], crect[3]), MIN(crect[5], crect[7]));
MIN 805 ext/gd/gdttf.c ll_x = MIN(bbox->xMin, ll_x);
MIN 807 ext/gd/gdttf.c ll_y = MIN(advance_y + bbox->yMin, ll_y);
MIN 299 ext/gd/libgd/gd.c #ifndef MIN
MIN 302 ext/gd/libgd/gd.c #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c)))
MIN 3890 ext/gd/libgd/gd.c int yv = MIN(MAX(y - 1 + j, 0), src->sy - 1);
MIN 3892 ext/gd/libgd/gd.c pxl = f(srcback, MIN(MAX(x - 1 + i, 0), src->sx - 1), yv);
MIN 113 ext/gd/libgd/gdft.c #ifndef MIN
MIN 14 ext/gd/libgd/gdtestft.c ((MIN((x),(y))) < (MIN((z),(w))) ? (MIN((x),(y))) : (MIN((z),(w))))
MIN 243 ext/mbstring/oniguruma/regint.h #ifdef MIN
MIN 1909 ext/mbstring/oniguruma/regparse.c to = MIN(to1, to2);
MIN 1024 ext/mcrypt/mcrypt.c memcpy(key_s, Z_STRVAL_PP(key), MIN(Z_STRLEN_PP(key), key_length_sizes[0]));
MIN 1037 ext/mcrypt/mcrypt.c memcpy(key_s, Z_STRVAL_PP(key), MIN(Z_STRLEN_PP(key), use_key_length));
MIN 212 ext/mhash/mhash.c salt_len = MIN(salt_len, SALT_SIZE);
MIN 2288 ext/mssql/php_mssql.c dbconvert(NULL, SQLBINARY, (BYTE*)Z_STRVAL_PP(binary), MIN(16, Z_STRLEN_PP(binary)), SQLCHAR, buffer, -1);
MIN 518 ext/oci8/oci8_interface.c data_len = MIN(data_len, write_len);
MIN 527 ext/oci8/oci8_interface.c data_len = MIN(data_len, write_len);
MIN 5525 ext/pgsql/pgsql.c smart_str_appendl(querystr, buf, MIN(snprintf(buf, sizeof(buf), "%F", Z_DVAL_PP(val)), sizeof(buf)-1));
MIN 648 ext/reflection/php_reflection.c string_write(str, Z_STRVAL_P(zv), MIN(Z_STRLEN_P(zv), 15));
MIN 766 ext/session/session.c n = read(fd, rbuf, MIN(to_read, sizeof(rbuf)));
MIN 851 ext/sockets/sockets.c retval = write(php_sock->bsd_socket, str, MIN(length, str_len));
MIN 2158 ext/spl/spl_directory.c str_len = MAX(0, MIN(length, str_len));
MIN 136 ext/standard/crypt.c memcpy(salt, salt_in, MIN(PHP_MAX_SALT_LEN, salt_in_len));
MIN 1286 ext/standard/file.c num_bytes = MAX(0, MIN(Z_LVAL_PP(arg3), Z_STRLEN_PP(arg2)));
MIN 81 ext/standard/formatted_print.c copy_len = (expprec ? MIN(max_width, len) : len);
MIN 620 ext/standard/ftp_fopen_wrapper.c tmp_len = MIN(sizeof(ent->d_name), basename_len - 1);
MIN 2837 ext/standard/string.c MIN(Z_STRLEN_PP(from),
MIN 146 ext/sybase_ct/php_sybase_ct.c for (i = 0; i < (result->store ? result->num_rows : MIN(1, result->num_rows)); i++) {
MIN 170 sapi/aolserver/aolserver.c max_read = MIN(NSG(data_avail), count_bytes);
MIN 146 sapi/apache2filter/sapi_apache2.c n = MIN(to_read, count_bytes);
MIN 267 sapi/cgi/cgi_main.c ret = fwrite(str, 1, MIN(str_length, 16384), stdout);
MIN 442 sapi/cgi/cgi_main.c count_bytes = MIN(count_bytes, (uint) SG(request_info).content_length - SG(read_post_bytes));
MIN 240 sapi/cli/php_cli.c ret = fwrite(str, 1, MIN(str_length, 16384), stdout);
MIN 204 sapi/continuity/capi.c max_read = MIN(count_bytes, SG(request_info).content_length);
MIN 208 sapi/continuity/capi.c max_read = MIN(count_bytes, (SG(request_info).content_length - rc->read_post_bytes));
MIN 57 sapi/embed/php_embed.c ret = fwrite(str, 1, MIN(str_length, 16384), stdout);
MIN 335 sapi/isapi/php5isapi.c read_from_buf = MIN(lpECB->cbAvailable-SG(read_post_bytes), count_bytes);
MIN 343 sapi/isapi/php5isapi.c read_from_input = MIN(count_bytes-read_from_buf, lpECB->cbTotalBytes-SG(read_post_bytes)-read_from_buf);
MIN 528 sapi/nsapi/nsapi.c count_bytes = MIN(count_bytes, SG(request_info).content_length-rc->read_post_bytes);
MIN 539 sapi/nsapi/nsapi.c length = MIN(count_bytes, length);
MIN 220 sapi/pi3web/pi3web_sapi.c read_from_buf = MIN(lpCB->cbAvailable-SG(read_post_bytes), count_bytes);
MIN 228 sapi/pi3web/pi3web_sapi.c read_from_input = MIN(count_bytes-read_from_buf, lpCB->cbTotalBytes-SG(read_post_bytes)-read_from_buf);
MIN 546 sapi/roxen/roxen.c buf_len = MIN(511, ind->u.string->len);
MIN 253 sapi/thttpd/thttpd.c read_bytes = MIN(TG(unconsumed_length), count_bytes);