Searched defs:seconds (Results 1 – 17 of 17) sorted by relevance
/php-src/ext/pdo_firebird/ |
H A D | pdo_firebird_utils.cpp | 29 extern "C" ISC_TIME fb_encode_time(unsigned hours, unsigned minutes, unsigned seconds, unsigned fra… in fb_encode_time() 55 …tus, const ISC_TIME_TZ* timeTz, unsigned* hours, unsigned* minutes, unsigned* seconds, unsigned* f… in fb_decode_time_tz() 74 unsigned* hours, unsigned* minutes, unsigned* seconds, unsigned* fractions, in fb_decode_timestamp_tz()
|
H A D | firebird_statement.c | 84 unsigned hours = 0, minutes = 0, seconds = 0, fractions = 0; in get_formatted_time_tz() local 112 unsigned year, month, day, hours, minutes, seconds, fractions; in get_formatted_timestamp_tz() local
|
/php-src/Zend/ |
H A D | zend_max_execution_timer.h | 34 #define zend_max_execution_timer_settime(seconds) argument
|
H A D | zend_max_execution_timer.c | 90 void zend_max_execution_timer_settime(zend_long seconds) /* {{{ }*/ in zend_max_execution_timer_settime()
|
H A D | zend_execute_API.c | 1543 static void zend_set_timeout_ex(zend_long seconds, bool reset_signals) /* {{{ */ in zend_timeout_handler() 1637 void zend_set_timeout(zend_long seconds, bool reset_signals) /* {{{ */ in zend_set_timeout()
|
/php-src/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-src/ext/pcntl/ |
H A D | pcntl.stub.php | 1038 …function pcntl_sigtimedwait(array $signals, &$info = [], int $seconds = 0, int $nanoseconds = 0): … 1060 function pcntl_alarm(int $seconds): int {}
|
H A D | pcntl.c | 305 zend_long seconds; in PHP_FUNCTION() local
|
/php-src/ext/mysqli/ |
H A D | mysqli.stub.php | 747 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
|
/php-src/ext/standard/ |
H A D | basic_functions.stub.php | 1508 function set_time_limit(int $seconds): bool {} 1957 function sleep(int $seconds): int {} 1966 function time_nanosleep(int $seconds, int $nanoseconds): array|bool {} 2112 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
H A D | streamsfuncs.c | 1419 zend_long seconds, microseconds = 0; in PHP_FUNCTION() local
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 307 int seconds; in fpm_conf_set_time() local
|
/php-src/main/ |
H A D | main.c | 1783 void php_on_timeout(int seconds) in php_on_timeout()
|
/php-src/ext/sockets/ |
H A D | sockets.stub.php | 1960 function socket_select(?array &$read, ?array &$write, ?array &$except, ?int $seconds, int $microsec…
|
/php-src/ext/date/ |
H A D | php_date.c | 2035 int seconds = utc_offset % 60; in php_timezone_to_string() local
|
Completed in 87 milliseconds