Home
last modified time | relevance | path

Searched refs:limit (Results 1 – 25 of 135) sorted by path

123456

/PHP-5.5/
H A DNEWS1667 . Added opcache.restrict_api configuration directive that may limit
3260 to limit the amount of stack frames returned. (Sebastian, Patrick)
4227 . Increased the backtrack limit from 100000 to 1000000 (Rasmus)
5435 - Added "max_file_uploads" INI directive, which can be set to limit the
6146 - Fixed bug #47560 (explode()'s limit parameter odd behaviour). (Matt)
7064 - Fixed dl() to limit argument size to MAXPATHLEN (CVE-2007-4887).
7747 . memory-limit is always enabled (--enable-memory-limit removed)
7748 . default value if memory-limit is set to 128M
8228 . Allowed PHP_FCGI_MAX_REQUESTS=0 that assumes no limit.
8498 limit support). (Ilia)
[all …]
H A Dacinclude.m42129 dnl ## "limit-to-ANSI-standard" mode, not in "ANSI-compatible" mode
H A Dconfigure.in34 /* Define if you want to enable memory limit support */
/PHP-5.5/TSRM/
H A Dtsrm_config_common.h58 # define tsrm_do_alloca_ex(size, limit, use_heap) \ argument
59 ((use_heap = ((size) > (limit))) ? malloc(size) : alloca(size))
/PHP-5.5/Zend/
H A Dconfigure.in28 /* Define if you want to enable memory limit support */
H A Dzend.h202 # define do_alloca_ex(size, limit, use_heap) \ argument
203 ((use_heap = (UNEXPECTED((size) > (limit)))) ? emalloc(size) : alloca(size))
H A Dzend_alloc.c428 size_t limit; member
1119 heap->limit = ZEND_MM_LONG_CONST(1)<<(ZEND_MM_NUM_BUCKETS-2); in zend_mm_startup_ex()
1745 size_t limit, in zend_mm_safe_error() argument
1777 limit, in zend_mm_safe_error()
1788 limit, in zend_mm_safe_error()
1940 if (!best_fit && heap->real_size >= heap->limit - heap->block_size) { in _zend_mm_alloc_int()
1969 heap->real_size + segment_size > heap->limit) { in _zend_mm_alloc_int()
1978 …ap, "Allowed memory size of %ld bytes exhausted (tried to allocate %lu bytes)", heap->limit, size); in _zend_mm_alloc_int()
2280 heap->real_size + segment_size - segment_copy->size > heap->limit) { in _zend_mm_realloc_int()
2291 …ap, "Allowed memory size of %ld bytes exhausted (tried to allocate %ld bytes)", heap->limit, size); in _zend_mm_realloc_int()
[all …]
H A Dzend_builtin_functions.c231 ZEND_ARG_INFO(0, limit)
2072 long limit = 0; in ZEND_FUNCTION() local
2074 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|ll", &options, &limit) == FAILURE) { in ZEND_FUNCTION()
2083 while (ptr && (limit == 0 || frameno < limit)) { in ZEND_FUNCTION()
2228 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit in zend_fetch_debug_backtrace()
2252 while (ptr && (limit == 0 || frameno < limit)) { in zend_fetch_debug_backtrace()
2403 long limit = 0; in ZEND_FUNCTION() local
2405 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|ll", &options, &limit) == FAILURE) { in ZEND_FUNCTION()
2409 zend_fetch_debug_backtrace(return_value, 1, options, limit TSRMLS_CC); in ZEND_FUNCTION()
H A Dzend_builtin_functions.h28 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit
/PHP-5.5/Zend/tests/
H A Dbug40770.phpt2 Bug #40770 (Apache child exits when PHP memory limit reached)
H A Ddebug_backtrace_limit.phpt2 debug_backtrace limit
H A Ddebug_print_backtrace_limit.phpt2 debug_print_backtrace limit
/PHP-5.5/build/
H A Dlibtool.m4824 # no limit to the length of command line arguments.
825 # Libtool will interpret -1 as no limit whatsoever
/PHP-5.5/ext/ereg/
H A Dereg.c45 ZEND_ARG_INFO(0, limit)
/PHP-5.5/ext/ereg/tests/
H A Dsplit_basic_001.phpt2 Test split() function : basic functionality - test a number of simple split, specifying a limit
5 /* Prototype : proto array split(string pattern, string string [, int limit])
12 * Test a number of simple split, specifying a limit
H A Dsplit_basic_002.phpt2 … split() function : basic functionality - test a number of simple split, without specifying a limit
5 /* Prototype : proto array split(string pattern, string string [, int limit])
12 * Test a number of simple split, without specifying a limit
H A Dsplit_basic_003.phpt5 /* Prototype : proto array split(string pattern, string string [, int limit])
H A Dsplit_error_001.phpt5 /* Prototype : proto array split(string pattern, string string [, int limit])
18 $limit = 10;
20 var_dump( split($pattern, $string, $limit, $extra_arg) );
H A Dsplit_error_002.phpt5 /* Prototype : proto array split(string pattern, string string [, int limit])
H A Dsplit_variation_001.phpt5 /* Prototype : proto array split(string pattern, string string [, int limit])
20 $limit = 5;
77 var_dump( split($value, $string, $limit) );
H A Dsplit_variation_002.phpt5 /* Prototype : proto array split(string pattern, string string [, int limit])
20 $limit = 5;
77 var_dump( split($pattern, $value, $limit) );
H A Dsplit_variation_003.phpt5 /* Prototype : proto array split(string pattern, string string [, int limit])
72 // loop through each element of the array for limit
H A Dsplit_variation_004.phpt2 Test split() function : usage variations - out-of-range values for limit
5 /* Prototype : proto array split(string pattern, string string [, int limit])
H A Dspliti_basic_001.phpt2 Test spliti() function : basic functionality - test a number of simple spliti, specifying a limit
5 /* Prototype : proto array spliti(string pattern, string string [, int limit])
12 * Test a number of simple spliti, specifying a limit
H A Dspliti_basic_002.phpt2 …pliti() function : basic functionality - test a number of simple spliti, without specifying a limit
5 /* Prototype : proto array spliti(string pattern, string string [, int limit])
12 * Test a number of simple spliti, without specifying a limit

Completed in 135 milliseconds

123456