Searched defs:seconds (Results 1 – 15 of 15) sorted by relevance
/PHP-8.3/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 | 1501 static void zend_set_timeout_ex(zend_long seconds, bool reset_signals) /* {{{ */ in zend_timeout_handler() 1595 void zend_set_timeout(zend_long seconds, bool reset_signals) /* {{{ */ in zend_set_timeout()
|
/PHP-8.3/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.3/ext/pcntl/ |
H A D | pcntl.stub.php | 941 function pcntl_sigtimedwait(array $signals, &$info = [], int $seconds = 0, int $nanoseconds = 0): i… 963 function pcntl_alarm(int $seconds): int {}
|
H A D | pcntl.c | 200 zend_long seconds; in PHP_FUNCTION() local
|
/PHP-8.3/ext/mysqli/ |
H A D | mysqli.stub.php | 768 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
|
/PHP-8.3/ext/standard/ |
H A D | basic_functions.stub.php | 1508 function set_time_limit(int $seconds): bool {} 1941 function sleep(int $seconds): int {} 1950 function time_nanosleep(int $seconds, int $nanoseconds): array|bool {} 2096 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
H A D | streamsfuncs.c | 1399 zend_long seconds, microseconds = 0; in PHP_FUNCTION() local
|
/PHP-8.3/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 307 int seconds; in fpm_conf_set_time() local
|
/PHP-8.3/main/ |
H A D | main.c | 1741 void php_on_timeout(int seconds) in php_on_timeout()
|
/PHP-8.3/ext/sockets/ |
H A D | sockets.stub.php | 1852 function socket_select(?array &$read, ?array &$write, ?array &$except, ?int $seconds, int $microsec…
|
/PHP-8.3/ext/date/ |
H A D | php_date.c | 2063 int seconds = utc_offset % 60; in php_timezone_to_string() local
|
Completed in 136 milliseconds