Home
last modified time | relevance | path

Searched refs:limit (Results 51 – 75 of 119) sorted by relevance

12345

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data.phpt67 $limit = min(floor($max_allowed_packet / 1024 / 2), 10240);
68 for ($i = 0; $i < $limit; $i++)
72 $limit = strlen($blob) - $max_allowed_packet - 1;
73 for ($i = 0; $i < $limit; $i++)
/PHP-7.4/ext/filter/tests/
H A Dbug52929.phpt9 // Beyond the allowable limit for an e-mail address.
/PHP-7.4/ext/standard/tests/strings/
H A Dexplode_variation4.phpt6 /* Prototype : array explode ( string $delimiter , string $string [, int $limit ] )
/PHP-7.4/ext/pcre/tests/
H A Dbug37800.phpt2 Bug #37800 (preg_replace() limit parameter odd behaviour)
H A Dpreg_replace_variation1.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
/PHP-7.4/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-7.4/sapi/fpm/tests/
H A Dlog-bwd-limit-1050-msg-2900.phpt2 FPM: Buffered worker output decorated log with limit 1050 with 2900 msg
H A Dlog-bwd-limit-64-too-low-error.phpt2 FPM: Buffered worker output decorated log with limit 64 fails because it is too low
H A Dlog-bwd-limit-8000-msg-4096.phpt2 FPM: Buffered worker output decorated log with limit 8000 with 4096 msg
H A Dlog-dwd-limit-1050-msg-2900.phpt2 FPM: Direct worker output decorated log with limit 1050 with 2900 msg
H A Dlog-dwd-limit-8000-msg-4096.phpt2 FPM: Direct worker output decorated log with limit 8000 with 4096 msg
H A Dlog-bm-limit-1024-msg-80.phpt2 FPM: Buffered message output log with limit 1024 and msg 80
H A Dlog-bm-limit-2048-msg-4000.phpt2 FPM: Buffered message output log with limit 2048 and msg 4000
H A Dlog-bwd-limit-1050-msg-2048.phpt2 FPM: Buffered worker output decorated log with limit 1050 with 2048 msg
H A Dlog-bwp-limit-1024-msg-120.phpt2 FPM: Buffered worker output plain log with limit 1024 and msg 120
H A Dlog-bwp-limit-1500-msg-3300.phpt2 FPM: Buffered worker output plain log with limit 1500 and msg 3300
H A Dlog-dwd-limit-1050-msg-2048.phpt2 FPM: Direct worker output decorated log with limit 1050 with 2048 msg
H A Dlog-dwp-limit-1000-msg-2000.phpt2 FPM: Direct worker output plain log with limit 1000 and msg 2000
/PHP-7.4/ext/standard/tests/http/
H A Dbug38802.phpt108 Warning: fopen(http://127.0.0.1:12342/foo/bar): failed to open stream: Redirection limit reached, a…
121 Warning: fopen(http://127.0.0.1:12342/foo/bar): failed to open stream: Redirection limit reached, a…
130 Warning: fopen(http://127.0.0.1:12342/foo/bar): failed to open stream: Redirection limit reached, a…
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_bug30730.phpt2 Bug #30730 Filename path length limit broken on NTFS volume, using rename
/PHP-7.4/ext/standard/
H A Drandom.c256 zend_ulong limit = ZEND_ULONG_MAX - (ZEND_ULONG_MAX % umax) - 1; in php_random_int() local
259 while (trial > limit) { in php_random_int()
/PHP-7.4/Zend/tests/
H A Ddebug_backtrace_limit.phpt2 debug_backtrace limit
H A Dbug74408.phpt2 Bug #74408 (Endless loop bypassing execution time limit)
/PHP-7.4/ext/oci8/tests/
H A Dbug44113.phpt24 // timout limit on slow networks.
/PHP-7.4/ext/session/
H A Dmod_mm.c442 time_t limit; in PS_GC_FUNC() local
449 time(&limit); in PS_GC_FUNC()
451 limit -= maxlifetime; in PS_GC_FUNC()
459 if (sd->ctime < limit) { in PS_GC_FUNC()

Completed in 26 milliseconds

12345