Home
last modified time | relevance | path

Searched refs:limit (Results 26 – 50 of 135) sorted by relevance

123456

/PHP-5.5/ext/standard/tests/strings/
H A Dexplode1.phpt8 /* Prototype: array explode ( string $delimiter, string $string [, int $limit] );
11 If limit is set, the returned array will contain a maximum of limit
50 echo "\n-- Passing limit values 0 and 1 to explode() --\n";
54 /* to check the maximum limit of string that can be given with limit<=0,
56 echo "\n*** Testing explode() for maximum limit of string with Limit = -1 ***\n";
329 -- Passing limit values 0 and 1 to explode() --
339 *** Testing explode() for maximum limit of string with Limit = -1 ***
H A Dexplode_variation2.phpt6 /* Prototype : array explode ( string $delimiter , string $string [, int $limit ] )
74 $limit = 5;
77 var_dump( explode($delimiter, $string, $limit) );
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_mysqlnd_read_timeout.phpt2 mysqlnd.net_read_timeout limit check
9 …/* The libmysql read_timeout limit default is 365 * 24 * 3600 seconds. It cannot be altered throug…
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt52 $limit = min(floor($max_allowed_packet / 1024 / 2), 10240);
53 for ($i = 0; $i < $limit; $i++)
71 $limit = $max_allowed_packet - strlen($blob) + 1;
73 for ($i = 0; $i < $limit; $i++)
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt50 $limit = min(floor($max_allowed_packet / 1024 / 2), 10240);
51 $blob = str_repeat($tmp, $limit);
77 $limit = $max_allowed_packet - strlen($blob) + 1;
79 $blob2 .= str_repeat('b', $limit);
H A Dmysqli_stmt_send_long_data.phpt67 $limit = min(floor($max_allowed_packet / 1024 / 2), 10240);
68 for ($i = 0; $i < $limit; $i++)
72 $limit = strlen($blob) - $max_allowed_packet - 1;
73 for ($i = 0; $i < $limit; $i++)
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c1344 int limit, rest; local
1368 if (rest < limit) {
1374 req->out_pos += limit;
1375 rest -= limit;
1376 str += limit;
1387 if (limit < 0) limit = 0;
1390 if (len < limit) {
1400 if (limit > 0) {
1402 req->out_pos += limit;
1407 if (len > limit) {
[all …]
/PHP-5.5/ext/pcre/
H A Dphp_pcre.h36 …ect_len, zval *replace_val, int is_callable_replace, int *result_len, int limit, int *replace_coun…
61 int is_callable_replace, int *result_len, int limit, int *replace_count TSRMLS_DC);
H A Dphp_pcre.c1134 if (count > 0 && (offsets[1] - offsets[0] >= 0) && (limit == -1 || limit > 0)) { in php_pcre_replace_impl()
1221 if (limit != -1) in php_pcre_replace_impl()
1222 limit--; in php_pcre_replace_impl()
1224 } else if (count == PCRE_ERROR_NOMATCH || limit == 0) { in php_pcre_replace_impl()
1334 limit, in php_replace_in_subject()
1356 limit, in php_replace_in_subject()
1375 long limit = -1; in preg_replace_impl() local
1409 limit_val = limit; in preg_replace_impl()
1927 ZEND_ARG_INFO(0, limit)
1935 ZEND_ARG_INFO(0, limit)
[all …]
/PHP-5.5/Zend/
H A Dzend_builtin_functions.h28 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit
/PHP-5.5/ext/mbstring/tests/
H A Dmb_split_variation2.phpt10 /* Prototype : proto array mb_split(string pattern, string string [, int limit])
21 $limit = 10;
96 var_dump( mb_split($pattern, $input, $limit) );
H A Dbug63447_002.phpt18 Warning: Unknown: Input variables exceeded 4. To increase the limit change max_input_vars in php.in…
H A Dbug63447_001.phpt18 Warning: Unknown: Input variables exceeded 5. To increase the limit change max_input_vars in php.in…
/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.c988 int limit, rest; local
999 limit = sizeof(req->out_buf) - (req->out_pos - req->out_buf);
1001 limit -= sizeof(fcgi_header);
1002 if (limit < 0) limit = 0;
1005 if (len < limit) {
1015 if (limit > 0) {
1016 memcpy(req->out_pos, str, limit);
1017 req->out_pos += limit;
1022 if (len > limit) {
1024 memcpy(req->out_pos, str + limit, len - limit);
[all …]
/PHP-5.5/ext/ereg/tests/
H A Dspliti_basic_001.phpt2 Test spliti() function : basic functionality - test a number of simple spliti, specifying a limit
5 /* Prototype : proto array spliti(string pattern, string string [, int limit])
12 * Test a number of simple spliti, specifying a limit
H A Dsplit_basic_001.phpt2 Test split() function : basic functionality - test a number of simple split, specifying a limit
5 /* Prototype : proto array split(string pattern, string string [, int limit])
12 * Test a number of simple split, specifying a limit
H A Dspliti_basic_002.phpt2 …pliti() function : basic functionality - test a number of simple spliti, without specifying a limit
5 /* Prototype : proto array spliti(string pattern, string string [, int limit])
12 * Test a number of simple spliti, without specifying a limit
H A Dsplit_basic_002.phpt2 … split() function : basic functionality - test a number of simple split, without specifying a limit
5 /* Prototype : proto array split(string pattern, string string [, int limit])
12 * Test a number of simple split, without specifying a limit
/PHP-5.5/ext/pcre/tests/
H A Dbacktrack_limit.phpt2 Backtracking limit
H A Dcache_limit.phpt2 Compiled regex cache limit
H A Drecursion_limit.phpt2 PCRE Recursion limit
/PHP-5.5/tests/basic/
H A Drfc1867_post_max_size.phpt20 Warning: POST Content-Length of %d bytes exceeds the limit of 1 bytes in %s
H A D027.phpt33 string(115) "Unknown: Input variable nesting level exceeded 10. To increase the limit change max_in…
H A D025.phpt14 Warning: Unknown: POST Content-Length of 2050 bytes exceeds the limit of 1024 bytes in Unknown on l…
/PHP-5.5/Zend/tests/
H A Dbug40770.phpt2 Bug #40770 (Apache child exits when PHP memory limit reached)

Completed in 39 milliseconds

123456