Home
last modified time | relevance | path

Searched refs:seconds (Results 51 – 63 of 63) sorted by relevance

123

/PHP-5.6/ext/standard/
H A Dstreamsfuncs.c1372 long seconds, microseconds = 0; in PHP_FUNCTION() local
1377 if (zend_parse_parameters(argc TSRMLS_CC, "rl|l", &socket, &seconds, &microseconds) == FAILURE) { in PHP_FUNCTION()
1383 t.tv_sec = seconds; in PHP_FUNCTION()
H A Dbasic_functions.c138 ZEND_ARG_INFO(0, seconds)
659 ZEND_ARG_INFO(0, seconds)
668 ZEND_ARG_INFO(0, seconds)
2092 ZEND_ARG_INFO(0, seconds)
/PHP-5.6/Zend/
H A Dzend_execute.h358 ZEND_API void zend_set_timeout(long seconds, int reset_signals);
H A Dzend.c61 void (*zend_on_timeout)(int seconds TSRMLS_DC);
/PHP-5.6/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc82 ($mtime['seconds']>>1)));
/PHP-5.6/
H A DUPGRADING138 . "reneg_window" (renegotiation time window in seconds)
H A Dconfigure.in159 dnl Catch common errors here to save a few seconds of our users' time
H A DINSTALL1677 default is 300 seconds (5 minutes).
/PHP-5.6/ext/date/lib/
H A Dparse_date.re196 { "seconds", TIMELIB_SECOND, 1 },
2027 case 'U': /* epoch seconds */
/PHP-5.6/sapi/thttpd/
H A Dthttpd_patch48 +/* CONFIGURE: How many seconds to allow for reading the subsequent requests
53 /* CONFIGURE: How many seconds before an idle connection gets closed.
/PHP-5.6/main/
H A Dmain.c1561 void php_on_timeout(int seconds TSRMLS_DC) in php_on_timeout()
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic6480 # hours, minutes and seconds
6532 >>>>>>419 ubyte x \b0x%x seconds
7405 #>>>>(0x1BC.s+12) ubyte 18 \b,%u/18 seconds
7406 >>>>(0x1BC.s+12) ubyte !18 \b,%u/18 seconds
7416 #>>>>(0x1BC.s+12) uleshort 18 \b,%u/18 seconds
7417 >>>>(0x1BC.s+12) uleshort !18 \b,%u/18 seconds
9291 >>>>>>>&0 ubelong x \b, locked if idle for %u seconds
15626 # Datestamps are unsigned seconds since the MacOS epoch (Jan 1, 1904),
15630 # date is supposed to be big-endian seconds since 1 Jan 1904, but many
18726 >28 belong 0 \b, no leap seconds
[all …]
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c31625 int seconds = (microseconds+999999)/1000000;
31626 sleep(seconds);
31628 return seconds*1000000;

Completed in 531 milliseconds

123