Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/pcre/tests/
H A Dpreg_split_basic.phpt6 * proto array preg_split(string pattern, string subject [, int limit [, int flags]])
H A Dpreg_replace_callback_basic.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
H A Dpreg_replace_callback_error1.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
H A Dpreg_replace_error1.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
H A Dpreg_replace_basic.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
H A Dpreg_split_error1.phpt6 * proto array preg_split(string pattern, string subject [, int limit [, int flags]])
H A Dpreg_replace_edit_basic.phpt5 /* Prototype : proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [,…
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp5022x.c491 const int limit = cp932ext3_ucs_table_size > in mbfl_filt_conv_wchar_jis_ms() local
495 for (i = 0; i < limit; i++) { in mbfl_filt_conv_wchar_jis_ms()
723 const int limit = cp932ext3_ucs_table_size > in mbfl_filt_conv_wchar_cp50221() local
727 for (i = 0; i < limit; i++) { in mbfl_filt_conv_wchar_cp50221()
870 const int limit = cp932ext3_ucs_table_size > in mbfl_filt_conv_wchar_cp50222() local
874 for (i = 0; i < limit; i++) { in mbfl_filt_conv_wchar_cp50222()
/PHP-5.5/ext/spl/
H A Dspl_iterators.h144 } limit; member
/PHP-5.5/ext/ereg/tests/
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 Dspliti_variation_003.phpt5 /* Prototype : proto array spliti(string pattern, string string [, int limit])
72 // loop through each element of the array for limit
H A Dspliti_error_002.phpt5 /* Prototype : proto array spliti(string pattern, string string [, int limit])
/PHP-5.5/Zend/
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_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 Dconfigure.in28 /* Define if you want to enable memory limit support */
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_execute.phpt74 $limit = 1;
75 if (!mysqli_stmt_bind_param($stmt, "i", $limit))
/PHP-5.5/
H A Dphp.ini-development392 ; http://php.net/memory-limit
951 ;PCRE library backtracking limit.
952 ; http://php.net/pcre.backtrack-limit
955 ;PCRE library recursion limit.
958 ;stack size limit imposed by the Operating System).
959 ; http://php.net/pcre.recursion-limit
1043 ; Maximum number of persistent links. -1 means no limit.
1068 ; Maximum number of persistent links. -1 means no limit.
1108 ; Maximum number of persistent links. -1 means no limit.
1167 ; Maximum number of links. -1 means no limit.
[all …]
H A Dphp.ini-production392 ; http://php.net/memory-limit
951 ;PCRE library backtracking limit.
952 ; http://php.net/pcre.backtrack-limit
955 ;PCRE library recursion limit.
958 ;stack size limit imposed by the Operating System).
959 ; http://php.net/pcre.recursion-limit
1043 ; Maximum number of persistent links. -1 means no limit.
1068 ; Maximum number of persistent links. -1 means no limit.
1108 ; Maximum number of persistent links. -1 means no limit.
1167 ; Maximum number of links. -1 means no limit.
[all …]
/PHP-5.5/ext/posix/
H A Dposix.c1214 static int posix_addlimit(int limit, char *name, zval *return_value TSRMLS_DC) { in posix_addlimit() argument
1223 result = getrlimit(limit, &rl); in posix_addlimit()
1248 int limit; member
1315 if (posix_addlimit(l->limit, l->name, return_value TSRMLS_CC) == FAILURE) { in PHP_FUNCTION()
/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconn_reuse.phpt57 …printf("[007] Can connect although limit has been reached, [%d] %s\n", mysql_errno(), mysql_error(…
/PHP-5.5/ext/fileinfo/
H A Dmagicdata.patch9 Subject: [PATCH] limit to 100 repetitions to avoid excessive backtracking
/PHP-5.5/win32/
H A Dglob.c448 size_t limit = 0; local
506 if ((err = glob1(patbuf, patbuf+MAXPATHLEN-1, pglob, &limit)) != 0)
519 return(globextend(pattern, pglob, &limit));
/PHP-5.5/ext/spl/internal/
H A Dlimititerator.inc33 * @param it Iterator to limit
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS238 . Added --match-limit and --recursion-limit to pcregrep.
352 consequence there is no longer a hard limit on the size of a subpattern that
658 5. The limit of 200 on non-capturing parentheses is a _nesting_ limit, not an
659 absolute limit. Changed the text of the error message to make this clear, and
662 6. The limit of 99 on the number of capturing subpatterns has been removed.
663 The new limit is 65535, which I hope will not be a "real" limit.
/PHP-5.5/ext/standard/
H A Dphp_string.h141 PHPAPI void php_explode(zval *delim, zval *str, zval *return_value, long limit);

Completed in 58 milliseconds

123456