Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/date/lib/
H A Dparse_date.re190 { "seconds", TIMELIB_SECOND, 1 },
2012 case 'U': /* epoch seconds */
/PHP-5.5/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.5/main/
H A Dmain.c1478 void php_on_timeout(int seconds TSRMLS_DC) in php_on_timeout()
/PHP-5.5/
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.5/ext/fileinfo/tests/
H A Dmagic6004 # hours, minutes and seconds
6056 >>>>>>419 ubyte x \b0x%x seconds
6876 #>>>>(0x1BC.s+12) ubyte 18 \b,%u/18 seconds
6877 >>>>(0x1BC.s+12) ubyte !18 \b,%u/18 seconds
6887 #>>>>(0x1BC.s+12) uleshort 18 \b,%u/18 seconds
6888 >>>>(0x1BC.s+12) uleshort !18 \b,%u/18 seconds
8665 >>>>>>>&0 ubelong x \b, locked if idle for %u seconds
17580 >28 belong 0 \b, no leap seconds
17582 >28 belong >1 \b, %d leap seconds
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c31625 int seconds = (microseconds+999999)/1000000;
31626 sleep(seconds);
31628 return seconds*1000000;

Completed in 442 milliseconds

123