Searched defs:seconds (Results 1 – 15 of 15) sorted by relevance
/PHP-8.2/Zend/ |
H A D | zend_max_execution_timer.h | 32 #define zend_max_execution_timer_settime(seconds) argument
|
H A D | zend_max_execution_timer.c | 76 void zend_max_execution_timer_settime(zend_long seconds) /* {{{ }*/ in zend_max_execution_timer_settime()
|
H A D | zend_execute_API.c | 1479 static void zend_set_timeout_ex(zend_long seconds, bool reset_signals) /* {{{ */ in zend_timeout_handler() 1573 void zend_set_timeout(zend_long seconds, bool reset_signals) /* {{{ */ in zend_set_timeout()
|
/PHP-8.2/ext/date/lib/ |
H A D | unixtime2tm.c | 60 timelib_sll hours, minutes, seconds; in timelib_unixtime2gmt() local
|
H A D | parse_posix.c | 165 int seconds = 0; in read_offset() local
|
H A D | timelib.c | 191 int seconds; in timelib_decimal_hour_to_hms() local
|
/PHP-8.2/ext/pcntl/ |
H A D | pcntl.stub.php | 934 function pcntl_sigtimedwait(array $signals, &$info = [], int $seconds = 0, int $nanoseconds = 0): i… 956 function pcntl_alarm(int $seconds): int {}
|
H A D | pcntl.c | 200 zend_long seconds; in PHP_FUNCTION() local
|
/PHP-8.2/ext/mysqli/ |
H A D | mysqli.stub.php | 768 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
|
/PHP-8.2/ext/standard/ |
H A D | basic_functions.stub.php | 842 function set_time_limit(int $seconds): bool {} 1248 function sleep(int $seconds): int {} 1257 function time_nanosleep(int $seconds, int $nanoseconds): array|bool {} 1402 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
H A D | streamsfuncs.c | 1379 zend_long seconds, microseconds = 0; in PHP_FUNCTION() local
|
/PHP-8.2/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 307 int seconds; in fpm_conf_set_time() local
|
/PHP-8.2/main/ |
H A D | main.c | 1730 void php_on_timeout(int seconds) in php_on_timeout()
|
/PHP-8.2/ext/sockets/ |
H A D | sockets.stub.php | 1698 function socket_select(?array &$read, ?array &$write, ?array &$except, ?int $seconds, int $microsec…
|
/PHP-8.2/ext/date/ |
H A D | php_date.c | 2031 int seconds = utc_offset % 60; in php_timezone_to_string() local
|
Completed in 67 milliseconds