Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_max_execution_timer.h32 #define zend_max_execution_timer_settime(seconds) argument
H A Dzend_max_execution_timer.c79 void zend_max_execution_timer_settime(zend_long seconds) /* {{{ }*/ in zend_max_execution_timer_settime()
H A Dzend_execute_API.c1515 static void zend_set_timeout_ex(zend_long seconds, bool reset_signals) /* {{{ */ in zend_timeout_handler()
1607 void zend_set_timeout(zend_long seconds, bool reset_signals) /* {{{ */ in zend_set_timeout()
/php-src/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-src/ext/pcntl/
H A Dpcntl.stub.php955 function pcntl_sigtimedwait(array $signals, &$info = [], int $seconds = 0, int $nanoseconds = 0): i…
977 function pcntl_alarm(int $seconds): int {}
H A Dpcntl.c264 zend_long seconds; in PHP_FUNCTION() local
/php-src/ext/mysqli/
H A Dmysqli.stub.php768 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
/php-src/ext/standard/
H A Dbasic_functions.stub.php1528 function set_time_limit(int $seconds): bool {}
1969 function sleep(int $seconds): int {}
1978 function time_nanosleep(int $seconds, int $nanoseconds): array|bool {}
2124 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
H A Dstreamsfuncs.c1418 zend_long seconds, microseconds = 0; in PHP_FUNCTION() local
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.c307 int seconds; in fpm_conf_set_time() local
/php-src/main/
H A Dmain.c1725 void php_on_timeout(int seconds) in php_on_timeout()
/php-src/ext/sockets/
H A Dsockets.stub.php1893 function socket_select(?array &$read, ?array &$write, ?array &$except, ?int $seconds, int $microsec…
/php-src/ext/date/
H A Dphp_date.c2068 int seconds = utc_offset % 60; in php_timezone_to_string() local

Completed in 96 milliseconds