Home
last modified time | relevance | path

Searched refs:seconds (Results 26 – 50 of 63) sorted by relevance

123

/PHP-5.6/ext/standard/tests/misc/
H A Dtime_nanosleep_error2.phpt2 time_nanosleep — Delay for a number of seconds and nanoseconds
H A Dtime_nanosleep_error4.phpt2 time_nanosleep — Delay for a number of seconds and nanoseconds
/PHP-5.6/ext/standard/tests/time/
H A Dbug60222.phpt10 Warning: time_nanosleep(): The seconds value must be greater than 0 in %s on line %d
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_mysqlnd_read_timeout.phpt9 …/* The libmysql read_timeout limit default is 365 * 24 * 3600 seconds. It cannot be altered throug…
H A Dmysqli_fetch_array_many_rows.phpt13 // do as much as we can do in 5 seconds
H A Dmysqli_reconnect.phpt55 // after 2+ seconds the server should kill the connection
H A Dmysqli_no_reconnect.phpt53 // after 2+ seconds the server should kill the connection
/PHP-5.6/ext/gmp/tests/
H A Dgmp_random_bits.phpt16 // 0.5 seconds to make sure the numbers stay in range
H A Dgmp_random_range.phpt33 // 0.5 seconds to make sure the numbers stay in range
/PHP-5.6/ext/date/tests/
H A Ddate_modify_basic1.phpt22 date_modify($datetime, "+1 week 2 days 4 hours 2 seconds");
H A DDateTime_modify_basic1.phpt22 $datetime->modify("+1 week 2 days 4 hours 2 seconds");
H A Dgmmktime_variation3.phpt2 Test gmmktime() function : usage variation - Passing unexpected values to third argument seconds.
/PHP-5.6/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt55 Sets the timeout value in seconds for communications with the database.
/PHP-5.6/ext/pcntl/
H A Dpcntl.c87 ZEND_ARG_INFO(0, seconds)
122 ZEND_ARG_INFO(0, seconds)
559 long seconds; in PHP_FUNCTION() local
561 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &seconds) == FAILURE) in PHP_FUNCTION()
564 RETURN_LONG ((long) alarm(seconds)); in PHP_FUNCTION()
/PHP-5.6/sapi/fpm/
H A Dphp-fpm.conf.in62 ; Default Unit: seconds
68 ; Default Unit: seconds
114 ; Default Unit: seconds
227 ; pm.process_idle_timeout - The number of seconds after which
258 ; The number of seconds after which an idle process will be killed.
274 ; start since - number of seconds since FPM has started;
324 ; start since - the number of seconds since the process has started;
399 ; - %{seconds}d (default)
H A Dwww.conf.in93 ; pm.process_idle_timeout - The number of seconds after which
124 ; The number of seconds after which an idle process will be killed.
140 ; start since - number of seconds since FPM has started;
190 ; start since - the number of seconds since the process has started;
265 ; - %{seconds}d (default)
/PHP-5.6/ext/pdo_pgsql/tests/
H A Dgetnotify.phpt70 // Test second parameter, should wait 2 seconds because no notify is queued
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_conf.c290 int seconds; in fpm_conf_set_time() local
299 seconds = 60 * atoi(val); in fpm_conf_set_time()
303 seconds = 60 * 60 * atoi(val); in fpm_conf_set_time()
307 seconds = 24 * 60 * 60 * atoi(val); in fpm_conf_set_time()
316 seconds = atoi(val); in fpm_conf_set_time()
320 * (int *) ((char *) *config + offset) = seconds; in fpm_conf_set_time()
/PHP-5.6/ext/opcache/
H A DREADME116 How often (in seconds) to check file timestamps for changes to the shared
121 Prevents caching files that are less than this number of seconds old.
197 How long to wait (in seconds) for a scheduled restart to begin if the cache
/PHP-5.6/Zend/
H A Dzend_execute_API.c1257 void zend_set_timeout(long seconds, int reset_signals) /* {{{ */ in zend_set_timeout() argument
1261 EG(timeout_seconds) = seconds; in zend_set_timeout()
1264 if(!seconds) { in zend_set_timeout()
1282 …tq_timer, NULL, (WAITORTIMERCALLBACK)tq_timer_cb, (VOID*)&EG(timed_out), seconds*1000, 0, WT_EXECU… in zend_set_timeout()
1295 if(seconds) { in zend_set_timeout()
1296 t_r.it_value.tv_sec = seconds; in zend_set_timeout()
H A Dzend.h555 void (*on_timeout)(int seconds TSRMLS_DC);
705 extern ZEND_API void (*zend_on_timeout)(int seconds TSRMLS_DC);
/PHP-5.6/
H A Dphp.ini-development123 ; Development Value: 60 (60 seconds)
124 ; Production Value: 60 (60 seconds)
180 ; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes)
369 ; Maximum execution time of each script, in seconds
379 ; Development Value: 60 (60 seconds)
380 ; Production Value: 60 (60 seconds)
846 ; Default timeout for socket based streams (seconds)
1180 ; Maximum time (in seconds) for connect timeout. -1 means no limit
1275 ; Timeout for network requests in seconds.
1296 ; Connection: The maximum number of seconds a process is allowed to
[all …]
H A Dphp.ini-production123 ; Development Value: 60 (60 seconds)
124 ; Production Value: 60 (60 seconds)
180 ; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes)
369 ; Maximum execution time of each script, in seconds
379 ; Development Value: 60 (60 seconds)
380 ; Production Value: 60 (60 seconds)
846 ; Default timeout for socket based streams (seconds)
1180 ; Maximum time (in seconds) for connect timeout. -1 means no limit
1275 ; Timeout for network requests in seconds.
1296 ; Connection: The maximum number of seconds a process is allowed to
[all …]
/PHP-5.6/sapi/litespeed/
H A DREADME159 * LSAPI_MAX_IDLE (default value: 300 seconds)
177 * LSAPI_MAX_PROCESS_TIME (default value: 300 seconds)
/PHP-5.6/ext/ftp/tests/
H A Dserver.inc38 //listen for 3 seconds 3 seconds

Completed in 87 milliseconds

123