Home
last modified time | relevance | path

Searched refs:limit (Results 26 – 50 of 138) sorted by relevance

123456

/PHP-8.1/win32/
H A Dselect.c33 ULONGLONG ms_total, limit; in php_select() local
99 limit = GetTickCount64() + ms_total; in php_select()
151 } while (retcode == 0 && (ms_total == INFINITE || GetTickCount64() < limit)); in php_select()
/PHP-8.1/sapi/cli/tests/
H A D006.phpt96 Parameter #3 [ <optional> int $limit = -1 ]
107 Parameter #3 [ <optional> int $limit = -1 ]
118 Parameter #3 [ <optional> int $limit = -1 ]
129 Parameter #2 [ <optional> int $limit = -1 ]
140 Parameter #2 [ <optional> int $limit = -1 ]
H A Dbug78323.phpt43 passthru("$php --memory-limit=1G 2>&1", $exitCode);
55 passthru("$php -dmemory-limit=1G -v", $exitCode);
/PHP-8.1/sapi/fpm/tests/
H A Dghsa-54hq-v5wp-fqgv-max-body-parts-custom.phpt49 Warning: Unknown: Multipart body parts limit exceeded 10. To increase the limit change max_multipar…
/PHP-8.1/Zend/
H A Dzend_builtin_functions.h26 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit);
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt52 $limit = min(floor($max_allowed_packet / 1024 / 2), 10240);
53 for ($i = 0; $i < $limit; $i++)
71 $limit = $max_allowed_packet - strlen($blob) + 1;
73 for ($i = 0; $i < $limit; $i++)
H A Dmysqli_stmt_send_long_data.phpt55 $limit = min(floor($max_allowed_packet / 1024 / 2), 10240);
56 for ($i = 0; $i < $limit; $i++)
60 $limit = strlen($blob) - $max_allowed_packet - 1;
61 for ($i = 0; $i < $limit; $i++)
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt50 $limit = min(floor($max_allowed_packet / 1024 / 2), 10240);
51 $blob = str_repeat($tmp, $limit);
77 $limit = $max_allowed_packet - strlen($blob) + 1;
79 $blob2 .= str_repeat('b', $limit);
/PHP-8.1/ext/pcre/
H A Dphp_pcre.c1607 limit, replace_count); in php_pcre_replace()
1776 limit--; in php_pcre_replace_impl()
1930 if (count >= 0 && limit) { in php_pcre_replace_func_impl()
1985 limit--; in php_pcre_replace_func_impl()
1999 if (count >= 0 && limit) { in php_pcre_replace_func_impl()
2083 limit, replace_count, flags); in php_pcre_replace_func()
2181 limit, replace_count); in php_replace_in_subject()
2291 zend_long limit = -1; in preg_replace_common() local
2302 Z_PARAM_LONG(limit) in preg_replace_common()
2394 Z_PARAM_LONG(limit) in PHP_FUNCTION()
[all …]
H A Dphp_pcre.h28 …const char *subject, size_t subject_len, zend_string *replace_str, size_t limit, size_t *replace_c…
57 size_t limit, size_t *replace_count);
/PHP-8.1/ext/pcre/tests/
H A Dbug80866.phpt2 Bug #80866 preg_split ignores limit flag when pattern with \K has 0-width fullstring match
H A Derrors05.phpt14 var_dump(preg_last_error_msg() === 'JIT stack limit exhausted');
H A Dbacktrack_limit.phpt2 Backtracking limit
/PHP-8.1/Zend/tests/attributes/
H A D009_doctrine_annotations_example.phpt51 * minMessage = "You must be at least {{ limit }}cm tall to enter",
52 * maxMessage = "You cannot be taller than {{ limit }}cm to enter"
55 …#[Assert\Range(["min" => 120, "max" => 180, "minMessage" => "You must be at least {{ limit }}cm ta…
128 string(48) "You must be at least {{ limit }}cm tall to enter"
/PHP-8.1/ext/standard/tests/strings/
H A Dgh10940.phpt2 Test unpacking at the 32-bit integer limit
H A Dexplode_variation7.phpt3 EXPLODE_ALLOC_STEP (64) and the $limit is negative
H A Dexplode1.phpt60 echo "\n-- Passing limit values 0 and 1 to explode() --\n";
64 /* to check the maximum limit of string that can be given with limit<=0,
66 echo "\n*** Testing explode() for maximum limit of string with Limit = -1 ***\n";
309 -- Passing limit values 0 and 1 to explode() --
319 *** Testing explode() for maximum limit of string with Limit = -1 ***
/PHP-8.1/main/
H A Dfastcgi.c1540 int limit, rest; local
1564 if (rest < limit) {
1570 req->out_pos += limit;
1571 rest -= limit;
1572 str += limit;
1583 if (limit < 0) limit = 0;
1586 if (len < limit) {
1593 if (limit > 0) {
1598 req->out_pos += limit;
1603 if (len > limit) {
[all …]
/PHP-8.1/ext/json/
H A Dphp_json_scanner.h28 php_json_ctype *limit; /* the last read character + 1 position */ member
/PHP-8.1/tests/basic/
H A Drfc1867_post_max_size.phpt18 Warning: POST Content-Length of %d bytes exceeds the limit of 1 bytes in %s
/PHP-8.1/ext/mbstring/tests/
H A Dbug63447_001.phpt16 Warning: Unknown: Input variables exceeded 5. To increase the limit change max_input_vars in php.in…
H A Dbug63447_002.phpt16 Warning: Unknown: Input variables exceeded 4. To increase the limit change max_input_vars in php.in…
H A Dretry_limit.phpt2 Oniguruma retry limit
/PHP-8.1/Zend/tests/
H A Dbug81104.phpt2 Bug #81104: Warning: "Failed to set memory limit to ... bytes" emitted after exit in debug
/PHP-8.1/Zend/tests/generators/
H A Dgh9801.phpt2 Bug GH-9801 (Crash when memory limit is exceeded during generator initialization)

Completed in 51 milliseconds

123456