Home
last modified time | relevance | path

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

12345678

/php-src/ext/spl/
H A Dspl_iterators_arginfo.h138 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, limit, IS_LONG, 0, "-1")
/php-src/sapi/fpm/tests/
H A Dfcgi.inc679 … throw new ReadLimitExceeded("Content has $len bytes but the limit is $readLimit bytes");
/php-src/sapi/litespeed/
H A Dlsapilib.c4026 struct rlimit limit = { 0, 0 }; in LSAPI_Init_Env_Parameters() local
4027 setrlimit( RLIMIT_CORE, &limit ); in LSAPI_Init_Env_Parameters()
/php-src/ext/standard/
H A Dbasic_functions.stub.php2345 function explode(string $separator, string $string, int $limit = PHP_INT_MAX): array {}
H A Dbasic_functions_arginfo.h848 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, limit, IS_LONG, 0, "PHP_INT_MAX")
/php-src/build/
H A Dlibtool.m4823 # no limit to the length of command line arguments.
824 # Libtool will interpret -1 as no limit whatsoever
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c148 uint32_t limit; member
154 do {_name->count = 0; _name->limit = (_n);} while (0)
160 ZEND_ASSERT(refs->count < refs->limit); in ir_refs_add()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます10703 # skip bad symples with improbably high free block index above 2 GiB file limit
14730 # Label is followed by a UUID; we have to limit string length to avoid
33515 # 4 GB limit implies unsigned integer
H A Dmagic10703 # skip bad symples with improbably high free block index above 2 GiB file limit
14730 # Label is followed by a UUID; we have to limit string length to avoid
33515 # 4 GB limit implies unsigned integer

Completed in 248 milliseconds

12345678