Home
last modified time | relevance | path

Searched refs:seconds (Results 51 – 75 of 84) sorted by relevance

1234

/PHP-8.3/sapi/fpm/tests/
H A Dbug76601-reload-child-signals.phpt40 …e 259: [pool unconfined] child 21337 exited on signal 9 (SIGKILL) after 1.003055 seconds from start
H A Dtester.inc1714 * @param int|null $timeoutSeconds Timeout in seconds for reading of all messages.
1739 * @param int|null $timeoutSeconds Timeout in seconds for reading of all messages.
1819 * @param int|null $timeoutSeconds Timeout in seconds for reading of all messages.
1865 * @param int|null $timeoutSeconds Timeout in seconds for reading of all messages.
1901 * @param int|null $timeoutSeconds Timeout in seconds for reading of all messages.
1936 * @param int|null $timeoutSeconds Timeout in seconds for reading of all messages.
1971 * @param int|null $timeoutSeconds Timeout in seconds for reading of all messages.
2006 * @param int|null $timeoutSeconds Timeout in seconds for reading of all messages.
H A Dlogtool.inc133 * @param int|null $timeoutSeconds Timeout in seconds for reading of all messages.
598 * @param int|null $timeoutSeconds Timeout in seconds for reading of all messages.
709 * @param int|null $timeoutSeconds Timeout in seconds for reading of all messages.
H A Dstatus.inc236 "# HELP phpfpm_start_since The number of seconds since FPM has started\.\n" .
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt64 Sets the timeout value in seconds for communications with the database.
/PHP-8.3/ext/pdo_pgsql/tests/
H A Dgetnotify.phpt72 // Test second parameter, should wait 2 seconds because no notify is queued
/PHP-8.3/Zend/
H A Dzend.h244 void (*on_timeout)(int seconds);
336 extern ZEND_API void (*zend_on_timeout)(int seconds);
H A Dzend_execute.h384 ZEND_API void zend_set_timeout(zend_long seconds, bool reset_signals);
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_fetch_array_many_rows.phpt14 // do as much as we can do in 5 seconds
H A Dmysqli_poll.phpt122 mysqli_poll(): Argument #4 ($seconds) must be greater than or equal to 0
H A Dmysqli_no_reconnect.phpt51 // after 2+ seconds the server should kill the connection
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_conf.c307 int seconds; in fpm_conf_set_time() local
316 seconds = 60 * atoi(val); in fpm_conf_set_time()
320 seconds = 60 * 60 * atoi(val); in fpm_conf_set_time()
324 seconds = 24 * 60 * 60 * atoi(val); in fpm_conf_set_time()
334 seconds = atoi(val); in fpm_conf_set_time()
338 * (int *) ((char *) *config + offset) = seconds; in fpm_conf_set_time()
/PHP-8.3/ext/pcntl/
H A Dpcntl_arginfo.h52 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, seconds, IS_LONG, 0, "0")
86 ZEND_ARG_TYPE_INFO(0, seconds, IS_LONG, 0)
H A Dpcntl.c200 zend_long seconds; in PHP_FUNCTION() local
203 Z_PARAM_LONG(seconds); in PHP_FUNCTION()
206 RETURN_LONG((zend_long) alarm(seconds)); in PHP_FUNCTION()
/PHP-8.3/
H A Dphp.ini-production119 ; Development Value: 60 (60 seconds)
120 ; Production Value: 60 (60 seconds)
186 ; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes)
416 ; Maximum execution time of each script, in seconds
426 ; Development Value: 60 (60 seconds)
427 ; Production Value: 60 (60 seconds)
891 ; Default timeout for socket based streams (seconds)
1248 ; Timeout for network requests in seconds.
1267 ; Connection: The maximum number of seconds a process is allowed to
1273 ; Connection: The number of seconds that must pass before issuing a
[all …]
H A Dphp.ini-development119 ; Development Value: 60 (60 seconds)
120 ; Production Value: 60 (60 seconds)
186 ; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes)
414 ; Maximum execution time of each script, in seconds
424 ; Development Value: 60 (60 seconds)
425 ; Production Value: 60 (60 seconds)
889 ; Default timeout for socket based streams (seconds)
1246 ; Timeout for network requests in seconds.
1265 ; Connection: The maximum number of seconds a process is allowed to
1271 ; Connection: The number of seconds that must pass before issuing a
[all …]
H A DUPGRADING239 "application_time" => float: Total application time, in seconds (including
241 "collector_time" => float: Time spent collecting cycles, in seconds
244 cycle collection, in seconds
246 seconds
/PHP-8.3/ext/standard/
H A Dstreamsfuncs.c1399 zend_long seconds, microseconds = 0; in PHP_FUNCTION() local
1406 Z_PARAM_LONG(seconds) in PHP_FUNCTION()
1414 t.tv_sec = (long)seconds; in PHP_FUNCTION()
1423 t.tv_sec = seconds; in PHP_FUNCTION()
H A Dbasic_functions.stub.php1508 function set_time_limit(int $seconds): bool {} argument
1941 function sleep(int $seconds): int {} argument
1950 function time_nanosleep(int $seconds, int $nanoseconds): array|bool {} argument
3315 function stream_select(?array &$read, ?array &$write, ?array &$except, ?int $seconds, ?int $microse…
3510 function stream_set_timeout($stream, int $seconds, int $microseconds = 0): bool {}
3516 function socket_set_timeout($stream, int $seconds, int $microseconds = 0): bool {}
/PHP-8.3/sapi/litespeed/
H A DREADME.md153 * `LSAPI_MAX_IDLE` (default value: 300 seconds)
168 * `LSAPI_MAX_PROCESS_TIME` (default value: 300 seconds)
/PHP-8.3/ext/mysqli/
H A Dmysqli.stub.php893 …public static function poll(?array &$read, ?array &$error, array &$reject, int $seconds, int $micr…
1538 function mysqli_poll(?array &$read, ?array &$error, array &$reject, int $seconds, int $microseconds…
/PHP-8.3/sapi/fpm/
H A Dwww.conf.in113 ; pm.process_idle_timeout - The number of seconds after which
150 ; The number of seconds after which an idle process will be killed.
166 ; start since - number of seconds since FPM has started;
216 ; start since - the number of seconds since the process has started;
307 ; - %{seconds}d (default)
/PHP-8.3/ext/session/tests/user_session_module/
H A Dsave_handler.inc106 // long $maxlifetime - GC TTL in seconds. Default: session.gc_maxlifetime
/PHP-8.3/ext/sockets/
H A Dsockets.stub.php1852 function socket_select(?array &$read, ?array &$write, ?array &$except, ?int $seconds, int $microsec… argument
/PHP-8.3/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc81 ($mtime['seconds']>>1)));

Completed in 73 milliseconds

1234