Home
last modified time | relevance | path

Searched refs:limit (Results 151 – 175 of 180) sorted by last modified time

12345678

/php-src/ext/pcre/tests/
H A Dbug37800.phpt2 Bug #37800 (preg_replace() limit parameter odd behaviour)
H A Dbug80866.phpt2 Bug #80866 preg_split ignores limit flag when pattern with \K has 0-width fullstring match
H A Dcache_limit.phpt2 Compiled regex cache limit
H A Derrors01.phpt2 Test preg_split() function : error conditions - Recursion limit exhausted
10 var_dump(preg_last_error_msg() === 'Recursion limit exhausted');
H A Derrors04.phpt2 Test preg_match_all() function : error conditions - Backtracking limit
16 var_dump(preg_last_error_msg() === 'Backtrack limit exhausted');
H A Derrors05.phpt14 var_dump(preg_last_error_msg() === 'JIT stack limit exhausted');
/php-src/ext/opcache/tests/
H A Djmp_elim_002.phpt9 'type' => 'monthly', 'limit' => '',
17 if ( ! empty( $r['limit'] ) ) {
18 $r['limit'] = absint( $r['limit'] );
19 $r['limit'] = ' LIMIT ' . $r['limit'];
/php-src/ext/mbstring/tests/
H A Dmbregex_stack_limit.phpt2 Test oniguruma stack limit
H A Dretry_limit.phpt2 Oniguruma retry limit
H A Dbug63447_001.phpt16 Warning: PHP Request Startup: Input variables exceeded 5. To increase the limit change max_input_va…
H A Dbug63447_002.phpt16 Warning: PHP Request Startup: Input variables exceeded 4. To increase the limit change max_input_va…
/php-src/ext/json/
H A Dphp_json_scanner.h28 php_json_ctype *limit; /* the last read character + 1 position */ member
/php-src/ext/intl/transliterator/
H A Dtransliterator_methods.c275 limit = -1; in PHP_FUNCTION() local
294 Z_PARAM_LONG(limit) in PHP_FUNCTION()
316 …} else if(zend_parse_parameters( ZEND_NUM_ARGS(), "s|ll", &str, &str_len, &start, &limit) == FAILU… in PHP_FUNCTION()
320 if (limit < -1) { in PHP_FUNCTION()
330 if (limit != -1 && start > limit) { in PHP_FUNCTION()
344 if( ( start > ustr_len ) || (( limit != -1 ) && (limit > ustr_len ) ) ) in PHP_FUNCTION()
365 int32_t temp_limit = ( limit == -1 ? ustr_len : (int32_t) limit ); in PHP_FUNCTION()
/php-src/ext/gmp/tests/
H A Dgmp_random_bits.phpt25 $limit = (2 ** 30) - 1;
29 if ($result < 0 || $result > $limit) {
/php-src/ext/filter/tests/
H A Dbug52929.phpt9 // Beyond the allowable limit for an e-mail address.
/php-src/ext/exif/tests/
H A Dbug68799.phpt18 function doStuff ($limit) {
23 for ($i = 0; $i < $limit; $i++) {
/php-src/ext/dba/tests/
H A Dbug78808.phpt2 Bug #78808 ([LMDB] MDB_MAP_FULL: Environment mapsize limit reached)
/php-src/Zend/tests/
H A Ddebug_backtrace_limit.phpt2 debug_backtrace limit
H A Ddebug_print_backtrace_limit.phpt2 debug_print_backtrace limit
H A Dbug81070.phpt2 Bug #81070 Setting memory limit to below current usage
13 Warning: Failed to set memory limit to 3145728 bytes (Current memory usage is %d bytes) in %s on li…
H A Dbug81104.phpt2 Bug #81104: Warning: "Failed to set memory limit to ... bytes" emitted after exit in debug
H A Dbug76846.phpt2 Bug #76846: Segfault in shutdown function after memory limit error
H A Dbug40770.phpt2 Bug #40770 (Apache child exits when PHP memory limit reached)
/php-src/Zend/tests/attributes/
H A D009_doctrine_annotations_example.phpt51 * minMessage = "You must be at least {{ limit }}cm tall to enter",
52 * maxMessage = "You cannot be taller than {{ limit }}cm to enter"
55 …#[Assert\Range(["min" => 120, "max" => 180, "minMessage" => "You must be at least {{ limit }}cm ta…
128 string(48) "You must be at least {{ limit }}cm tall to enter"
/php-src/Zend/asm/
H A Djump_x86_64_ms_pe_masm.asm54 ; | limit | base | R12 | R13 |
119 ; save current stack limit
169 ; restore current stack limit

Completed in 191 milliseconds

12345678