Home
last modified time | relevance | path

Searched defs:seconds (Results 1 – 17 of 17) sorted by relevance

/PHP-8.4/ext/pdo_firebird/
H A Dpdo_firebird_utils.cpp29 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 Dfirebird_statement.c84 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-8.4/Zend/
H A Dzend_max_execution_timer.h32 #define zend_max_execution_timer_settime(seconds) argument
H A Dzend_max_execution_timer.c90 void zend_max_execution_timer_settime(zend_long seconds) /* {{{ }*/ in zend_max_execution_timer_settime()
H A Dzend_execute_API.c1540 static void zend_set_timeout_ex(zend_long seconds, bool reset_signals) /* {{{ */ in zend_timeout_handler()
1634 void zend_set_timeout(zend_long seconds, bool reset_signals) /* {{{ */ in zend_set_timeout()
/PHP-8.4/ext/date/lib/
H A Dunixtime2tm.c60 timelib_sll hours, minutes, seconds; in timelib_unixtime2gmt() local
H A Dparse_posix.c165 int seconds = 0; in read_offset() local
H A Dtimelib.c191 int seconds; in timelib_decimal_hour_to_hms() local
/PHP-8.4/ext/pcntl/
H A Dpcntl.stub.php1038 …function pcntl_sigtimedwait(array $signals, &$info = [], int $seconds = 0, int $nanoseconds = 0): …
1060 function pcntl_alarm(int $seconds): int {}
H A Dpcntl.c305 zend_long seconds; in PHP_FUNCTION() local
/PHP-8.4/ext/mysqli/
H A Dmysqli.stub.php747 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
/PHP-8.4/ext/standard/
H A Dbasic_functions.stub.php1508 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 Dstreamsfuncs.c1419 zend_long seconds, microseconds = 0; in PHP_FUNCTION() local
/PHP-8.4/sapi/fpm/fpm/
H A Dfpm_conf.c307 int seconds; in fpm_conf_set_time() local
/PHP-8.4/main/
H A Dmain.c1781 void php_on_timeout(int seconds) in php_on_timeout()
/PHP-8.4/ext/sockets/
H A Dsockets.stub.php1946 function socket_select(?array &$read, ?array &$write, ?array &$except, ?int $seconds, int $microsec…
/PHP-8.4/ext/date/
H A Dphp_date.c2072 int seconds = utc_offset % 60; in php_timezone_to_string() local

Completed in 125 milliseconds