Home
last modified time | relevance | path

Searched refs:limit (Results 76 – 100 of 135) sorted by last modified time

123456

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_execute.phpt74 $limit = 1;
75 if (!mysqli_stmt_bind_param($stmt, "i", $limit))
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…
/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconn_max_links.phpt149 // We must be able to connect because max_persistent limit has not been reached
H A Dmysql_pconn_reuse.phpt57 …printf("[007] Can connect although limit has been reached, [%d] %s\n", mysql_errno(), mysql_error(…
/PHP-5.5/ext/mbstring/tests/
H A Dmb_split_variation3.phpt2 Test mb_split() function : usage variations - different parameter types for limit
10 /* Prototype : proto array mb_split(string pattern, string string [, int limit])
H A Dmb_split_error.phpt10 /* Prototype : proto array mb_split(string pattern, string string [, int limit])
27 $limit = 0;
29 var_dump( mb_split($pattern, $string, $limit, $extra_arg) );
H A Dmb_split_variation1.phpt10 /* Prototype : proto array mb_split(string pattern, string string [, int limit])
20 $limit = 10;
95 var_dump( mb_split($input, $string, $limit) );
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) );
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY1711 2003/02/28: [spec] add match stack limit check. (MATCH_STACK_LIMIT_SIZE)
/PHP-5.5/ext/mbstring/
H A Dmbstring.c480 ZEND_ARG_INFO(0, limit)
H A DREADME_PHP3-i18n-ja681 string_array = mbsplit(regex, string, limit)
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp5022x.c491 const int limit = cp932ext3_ucs_table_size > in mbfl_filt_conv_wchar_jis_ms() local
495 for (i = 0; i < limit; i++) { in mbfl_filt_conv_wchar_jis_ms()
723 const int limit = cp932ext3_ucs_table_size > in mbfl_filt_conv_wchar_cp50221() local
727 for (i = 0; i < limit; i++) { in mbfl_filt_conv_wchar_cp50221()
870 const int limit = cp932ext3_ucs_table_size > in mbfl_filt_conv_wchar_cp50222() local
874 for (i = 0; i < limit; i++) { in mbfl_filt_conv_wchar_cp50222()
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_methods.c309 limit = -1; in PHP_FUNCTION() local
321 &arg1, &str, &str_len, &start, &limit ) == FAILURE ) in PHP_FUNCTION()
357 &str, &str_len, &start, &limit ) == FAILURE ) in PHP_FUNCTION()
364 if( limit < -1 ) in PHP_FUNCTION()
372 if( start < 0 || ((limit != -1 ) && (start > limit )) ) in PHP_FUNCTION()
390 if( ( start > ustr_len ) || (( limit != -1 ) && (limit > ustr_len ) ) ) in PHP_FUNCTION()
412 int32_t temp_limit = ( limit == -1 ? ustr_len : (int32_t) limit ); in PHP_FUNCTION()
/PHP-5.5/ext/imap/
H A Dphp_imap.c775 add_assoc_long_ex(return_value, "limit", sizeof("limit"), qlist->limit); in mail_getquota()
779 add_assoc_long_ex(t_map, "limit", sizeof("limit"), qlist->limit); in mail_getquota()
/PHP-5.5/ext/iconv/
H A Diconv.c2341 char *p, *limit; in PHP_FUNCTION() local
2353 limit = decoded_header.c + decoded_header.len; in PHP_FUNCTION()
2354 for (p = decoded_header.c; p < limit; p++) { in PHP_FUNCTION()
2360 while (++p < limit) { in PHP_FUNCTION()
2367 header_value_len = limit - p; in PHP_FUNCTION()
/PHP-5.5/ext/filter/tests/
H A Dbug52929.phpt9 // Beyond the allowable limit for an e-mail address.
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic7735 # Label is followed by a UUID; we have to limit string length to avoid
/PHP-5.5/ext/fileinfo/
H A Dmagicdata.patch9 Subject: [PATCH] limit to 100 repetitions to avoid excessive backtracking
H A Dlibmagic.patch1027 - DPRINTF(("Unpack summary info loop limit"));
/PHP-5.5/ext/ereg/tests/
H A Dsplit_error_001.phpt5 /* Prototype : proto array split(string pattern, string string [, int limit])
18 $limit = 10;
20 var_dump( split($pattern, $string, $limit, $extra_arg) );
H A Dsplit_variation_003.phpt5 /* Prototype : proto array split(string pattern, string string [, int limit])
72 // loop through each element of the array for limit
H A Dsplit_variation_004.phpt2 Test split() function : usage variations - out-of-range values for limit
5 /* Prototype : proto array split(string pattern, string string [, int 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 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 Dspliti_basic_003.phpt5 /* Prototype : proto array spliti(string pattern, string string [, int limit])

Completed in 121 milliseconds

123456