Home
last modified time | relevance | path

Searched refs:limit (Results 76 – 100 of 181) sorted by relevance

12345678

/php-src/Zend/tests/stack_limit/
H A Dstack_limit_002.phpt2 Stack limit 002 - Stack limit checks with max_allowed_stack_size detection (fibers)
H A Dstack_limit_009.phpt2 Stack limit 009 - Check that we can actually use all the stack
/php-src/Zend/tests/
H A Ddebug_print_backtrace_limit.phpt2 debug_print_backtrace limit
H A Dbug76846.phpt2 Bug #76846: Segfault in shutdown function after memory limit error
H A Dbug40770.phpt2 Bug #40770 (Apache child exits when PHP memory limit reached)
/php-src/ext/calendar/tests/
H A Deaster_date_checks_upper_bound_64bit.phpt2 Test easter_date() on 64bit systems checks the upper year limit
/php-src/ext/posix/tests/
H A Dposix_setrlimit.phpt8 // On FreeBSD the second call does not report an error, though the limit isn't changed either.
/php-src/ext/mbstring/tests/
H A Dmbregex_stack_limit.phpt2 Test oniguruma stack limit
/php-src/sapi/fpm/tests/
H A Dlogtool.inc52 private int $limit;
85 * @param int $limit
88 public function setExpectedMessage(string $message, int $limit, int $repeat = 0)
91 $this->limit = $limit;
188 if ($lineLen === $this->limit - strlen('NOTICE: ') - 1) {
319 if ($lineLen !== $this->limit) {
320 if ($lineLen + ($rem - $outLen) < $this->limit) {
325 … "The continuous line length is $lineLen but it should equal to limit $this->limit"
351 * Check the message line length - specifically if it's behind the limit.
361 if ($lineLen > $this->limit) {
[all …]
/php-src/ext/pcre/tests/
H A Dcache_limit.phpt2 Compiled regex cache limit
H A Drecursion_limit.phpt2 PCRE Recursion limit
H A Dbug37800.phpt2 Bug #37800 (preg_replace() limit parameter odd behaviour)
/php-src/sapi/phpdbg/
H A Dphpdbg_frame.c254 int i = 0, limit = num; in phpdbg_dump_backtrace() local
258 if (limit < 0) { in phpdbg_dump_backtrace()
259 phpdbg_error("Invalid backtrace size %d", limit); in phpdbg_dump_backtrace()
266 zend_fetch_debug_backtrace(&zbacktrace, 0, 0, limit); in phpdbg_dump_backtrace()
/php-src/ext/standard/tests/streams/
H A Dbug78902.phpt11 $size = 1024 * 1024 * 2; // 2mb, larger than the memory limit
/php-src/ext/dba/tests/
H A Dbug78808.phpt2 Bug #78808 ([LMDB] MDB_MAP_FULL: Environment mapsize limit reached)
/php-src/ext/mysqli/tests/
H A Dmysqli_mysqlnd_read_timeout.phpt2 mysqlnd.net_read_timeout limit check
/php-src/ext/xsl/tests/
H A Dbug71571_b.phpt32 // Set the template depth limit so high that we will certainly hit the variable depth limit first.
/php-src/ext/filter/tests/
H A Dbug52929.phpt9 // Beyond the allowable limit for an e-mail address.
/php-src/ext/standard/tests/strings/
H A Dlevenshtein_error_conditions.phpt6 // levenshtein no longer has a maximum string length limit.
/php-src/ext/standard/tests/http/request_parse_body/
H A Dmultipart_options_max_input_vars.phpt33 RequestParseBodyException: Input variables exceeded 1. To increase the limit change max_input_vars …
H A Dmultipart_options_post_max_size.phpt33 RequestParseBodyException: POST Content-Length of 303 bytes exceeds the limit of 302 bytes
H A Dmultipart_max_input_vars.phpt31 RequestParseBodyException: Input variables exceeded 1. To increase the limit change max_input_vars …
/php-src/sapi/fpm/
H A Dphp-fpm.conf.in44 ; Log limit on number of characters in the single line (log entry). If the
45 ; line is over the limit, it is wrapped on multiple lines. The limit is for
76 ; Time limit for child processes to wait for a reaction on signals from master.
85 ; Note: A value of 0 indicates no limit
/php-src/Zend/
H A Dzend_builtin_functions.stub.php177 function debug_backtrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT, int $limit = 0): array {} argument
179 function debug_print_backtrace(int $options = 0, int $limit = 0): void {} argument
/php-src/ext/spl/tests/
H A Dspl_limit_iterator_check_limits.phpt28 LimitIterator::__construct(): Argument #3 ($limit) must be greater than or equal to -1

Completed in 64 milliseconds

12345678