Home
last modified time | relevance | path

Searched refs:MIN (Results 76 – 92 of 92) sorted by relevance

1234

/PHP-8.2/ext/standard/
H A Dfile.c1025 num_bytes = MIN((size_t) maxlen, inputlen); in PHP_FUNCTION()
H A Dstring.c3294 MIN(ZSTR_LEN(from_str), to_len)));
/PHP-8.2/Zend/
H A Dzend_execute_API.c1434 zend_quiet_write(2, log_buffer, MIN(output_len, sizeof(log_buffer))); in zend_timeout_handler()
H A Dzend_inheritance.c958 smart_str_appendl(&str, Z_STRVAL_P(zv), MIN(Z_STRLEN_P(zv), 10)); in zend_get_function_declaration()
H A Dzend_compile.c6270 n = MIN(func->common.num_args, MAX_ARG_FLAG_NUM); in zend_set_function_arg_flags()
/PHP-8.2/ext/mbstring/
H A Dmbstring.c2399 enc->from_wchar(wchar_buf, MIN(out_len, n), &buf, !in_len || out_len >= n); in mb_pick_chars()
2400 n -= MIN(out_len, n); in mb_pick_chars()
/PHP-8.2/ext/sockets/
H A Dsockets.c848 retval = write(php_sock->bsd_socket, str, MIN(length, str_len));
/PHP-8.2/ext/fileinfo/libmagic/
H A Dsoftmagic.c2199 slen = MIN(m->vallen, sizeof(m->value.s)); in magiccheck()
/PHP-8.2/ext/spl/
H A Dspl_directory.c2633 str_len = MIN((size_t)length, str_len); in PHP_METHOD()
/PHP-8.2/ext/curl/
H A Dinterface.c813 length = MIN((int) (size * nmemb), Z_STRLEN(retval)); in curl_read()
/PHP-8.2/ext/ffi/
H A Dffi.c5910 *min = MIN(*min, value);
5924 *min = MIN((uint64_t)*min, (uint64_t)value);
/PHP-8.2/ext/phar/
H A Dphar_object.c200 got = php_stream_read(fp, buf, MIN(8192, info->uncompressed_filesize - position)); in phar_file_action()
/PHP-8.2/ext/pgsql/
H A Dpgsql.c5456 …smart_str_appendl(querystr, buf, MIN(snprintf(buf, sizeof(buf), "%F", Z_DVAL_P(val)), sizeof(buf) … in build_assignment_string()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_arm64.dasc8443 …| // used_stack += (func->op_array.last_var + func->op_array.T - MIN(func->op_array.num_args, num_…
H A Dzend_jit_x86.dasc9049 …| // used_stack += (func->op_array.last_var + func->op_array.T - MIN(func->op_array.num_args, num_…
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic14027 #>>>>>&6 ubeshort <8 MIN STRING
H A Dmagic私はガラスを食べられます14027 #>>>>>&6 ubeshort <8 MIN STRING

Completed in 390 milliseconds

1234