Home
last modified time | relevance | path

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

123

/PHP-5.3/ext/date/tests/
H A DDateTime_data-fall-type3-type2.inc20 * + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT
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.3/ext/date/lib/
H A Dparse_date.re189 { "sec", TIMELIB_SECOND, 1 },
991 reltextunit = (('sec'|'second'|'min'|'minute'|'hour'|'day'|'fortnight'|'forthnight'|'month'|'year')…
2042 timelib_sll sec;
2045 sec = timelib_get_nr_ex((char **) &ptr, 2, &length);
2046 if (sec == TIMELIB_UNSET || length != 2) {
2049 s->time->s = sec;
H A Dparse_date.c25035 timelib_sll sec; in timelib_parse_from_format() local
25038 sec = timelib_get_nr_ex((char **) &ptr, 2, &length); in timelib_parse_from_format()
25039 if (sec == TIMELIB_UNSET || length != 2) { in timelib_parse_from_format()
25042 s->time->s = sec; in timelib_parse_from_format()
/PHP-5.3/ext/mysqli/
H A Dmysqli_fe.c69 ZEND_ARG_INFO(0, sec)
/PHP-5.3/ext/imap/
H A Dphp_imap.c2341 char *body, *sec; in PHP_FUNCTION() local
2346 …if (zend_parse_parameters(argc TSRMLS_CC, "rls|l", &streamind, &msgno, &sec, &sec_len, &flags) == … in PHP_FUNCTION()
2362 …body = mail_fetchbody_full(imap_le_struct->imap_stream, msgno, sec, &len, (argc == 4 ? flags : NIL… in PHP_FUNCTION()
2381 char *body, *sec; in PHP_FUNCTION() local
2386 …if (zend_parse_parameters(argc TSRMLS_CC, "rls|l", &streamind, &msgno, &sec, &sec_len, &flags) == … in PHP_FUNCTION()
2402 body = mail_fetch_mime(imap_le_struct->imap_stream, msgno, sec, &len, (argc == 4 ? flags : NIL)); in PHP_FUNCTION()
/PHP-5.3/ext/date/
H A Dphp_date.c80 ZEND_ARG_INFO(0, sec)
89 ZEND_ARG_INFO(0, sec)
1478 long hou = 0, min = 0, sec = 0, mon = 0, day = 0, yea = 0, dst = -1; in php_mktime() local
1484 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|lllllll", &hou, &min, &sec, &mon, &day, &ye… in php_mktime()
1516 now->s = sec; in php_mktime()
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_class_mysqli_reflection.phpt659 Inspecting parameter 'sec' of method 'poll'
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt127 The user documentation for PCRE comprises a number of different sec-
130 In the plain text format, all the sections, except the pcredemo sec-
3678 binary value 0b10 (that is, the most significant bit is 1 and the sec-
3867 there are none. The format of the table is described above in the sec-
6436 character is present, sets it as the first captured substring. The sec-
7759 to determine which characters match. There are more details in the sec-
9059 the defined POSIX behaviour for REG_NEWLINE (see the following sec-
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic2146 # by Stefan `Sec` Zehl <sec@42.org>

Completed in 139 milliseconds

123