Home
last modified time | relevance | path

Searched refs:limit (Results 101 – 125 of 180) sorted by relevance

12345678

/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
/php-src/Zend/tests/
H A Dgh11189.phpt2 GH-11189: Exceeding memory limit in zend_hash_do_resize leaves the array in an invalid state (packe…
H A Dgh11189_1.phpt2 GH-11189: Exceeding memory limit in zend_hash_do_resize leaves the array in an invalid state (not p…
H A Ddebug_backtrace_limit.phpt2 debug_backtrace limit
/php-src/sapi/fpm/tests/
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-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-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
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
/php-src/Zend/asm/
H A Djump_x86_64_ms_pe_masm.asm54 ; | limit | base | R12 | R13 |
119 ; save current stack limit
169 ; restore current stack limit
/php-src/ext/random/
H A Drandom.c84 uint32_t result, limit; in php_random_range32() local
113 limit = UINT32_MAX - (UINT32_MAX % umax) - 1; in php_random_range32()
116 while (UNEXPECTED(result > limit)) { in php_random_range32()
143 uint64_t result, limit; in php_random_range64() local
172 limit = UINT64_MAX - (UINT64_MAX % umax) - 1; in php_random_range64()
175 while (UNEXPECTED(result > limit)) { in php_random_range64()
/php-src/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-src/ext/xml/tests/
H A Dgh14124.phpt2 …Segmentation fault on unknown address 0x0001ffff8041 with XML extension under certain memory limit)
/php-src/ext/standard/
H A Dfile.c1931 char *temp, *bptr, *line_end, *limit; in php_fgetcsv() local
1946 line_end = limit = (char *)php_fgetcsv_lookup_trailing_spaces(buf, buf_len); in php_fgetcsv()
1947 line_end_len = buf_len - (size_t)(limit - buf); in php_fgetcsv()
1962 inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
1968 if (*tmp == enclosure && tmp < limit) { in php_fgetcsv()
2013 if (bptr > limit) { in php_fgetcsv()
2031 if (bptr > limit) { in php_fgetcsv()
2053 line_end_len = buf_len - (size_t)(limit - buf); in php_fgetcsv()
2114 inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
2138 inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
[all …]
/php-src/ext/standard/tests/http/
H A Dbug38802.phpt112 Warning: fopen(http://%s:%d/foo/bar): Failed to open stream: Redirection limit reached, aborting in…
125 Warning: fopen(http://%s:%d/foo/bar): Failed to open stream: Redirection limit reached, aborting in…
134 Warning: fopen(http://%s:%d/foo/bar): Failed to open stream: Redirection limit reached, aborting in…
/php-src/Zend/tests/stack_limit/
H A Dstack_limit_007.phpt2 Stack limit 007 - Exception handling
/php-src/ext/intl/uchar/
H A Duchar.c166 UChar32 start, UChar32 limit, UCharCategory type) { in enumCharType_callback() argument
175 ZVAL_LONG(&args[1], limit); in enumCharType_callback()
295 UChar32 start, limit; in IC_METHOD() local
311 …if (convert_cp(&start, string_start, int_start) == FAILURE || convert_cp(&limit, string_limit, int… in IC_METHOD()
315 …u_enumCharNames(start, limit, (UEnumCharNamesFn*)enumCharNames_callback, &context, nameChoice, &er… in IC_METHOD()
/php-src/ext/session/
H A Dmod_mm.c438 time_t limit; in PS_GC_FUNC() local
445 time(&limit); in PS_GC_FUNC()
447 limit -= maxlifetime; in PS_GC_FUNC()
455 if (sd->ctime < limit) { in PS_GC_FUNC()

Completed in 55 milliseconds

12345678