Home
last modified time | relevance | path

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

123456

/PHP-8.1/ext/session/
H A Dsession.c2252 int limit = 3; in PHP_FUNCTION() local
2254 while (limit-- && PS(mod)->s_validate_sid(&PS(mod_data), PS(id)) == SUCCESS) { in PHP_FUNCTION()
2314 int limit = 3; in PHP_FUNCTION() local
2315 while (limit--) { in PHP_FUNCTION()
/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c383 … luaM_growvector(L,v,nelems,size,t,limit,e)if((nelems)+1>(size))((v)=cast(t*,luaM_growaux_(L,v,&(s… argument
389 size_t size_elem,int limit,
531 int limit,const char*errormsg){ in luaM_growaux_() argument
534 if(*size>=limit/2){ in luaM_growaux_()
535 if(*size>=limit) in luaM_growaux_()
537 newsize=limit; in luaM_growaux_()
3681 fs->f->linedefined,limit,what);
4286 while(op!=OPR_NOBINOPR&&priority[op].left>limit){
5201 lua_Number limit=nvalue(ra+1);
5202 if(luai_numlt(0,step)?luai_numle(idx,limit)
[all …]
/PHP-8.1/ext/spl/
H A Dspl_iterators_arginfo.h137 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, limit, IS_LONG, 0, "-1")
/PHP-8.1/ext/oci8/
H A Doci8_arginfo.h218 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, limit, IS_LONG, 0, "-1")
/PHP-8.1/sapi/fpm/tests/
H A Dfcgi.inc423 … throw new ReadLimitExceeded("Content has $len bytes but the limit is $readLimit bytes");
/PHP-8.1/sapi/litespeed/
H A Dlsapilib.c4060 struct rlimit limit = { 0, 0 }; in LSAPI_Init_Env_Parameters() local
4061 setrlimit( RLIMIT_CORE, &limit ); in LSAPI_Init_Env_Parameters()
/PHP-8.1/ext/standard/
H A Dbasic_functions.stub.php744 function explode(string $separator, string $string, int $limit = PHP_INT_MAX): array {} argument
H A Dbasic_functions_arginfo.h855 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, limit, IS_LONG, 0, "PHP_INT_MAX")
/PHP-8.1/ext/imap/
H A Dphp_imap.c387 add_assoc_long_ex(return_value, "limit", sizeof("limit") - 1, qlist->limit); in mail_getquota()
391 add_assoc_long_ex(&t_map, "limit", sizeof("limit") - 1, qlist->limit); in mail_getquota()
/PHP-8.1/
H A DNEWS510 . Fixed bug GH-11189 (Exceeding memory limit in zend_hash_do_resize leaves
933 . Fixed bug GH-9801 (Generator crashes when memory limit is exceeded during
/PHP-8.1/build/
H A Dlibtool.m4823 # no limit to the length of command line arguments.
824 # Libtool will interpret -1 as no limit whatsoever
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic9640 # skip bad symples with improbably high free block index above 2 GiB file limit
13507 # Label is followed by a UUID; we have to limit string length to avoid
28842 # 4 GB limit implies unsigned integer
H A Dmagic私はガラスを食べられます9640 # skip bad symples with improbably high free block index above 2 GiB file limit
13507 # Label is followed by a UUID; we have to limit string length to avoid
28842 # 4 GB limit implies unsigned integer

Completed in 232 milliseconds

123456