Home
last modified time | relevance | path

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

123

/PHP-7.0/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-7.0/ext/mysqlnd/
H A Dmysqlnd.h115 …qlnd_poll(MYSQLND **r_array, MYSQLND **e_array, MYSQLND ***dont_poll, long sec, long usec, int * d…
H A Dmysqlnd.c1383 mysqlnd_poll(MYSQLND **r_array, MYSQLND **e_array, MYSQLND ***dont_poll, long sec, long usec, int *… argument
1393 if (sec < 0 || usec < 0) {
1429 tv.tv_sec = sec + (usec / 1000000);
1432 tv.tv_sec = sec;
/PHP-7.0/ext/mysqli/
H A Dmysqli_fe.c74 ZEND_ARG_INFO(0, sec)
/PHP-7.0/ext/imap/
H A Dphp_imap.c2394 zend_string *sec; in PHP_FUNCTION() local
2398 if (zend_parse_parameters(argc, "rlS|l", &streamind, &msgno, &sec, &flags) == FAILURE) { in PHP_FUNCTION()
2416 …body = mail_fetchbody_full(imap_le_struct->imap_stream, msgno, ZSTR_VAL(sec), &len, (argc == 4 ? f… in PHP_FUNCTION()
2436 zend_string *sec; in PHP_FUNCTION() local
2440 if (zend_parse_parameters(argc, "rlS|l", &streamind, &msgno, &sec, &flags) == FAILURE) { in PHP_FUNCTION()
2458 …body = mail_fetch_mime(imap_le_struct->imap_stream, msgno, ZSTR_VAL(sec), &len, (argc == 4 ? flags… in PHP_FUNCTION()
/PHP-7.0/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-7.0/ext/date/
H A Dphp_date.c84 ZEND_ARG_INFO(0, sec)
93 ZEND_ARG_INFO(0, sec)
1507 zend_long hou = 0, min = 0, sec = 0, mon = 0, day = 0, yea = 0; in php_mktime() local
1513 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|llllll", &hou, &min, &sec, &mon, &day, &yea) == FAILU… in php_mktime()
1545 now->s = sec; in php_mktime()
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_class_mysqli_reflection.phpt685 Inspecting parameter 'sec' of method 'poll'
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch3242 + const time_t sec = ts.tv_sec;
3246 + c = cdf_ctime(&sec, tbuf);
/PHP-7.0/ext/date/lib/
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-7.0/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-7.0/ext/fileinfo/tests/
H A Dmagic2658 # by Stefan `Sec` Zehl <sec@42.org>
6673 >0 ubyte 0xc1 DRDOS/sec (FAT-12)
6676 >0 ubyte 0xc4 DRDOS/sec (FAT-16, < 32M)
6677 >0 ubyte 0xc5 DRDOS/sec (EXT)
6678 >0 ubyte 0xc6 DRDOS/sec (FAT-16, >= 32M)

Completed in 201 milliseconds

123