Home
last modified time | relevance | path

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

12345678

/php-src/Zend/
H A Dzend_builtin_functions.h30 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit);
/php-src/ext/pcre/
H A Dphp_pcre.c1598 limit, replace_count); in php_pcre_replace()
1766 limit--; in php_pcre_replace_impl()
1908 if (count >= 0 && limit) { in php_pcre_replace_func_impl()
1961 limit--; in php_pcre_replace_func_impl()
2153 limit, replace_count); in php_replace_in_subject()
2259 zend_long limit, in _preg_replace_common() argument
2334 zend_long limit = -1; in preg_replace_common() local
2343 Z_PARAM_LONG(limit) in preg_replace_common()
2352 limit, zcount, is_filter); in preg_replace_common()
2405 Z_PARAM_LONG(limit) in PHP_FUNCTION()
[all …]
H A Dphp_pcre.h28 …const char *subject, size_t subject_len, zend_string *replace_str, size_t limit, size_t *replace_c…
56 size_t limit, size_t *replace_count);
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data.phpt54 $limit = min(floor($max_allowed_packet / 1024 / 2), 10240);
55 for ($i = 0; $i < $limit; $i++)
59 $limit = strlen($blob) - $max_allowed_packet - 1;
60 for ($i = 0; $i < $limit; $i++)
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt45 $limit = min(floor($max_allowed_packet / 1024 / 2), 10240);
46 $blob = str_repeat($tmp, $limit);
72 $limit = $max_allowed_packet - strlen($blob) + 1;
74 $blob2 .= str_repeat('b', $limit);
/php-src/Zend/tests/stack_limit/
H A Dstack_limit_003.phpt2 Stack limit 003 - Stack limit checks with fixed max_allowed_stack_size
H A Dstack_limit_002.phpt2 Stack limit 002 - Stack limit checks with max_allowed_stack_size detection (fibers)
/php-src/ext/pcre/tests/
H A Dbug80866.phpt2 Bug #80866 preg_split ignores limit flag when pattern with \K has 0-width fullstring match
H A Derrors05.phpt14 var_dump(preg_last_error_msg() === 'JIT stack limit exhausted');
H A Dbacktrack_limit.phpt2 Backtracking limit
/php-src/Zend/asm/
H A Djump_arm64_aapcs_pe_armasm.asm48 ;* | fiber data| base | limit | dealloc | *
84 ; save current stack base and limit
98 ; restore stack base and limit
/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/ext/standard/tests/strings/
H A Dexplode_variation7.phpt3 EXPLODE_ALLOC_STEP (64) and the $limit is negative
H A Dgh10940.phpt2 Test unpacking at the 32-bit integer limit
H A Dexplode1.phpt60 echo "\n-- Passing limit values 0 and 1 to explode() --\n";
64 /* to check the maximum limit of string that can be given with limit<=0,
66 echo "\n*** Testing explode() for maximum limit of string with Limit = -1 ***\n";
309 -- Passing limit values 0 and 1 to explode() --
319 *** Testing explode() for maximum limit of string with Limit = -1 ***
/php-src/ext/json/
H A Dphp_json_scanner.h28 php_json_ctype *limit; /* the last read character + 1 position */ member
/php-src/tests/basic/
H A Drfc1867_post_max_size.phpt18 Warning: PHP Request Startup: POST Content-Length of 168 bytes exceeds the limit of 1 bytes in %s
H A D025.phpt14 Warning: PHP Request Startup: POST Content-Length of 2050 bytes exceeds the limit of 1024 bytes in …
/php-src/sapi/cli/tests/
H A Dbug78323.phpt43 passthru("$php --memory-limit=1G 2>&1", $exitCode);
55 passthru("$php -dmemory-limit=1G -v", $exitCode);
/php-src/Zend/tests/generators/
H A Dgh9801.phpt2 Bug GH-9801 (Crash when memory limit is exceeded during generator initialization)
/php-src/ext/mbstring/tests/
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…
H A Dretry_limit.phpt2 Oniguruma retry limit
/php-src/Zend/tests/
H A Dbug81104.phpt2 Bug #81104: Warning: "Failed to set memory limit to ... bytes" emitted after exit in debug
/php-src/ext/calendar/tests/
H A Deaster_date_checks_upper_bound_32bit.phpt2 Test easter_date() on 32bit systems checks the upper year limit

Completed in 34 milliseconds

12345678