Home
last modified time | relevance | path

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

12345678

/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/Zend/
H A Dzend_builtin_functions.stub.php182 function debug_backtrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT, int $limit = 0): array {} argument
184 function debug_print_backtrace(int $options = 0, int $limit = 0): void {} argument
/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/tests/property_hooks/
H A Dread_sibling_backing_value.phpt10 ; The test may use a large amount of memory on systems with a large stack limit
/php-src/ext/random/
H A Dcsprng.c253 zend_ulong limit = ZEND_ULONG_MAX - (ZEND_ULONG_MAX % umax) - 1; in php_random_int() local
256 while (trial > limit) { in php_random_int()
/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/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)
H A Dgh14637.phpt2 GH-14637 memory leak under memory limit
/php-src/Zend/tests/stack_limit/
H A Dstack_limit_007.phpt2 Stack limit 007 - Exception handling
/php-src/ext/standard/
H A Dfile.c1897 char *temp, *bptr, *line_end, *limit; in php_fgetcsv() local
1912 line_end = limit = (char *)php_fgetcsv_lookup_trailing_spaces(buf, buf_len); in php_fgetcsv()
1913 line_end_len = buf_len - (size_t)(limit - buf); in php_fgetcsv()
1928 inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
1934 if (*tmp == enclosure && tmp < limit) { in php_fgetcsv()
1979 if (bptr > limit) { in php_fgetcsv()
1997 if (bptr > limit) { in php_fgetcsv()
2019 line_end_len = buf_len - (size_t)(limit - buf); in php_fgetcsv()
2080 inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
2104 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…

Completed in 38 milliseconds

12345678