Home
last modified time | relevance | path

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

123456

/PHP-5.6/Zend/tests/
H A Dbug40770.phpt2 Bug #40770 (Apache child exits when PHP memory limit reached)
H A Ddebug_print_backtrace_limit.phpt2 debug_print_backtrace limit
H A Ddebug_backtrace_limit.phpt2 debug_backtrace limit
/PHP-5.6/ext/pcre/tests/
H A Drecursion_limit.phpt2 PCRE Recursion limit
H A Dbug37800.phpt2 Bug #37800 (preg_replace() limit parameter odd behaviour)
H A Dpreg_replace_variation1.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
H A Dpreg_split_error2.phpt6 * proto array preg_split(string pattern, string subject [, int limit [, int flags]])
H A Dpreg_replace_error2.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
/PHP-5.6/ext/standard/tests/strings/
H A Dexplode_variation1.phpt6 /* Prototype : array explode ( string $delimiter , string $string [, int $limit ] )
74 $limit = 5;
77 var_dump( explode($delimiter, $string, $limit) );
H A Dexplode_variation4.phpt6 /* Prototype : array explode ( string $delimiter , string $string [, int $limit ] )
/PHP-5.6/ext/standard/tests/mail/
H A Dezmlm_hash_variation1.phpt6 /* Prototype : array explode ( string $delimiter , string $string [, int $limit ] )
74 $limit = 5;
77 var_dump( explode($delimiter, $string, $limit) );
/PHP-5.6/ext/pcre/
H A Dphp_pcre.c1174 if (count > 0 && (offsets[1] - offsets[0] >= 0) && (limit == -1 || limit > 0)) { in php_pcre_replace_impl()
1261 if (limit != -1) in php_pcre_replace_impl()
1262 limit--; in php_pcre_replace_impl()
1264 } else if (count == PCRE_ERROR_NOMATCH || limit == 0) { in php_pcre_replace_impl()
1380 limit, in php_replace_in_subject()
1402 limit, in php_replace_in_subject()
1421 long limit = -1; in preg_replace_impl() local
1456 limit_val = limit; in preg_replace_impl()
1981 ZEND_ARG_INFO(0, limit)
1989 ZEND_ARG_INFO(0, limit)
[all …]
/PHP-5.6/ext/filter/tests/
H A Dbug52929.phpt9 // Beyond the allowable limit for an e-mail address.
/PHP-5.6/ext/mbstring/tests/
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) );
/PHP-5.6/ext/standard/tests/http/
H A Dbug38802.phpt108 Warning: fopen(http://127.0.0.1:12342/foo/bar): failed to open stream: Redirection limit reached, a…
121 Warning: fopen(http://127.0.0.1:12342/foo/bar): failed to open stream: Redirection limit reached, a…
130 Warning: fopen(http://127.0.0.1:12342/foo/bar): failed to open stream: Redirection limit reached, a…
/PHP-5.6/ext/ereg/tests/
H A Dsplit_variation_002.phpt5 /* Prototype : proto array split(string pattern, string string [, int limit])
20 $limit = 5;
77 var_dump( split($pattern, $value, $limit) );
H A Dspliti_variation_002.phpt5 /* Prototype : proto array spliti(string pattern, string string [, int limit])
20 $limit = 5;
77 var_dump( spliti($pattern, $value, $limit) );
H A Dspliti_basic_004.phpt5 /* Prototype : proto array spliti(string pattern, string string [, int limit])
H A Dspliti_basic_003.phpt5 /* Prototype : proto array spliti(string pattern, string string [, int limit])
H A Dsplit_variation_001.phpt5 /* Prototype : proto array split(string pattern, string string [, int limit])
20 $limit = 5;
77 var_dump( split($value, $string, $limit) );
H A Dspliti_variation_001.phpt5 /* Prototype : proto array spliti(string pattern, string string [, int limit])
20 $limit = 5;
77 var_dump( spliti($value, $string, $limit) );
H A Dsplit_basic_003.phpt5 /* Prototype : proto array split(string pattern, string string [, int limit])
/PHP-5.6/ext/session/
H A Dmod_mm.c450 time_t limit; in PS_GC_FUNC() local
457 time(&limit); in PS_GC_FUNC()
459 limit -= maxlifetime; in PS_GC_FUNC()
467 if (sd->ctime < limit) { in PS_GC_FUNC()
/PHP-5.6/ext/oci8/tests/
H A Dbug44113.phpt24 // timout limit on slow networks.
/PHP-5.6/sapi/caudium/
H A DTODO4 - configurable limit of number of concurrent PHP executions

Completed in 42 milliseconds

123456