Searched refs:sec (Results 51 – 63 of 63) sorted by relevance
123
/PHP-7.2/ext/date/tests/ |
H A D | DateTime_data-fall-type2-type3.inc | 20 * + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT
|
H A D | DateTime_data-fall-type3-type2.inc | 20 * + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT
|
H A D | DateTime_data-fall-type3-type3.inc | 20 * + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT, + TZ
|
/PHP-7.2/ext/mysqli/ |
H A D | mysqli_fe.c | 70 ZEND_ARG_INFO(0, sec)
|
/PHP-7.2/ext/mysqlnd/ |
H A D | mysqlnd_connection.c | 2630 mysqlnd_poll(MYSQLND **r_array, MYSQLND **e_array, MYSQLND ***dont_poll, long sec, long usec, int *… argument 2640 if (sec < 0 || usec < 0) { 2676 tv.tv_sec = sec + (usec / 1000000); 2679 tv.tv_sec = sec;
|
H A D | mysqlnd.h | 121 …qlnd_poll(MYSQLND **r_array, MYSQLND **e_array, MYSQLND ***dont_poll, long sec, long usec, int * d…
|
/PHP-7.2/ext/imap/ |
H A D | php_imap.c | 2394 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.2/ext/mysqli/tests/ |
H A D | mysqli_class_mysqli_reflection.phpt | 685 Inspecting parameter 'sec' of method 'poll'
|
/PHP-7.2/ext/fileinfo/ |
H A D | libmagic.patch | 3198 + const time_t sec = ts.tv_sec; 3202 + c = cdf_ctime(&sec, tbuf);
|
/PHP-7.2/ext/date/lib/ |
H A D | parse_date.c | 25164 timelib_sll sec; in timelib_parse_from_format() local 25167 sec = timelib_get_nr_ex((char **) &ptr, 2, &length); in timelib_parse_from_format() 25168 if (sec == TIMELIB_UNSET || length != 2) { in timelib_parse_from_format() 25171 s->time->s = sec; in timelib_parse_from_format()
|
/PHP-7.2/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 141 The user documentation for PCRE comprises a number of different sec- 3842 binary value 0b10 (that is, the most significant bit is 1 and the sec- 4032 there are none. The format of the table is described above in the sec- 6833 character is present, sets it as the first captured substring. The sec- 7426 when the verb is not in a subroutine or an assertion. Subsequent sec- 7463 to the first set of data. The match attempt then succeeds. In the sec- 8273 to determine which characters match. There are more details in the sec- 9647 the defined POSIX behaviour for REG_NEWLINE (see the following sec-
|
/PHP-7.2/ext/fileinfo/tests/ |
H A D | magic | 3118 # by Stefan `Sec` Zehl <sec@42.org> 8561 >0 ubyte 0xc1 DRDOS/sec (FAT-12) 8564 >0 ubyte 0xc4 DRDOS/sec (FAT-16, < 32M) 8565 >0 ubyte 0xc5 DRDOS/sec (EXT) 8566 >0 ubyte 0xc6 DRDOS/sec (FAT-16, >= 32M)
|
H A D | magic私はガラスを食べられます | 3118 # by Stefan `Sec` Zehl <sec@42.org> 8561 >0 ubyte 0xc1 DRDOS/sec (FAT-12) 8564 >0 ubyte 0xc4 DRDOS/sec (FAT-16, < 32M) 8565 >0 ubyte 0xc5 DRDOS/sec (EXT) 8566 >0 ubyte 0xc6 DRDOS/sec (FAT-16, >= 32M)
|
Completed in 175 milliseconds
123