Home
last modified time | relevance | path

Searched refs:limit (Results 126 – 150 of 184) sorted by relevance

12345678

/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()
297 UChar32 start, limit; in IC_METHOD() local
313 …if (convert_cp(&start, string_start, int_start) == FAILURE || convert_cp(&limit, string_limit, int… in IC_METHOD()
317 …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()
/php-src/Zend/tests/property_hooks/
H A Dvirtual_read_write.phpt10 ; The test may use a large amount of memory on systems with a large stack limit
H A Dbacked_delegated_read_wirte.phpt10 ; The test may use a large amount of memory on systems with a large stack limit
/php-src/Zend/tests/stack_limit/
H A Dstack_limit_010.phpt2 Stack limit 010 - Check stack size detection against known defaults
H A Dstack_limit_008.phpt2 Stack limit 008 - Exception handling
H A Dstack_limit_005.phpt2 Stack limit 005 - Internal stack limit check in zend_compile_expr()
/php-src/ext/phar/tests/
H A Dbug74991.phpt2 Phar: PHP bug #74991: include_path has a 4096 char (minus "__DIR__:") limit, in some PHAR cases
H A Dphar_metadata_write3.phpt80 Warning: Phar::getMetadata(): Maximum depth of 1 exceeded. The depth limit can be changed using the…
/php-src/ext/spl/
H A Dspl_iterators.c115 } limit; member
1286 intern->u.limit.count = -1; /* get all */ in spl_dual_it_construct()
1287 …ters(ZEND_NUM_ARGS(), "O|ll", &zobject, ce_inner, &intern->u.limit.offset, &intern->u.limit.count)… in spl_dual_it_construct()
1290 if (intern->u.limit.offset < 0) { in spl_dual_it_construct()
1294 if (intern->u.limit.count < -1) { in spl_dual_it_construct()
2123 …if (intern->u.limit.count != -1 && intern->current.pos >= intern->u.limit.offset + intern->u.limit in spl_limit_it_valid()
2135 if (pos < intern->u.limit.offset) { in spl_limit_it_seek()
2139 if (pos >= intern->u.limit.offset + intern->u.limit.count && intern->u.limit.count != -1) { in spl_limit_it_seek()
2183 spl_limit_it_seek(intern, intern->u.limit.offset); in PHP_METHOD()
2196 …RETURN_BOOL((intern->u.limit.count == -1 || intern->current.pos < intern->u.limit.offset + intern-… in PHP_METHOD()
[all …]
/php-src/ext/standard/tests/streams/
H A Dproc_open_bug69900.phpt52 /* It is expected that the first call takes more than the limit.
/php-src/Zend/
H A Dzend_alloc.c286 size_t limit; /* memory limit */ member
403 size_t limit, in zend_mm_safe_error() argument
415 limit, in zend_mm_safe_error()
1936 if (UNEXPECTED(new_size > heap->limit - heap->real_size)) {
2058 heap->limit = (size_t)Z_L(-1) >> 1;
2875 AG(mm_heap)->limit = memory_limit;
2950 if (add_size > heap->limit - heap->size && !heap->overflow) {
2954 heap->limit, "file", 0, add_size);
2958 heap->limit, add_size);
3035 mm_heap->limit = (size_t)Z_L(-1) >> 1;
[all …]
H A Dzend_builtin_functions.c1816 zend_long limit = 0; in ZEND_FUNCTION() local
1819 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|ll", &options, &limit) == FAILURE) { in ZEND_FUNCTION()
1823 zend_fetch_debug_backtrace(&backtrace, 1, options, limit); in ZEND_FUNCTION()
1834 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit)… in zend_fetch_debug_backtrace() argument
1885 while (call && (limit == 0 || frameno < limit)) { in zend_fetch_debug_backtrace()
2146 zend_long limit = 0; in ZEND_FUNCTION() local
2148 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|ll", &options, &limit) == FAILURE) { in ZEND_FUNCTION()
2152 zend_fetch_debug_backtrace(return_value, 1, options, limit); in ZEND_FUNCTION()
H A Dzend_builtin_functions_arginfo.h191 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, limit, IS_LONG, 0, "0")
196 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, limit, IS_LONG, 0, "0")
/php-src/ext/random/
H A Drandom.c113 uint32_t limit = UINT32_MAX - (UINT32_MAX % umax) - 1; in php_random_range32() local
117 while (UNEXPECTED(result > limit)) { in php_random_range32()
172 uint64_t limit = UINT64_MAX - (UINT64_MAX % umax) - 1; in php_random_range64() local
176 while (UNEXPECTED(result > limit)) { in php_random_range64()
/php-src/Zend/asm/
H A Dmake_arm64_aapcs_pe_armasm.asm48 ;* | base | limit | dealloc | fiber data| *
H A Dmake_i386_ms_pe_masm.asm12 ; | fc_mxcsr|fc_x87_cw| fc_strg |fc_deallo| limit | base | fc_seh | EDI |
58 ; compute bottom address of context stack (limit)
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_execute.phpt63 $limit = 1;
64 if (!mysqli_stmt_bind_param($stmt, "i", $limit))
/php-src/ext/standard/
H A Dphp_string.h52 … void php_explode(const zend_string *delim, zend_string *str, zval *return_value, zend_long limit);
/php-src/ext/zend_test/
H A Dtest.c621 zend_long (*volatile zend_call_stack_use_all_fun)(void *limit);
623 static zend_long zend_call_stack_use_all(void *limit) in zend_call_stack_use_all() argument
625 if (zend_call_stack_overflowed(limit)) { in zend_call_stack_use_all()
629 return 1 + zend_call_stack_use_all_fun(limit); in zend_call_stack_use_all()
644 void *limit = zend_call_stack_limit(stack.base, stack.max_size, 4096); in ZEND_FUNCTION() local
646 RETURN_LONG(zend_call_stack_use_all(limit)); in ZEND_FUNCTION()
/php-src/ext/json/
H A Djson_scanner.re25 #define YYLIMIT s->limit
97 s->limit = (php_json_ctype *) str + str_len;
200 if (s->limit < s->cursor) {
/php-src/ext/mbstring/tests/
H A Dmb_strtolower_basic.phpt60 // there is no limit as to how far we will scan
H A Dmb_convert_case_various_mode.phpt46 // there is no limit as to how far we will scan
/php-src/win32/
H A Dglob.c421 size_t limit = 0; in glob0() local
479 if ((err = glob1(patbuf, patbuf+MAXPATHLEN-1, pglob, &limit)) != 0) in glob0()
492 return(globextend(pattern, pglob, &limit)); in glob0()
/php-src/ext/posix/
H A Dposix.c1046 static zend_result posix_addlimit(int limit, const char *name, zval *return_value) { in posix_addlimit() argument
1055 result = getrlimit(limit, &rl); in posix_addlimit()
1079 int limit; member
1159 if (posix_addlimit(l->limit, l->name, return_value) == FAILURE) { in PHP_FUNCTION()

Completed in 65 milliseconds

12345678