Home
last modified time | relevance | path

Searched refs:sec (Results 51 – 62 of 62) sorted by relevance

123

/PHP-5.6/ext/date/lib/
H A Dparse_date.re193 { "sec", TIMELIB_SECOND, 1 },
941 reltextunit = (('sec'|'second'|'min'|'minute'|'hour'|'day'|'fortnight'|'forthnight'|'month'|'year')…
1999 timelib_sll sec;
2002 sec = timelib_get_nr_ex((char **) &ptr, 2, &length);
2003 if (sec == TIMELIB_UNSET || length != 2) {
2006 s->time->s = sec;
H A Dparse_date.c24110 timelib_sll sec; in timelib_parse_from_format() local
24113 sec = timelib_get_nr_ex((char **) &ptr, 2, &length); in timelib_parse_from_format()
24114 if (sec == TIMELIB_UNSET || length != 2) { in timelib_parse_from_format()
24117 s->time->s = sec; in timelib_parse_from_format()
/PHP-5.6/ext/date/tests/
H A DDateTime_data-fall-type3-type3.inc20 * + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT, + TZ
/PHP-5.6/ext/mysqli/
H A Dmysqli_fe.c74 ZEND_ARG_INFO(0, sec)
/PHP-5.6/ext/imap/
H A Dphp_imap.c2351 char *body, *sec; in PHP_FUNCTION() local
2356 …if (zend_parse_parameters(argc TSRMLS_CC, "rls|l", &streamind, &msgno, &sec, &sec_len, &flags) == … in PHP_FUNCTION()
2372 …body = mail_fetchbody_full(imap_le_struct->imap_stream, msgno, sec, &len, (argc == 4 ? flags : NIL… in PHP_FUNCTION()
2391 char *body, *sec; in PHP_FUNCTION() local
2396 …if (zend_parse_parameters(argc TSRMLS_CC, "rls|l", &streamind, &msgno, &sec, &sec_len, &flags) == … in PHP_FUNCTION()
2412 body = mail_fetch_mime(imap_le_struct->imap_stream, msgno, sec, &len, (argc == 4 ? flags : NIL)); in PHP_FUNCTION()
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd.c1385 _mysqlnd_poll(MYSQLND **r_array, MYSQLND **e_array, MYSQLND ***dont_poll, long sec, long usec, int … argument
1395 if (sec < 0 || usec < 0) {
1431 tv.tv_sec = sec + (usec / 1000000);
1434 tv.tv_sec = sec;
/PHP-5.6/sapi/litespeed/
H A Dlsapilib.c2747 int sec =0; in lsapi_all_children_must_die() local
2752 while( g_prefork_server->m_iCurChildren && (sec < maxWait) ) in lsapi_all_children_must_die()
2756 sec++; in lsapi_all_children_must_die()
/PHP-5.6/ext/date/
H A Dphp_date.c84 ZEND_ARG_INFO(0, sec)
94 ZEND_ARG_INFO(0, sec)
1513 long hou = 0, min = 0, sec = 0, mon = 0, day = 0, yea = 0, dst = -1; in php_mktime() local
1519 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|lllllll", &hou, &min, &sec, &mon, &day, &ye… in php_mktime()
1551 now->s = sec; in php_mktime()
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_class_mysqli_reflection.phpt685 Inspecting parameter 'sec' of method 'poll'
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch2896 + const time_t sec = ts.tv_sec;
2900 + c = cdf_ctime(&sec, tbuf);
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt141 The user documentation for PCRE comprises a number of different sec-
3843 binary value 0b10 (that is, the most significant bit is 1 and the sec-
4033 there are none. The format of the table is described above in the sec-
6829 character is present, sets it as the first captured substring. The sec-
7422 when the verb is not in a subroutine or an assertion. Subsequent sec-
7459 to the first set of data. The match attempt then succeeds. In the sec-
8269 to determine which characters match. There are more details in the sec-
9600 the defined POSIX behaviour for REG_NEWLINE (see the following sec-
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic2472 # by Stefan `Sec` Zehl <sec@42.org>
6210 >0 ubyte 0xc1 DRDOS/sec (FAT-12)
6213 >0 ubyte 0xc4 DRDOS/sec (FAT-16, < 32M)
6214 >0 ubyte 0xc5 DRDOS/sec (EXT)
6215 >0 ubyte 0xc6 DRDOS/sec (FAT-16, >= 32M)

Completed in 195 milliseconds

123