Home
last modified time | relevance | path

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

123456

/PHP-5.6/ext/mbstring/tests/
H A Dmb_split_variation3.phpt2 Test mb_split() function : usage variations - different parameter types for limit
10 /* Prototype : proto array mb_split(string pattern, string string [, int limit])
/PHP-5.6/ext/spl/
H A Dspl_iterators.c1463 intern->u.limit.offset = 0; /* start at beginning */ in spl_dual_it_construct()
1464 intern->u.limit.count = -1; /* get all */ in spl_dual_it_construct()
1465 …NUM_ARGS() TSRMLS_CC, "O|ll", &zobject, ce_inner, &intern->u.limit.offset, &intern->u.limit.count)… in spl_dual_it_construct()
1469 if (intern->u.limit.offset < 0) { in spl_dual_it_construct()
1474 if (intern->u.limit.count < 0 && intern->u.limit.count != -1) { in spl_dual_it_construct()
2537 …if (intern->u.limit.count != -1 && intern->current.pos >= intern->u.limit.offset + intern->u.limit in spl_limit_it_valid()
2549 if (pos < intern->u.limit.offset) { in spl_limit_it_seek()
2553 if (pos >= intern->u.limit.offset + intern->u.limit.count && intern->u.limit.count != -1) { in spl_limit_it_seek()
2599 spl_limit_it_seek(intern, intern->u.limit.offset TSRMLS_CC); in SPL_METHOD()
2611 …RETURN_BOOL((intern->u.limit.count == -1 || intern->current.pos < intern->u.limit.offset + intern-… in SPL_METHOD()
[all …]
H A Dspl_iterators.h144 } limit; member
/PHP-5.6/ext/standard/
H A Dfile.c2058 char *temp, *tptr, *bptr, *line_end, *limit; in php_fgetcsv() local
2073 line_end = limit = tptr; in php_fgetcsv()
2090 inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
2152 if ((size_t)temp_len > (size_t)(limit - buf)) { in php_fgetcsv()
2169 … line_end = limit = (char *)php_fgetcsv_lookup_trailing_spaces(buf, buf_len, delimiter TSRMLS_CC); in php_fgetcsv()
2170 line_end_len = buf_len - (size_t)(limit - buf); in php_fgetcsv()
2235 inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
2259 inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
2290 inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
/PHP-5.6/ext/pcre/tests/
H A Dpreg_replace_callback_basic.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
H A Dpreg_split_basic.phpt6 * proto array preg_split(string pattern, string subject [, int limit [, int flags]])
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.6/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.6/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
/PHP-5.6/Zend/
H A Dzend_builtin_functions.c231 ZEND_ARG_INFO(0, limit)
2082 long limit = 0; in ZEND_FUNCTION() local
2084 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|ll", &options, &limit) == FAILURE) { in ZEND_FUNCTION()
2093 while (ptr && (limit == 0 || frameno < limit)) { in ZEND_FUNCTION()
2238 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit in zend_fetch_debug_backtrace()
2262 while (ptr && (limit == 0 || frameno < limit)) { in zend_fetch_debug_backtrace()
2413 long limit = 0; in ZEND_FUNCTION() local
2415 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|ll", &options, &limit) == FAILURE) { in ZEND_FUNCTION()
2419 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 …]
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_stmt_execute.phpt74 $limit = 1;
75 if (!mysqli_stmt_bind_param($stmt, "i", $limit))
/PHP-5.6/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.6/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.6/
H A Dphp.ini-development392 ; http://php.net/memory-limit
987 ;PCRE library backtracking limit.
988 ; http://php.net/pcre.backtrack-limit
991 ;PCRE library recursion limit.
994 ;stack size limit imposed by the Operating System).
995 ; http://php.net/pcre.recursion-limit
1079 ; Maximum number of persistent links. -1 means no limit.
1104 ; Maximum number of persistent links. -1 means no limit.
1144 ; Maximum number of persistent links. -1 means no limit.
1203 ; Maximum number of links. -1 means no limit.
[all …]
H A Dphp.ini-production392 ; http://php.net/memory-limit
987 ;PCRE library backtracking limit.
988 ; http://php.net/pcre.backtrack-limit
991 ;PCRE library recursion limit.
994 ;stack size limit imposed by the Operating System).
995 ; http://php.net/pcre.recursion-limit
1079 ; Maximum number of persistent links. -1 means no limit.
1104 ; Maximum number of persistent links. -1 means no limit.
1144 ; Maximum number of persistent links. -1 means no limit.
1203 ; Maximum number of links. -1 means no limit.
[all …]
/PHP-5.6/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.6/ext/spl/internal/
H A Dlimititerator.inc33 * @param it Iterator to limit
/PHP-5.6/ext/openssl/
H A Dxp_ssl.c96 long limit; member
1031 sslsock->reneg->tokens -= (elapsed_time * (sslsock->reneg->limit / sslsock->reneg->window)); in limit_handshake_reneg()
1039 if (sslsock->reneg->tokens > sslsock->reneg->limit) { in limit_handshake_reneg()
1091 long limit = OPENSSL_DEFAULT_RENEG_LIMIT; in init_server_reneg_limit() local
1099 limit = Z_LVAL_PP(val); in init_server_reneg_limit()
1103 if (limit < 0) { in init_server_reneg_limit()
1119 sslsock->reneg->limit = limit; in init_server_reneg_limit()
/PHP-5.6/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.

Completed in 103 milliseconds

123456