Home
last modified time | relevance | path

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

123456

/PHP-5.6/ext/pdo/tests/
H A Dbug_65946.phpt19 $stmt = $db->prepare('SELECT * FROM test LIMIT :limit');
20 $stmt->bindValue('limit', 1, PDO::PARAM_INT);
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_frame.c170 int i = 0, limit = num; in phpdbg_dump_backtrace() local
173 if (limit < 0) { in phpdbg_dump_backtrace()
174 phpdbg_error("Invalid backtrace size %d", limit); in phpdbg_dump_backtrace()
178 &zbacktrace, 0, 0, limit TSRMLS_CC); in phpdbg_dump_backtrace()
/PHP-5.6/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.6/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.6/ext/gmp/tests/
H A Dgmp_random_bits.phpt18 $limit = (2 ** 30) - 1;
22 if ($result < 0 || $result > $limit) {
/PHP-5.6/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.6/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);
/PHP-5.6/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.6/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.6/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.6/ext/ereg/tests/
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_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_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
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
/PHP-5.6/ext/pcre/tests/
H A Dbacktrack_limit.phpt2 Backtracking limit
H A Dcache_limit.phpt2 Compiled regex cache limit
/PHP-5.6/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…

Completed in 44 milliseconds

123456