Home
last modified time | relevance | path

Searched refs:sec (Results 26 – 50 of 63) sorted by relevance

123

/PHP-7.2/ext/date/tests/
H A Dgmmktime_variation3.phpt5 /* Prototype : int gmmktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]…
90 // loop through each element of the array for sec
H A Ddate_time_set_variation2.phpt100 $sec = 45;
104 var_dump( date_time_set($object, $hour, $minute, $sec) );
H A DDateTime_setTime_variation2.phpt100 $sec = 45;
104 var_dump( $object->setTime($hour, $minute, $sec) );
H A DDateTime_setTime_variation3.phpt102 foreach($inputs as $variation =>$sec) {
104 var_dump( $object->setTime($hour, $minute, $sec) );
H A Ddate_time_set_variation3.phpt100 $sec = 45;
104 var_dump( date_time_set($object, $hour, $minute, $sec) );
H A DDateTime_setTime_variation1.phpt100 $sec = 45;
104 var_dump( $object->setTime($hour, $minute, $sec) );
H A Ddate_time_set_variation1.phpt100 $sec = 45;
104 var_dump( date_time_set($object, $hour, $minute, $sec) );
H A DDateTime_data-spring-type2-type3.inc18 * + stsec: standard time 1 sec before change 2010-03-14 01:59:59 EST
H A DDateTime_data-spring-type3-type2.inc18 * + stsec: standard time 1 sec before change 2010-03-14 01:59:59 EST
H A DDateTime_data-spring-type3-type3.inc18 * + stsec: standard time 1 sec before change 2010-03-14 01:59:59
H A DDateTime_data-spring-type2-type2.inc18 * + stsec: standard time 1 sec before change 2010-03-14 01:59:59 EST
H A Dmktime_variation1.phpt99 $sec = 45;
H A DDateTime_data-fall-type2-type2.inc20 * + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT
/PHP-7.2/ext/sockets/
H A Dsockets.c916 zval *r_array, *w_array, *e_array, *sec; local
944 if (sec != NULL) {
947 if (Z_TYPE_P(sec) != IS_LONG) {
948 tmp = *sec;
951 sec = &tmp;
956 tv.tv_sec = Z_LVAL_P(sec) + (usec / 1000000);
959 tv.tv_sec = Z_LVAL_P(sec);
965 if (sec == &tmp) {
2087 zval *sec, *usec; local
2168 convert_to_long_ex(sec);
[all …]
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_poll.phpt137 Warning: mysqli_poll(): Negative values passed for sec and/or usec in %s on line %d
139 Warning: mysqli_poll(): Negative values passed for sec and/or usec in %s on line %d
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_process_ctl.c59 static int fpm_pctl_timeout_set(int sec) /* {{{ */ in fpm_pctl_timeout_set() argument
62 fpm_event_add(&pctl_event, sec * 1000); in fpm_pctl_timeout_set()
/PHP-7.2/ext/date/lib/
H A Dtimelib.h799 void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec);
804 void timelib_hms_to_decimal_hour(int hour, int min, int sec, double *h);
H A Dparse_date.re179 { "µsec", TIMELIB_MICROSEC, 1 },
183 { "sec", TIMELIB_SECOND, 1 },
972 reltextunit = 'ms' | 'µs' | (('msec'|'millisecond'|'µsec'|'microsecond'|'usec'|'sec'|'second'|'min'…
2058 timelib_sll sec;
2061 sec = timelib_get_nr_ex((char **) &ptr, 2, &length);
2062 if (sec == TIMELIB_UNSET || length != 2) {
2065 s->time->s = sec;
/PHP-7.2/ext/standard/tests/strings/
H A Dstrtok_variation3.phpt103 string(3) "sec"
/PHP-7.2/ext/fileinfo/libmagic/
H A Dreadcdf.c227 const time_t sec = ts.tv_sec; in cdf_file_property_info() local
231 c = cdf_ctime(&sec, tbuf); in cdf_file_property_info()
H A Dcdf.c443 cdf_secid_t *msa, mid, sec; in cdf_read_sat() local
493 sec = CDF_TOLE4((uint32_t)msa[k]); in cdf_read_sat()
494 if (sec < 0) in cdf_read_sat()
502 sec) != (ssize_t)ss) { in cdf_read_sat()
/PHP-7.2/ext/mysqli/
H A Dmysqli_nonapi.c808 zend_long sec = 0, usec = 0; local
812 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "a!a!al|l", &r_array, &e_array, &dont_poll_array, &sec,…
815 if (sec < 0 || usec < 0) {
832 ret = mysqlnd_poll(new_r_array, new_e_array, &new_dont_poll_array, sec, usec, &desc_num);
/PHP-7.2/ext/standard/
H A Dstreamsfuncs.c767 zend_long sec, usec = 0; in PHP_FUNCTION() local
775 Z_PARAM_LONG_EX(sec, secnull, 1, 0) in PHP_FUNCTION()
814 if (sec < 0) { in PHP_FUNCTION()
823 tv.tv_sec = (long)(sec + (usec / 1000000)); in PHP_FUNCTION()
/PHP-7.2/sapi/cgi/
H A Dcgi_main.c2796 int sec; local
2801 sec = (int)(end.tv_sec - start.tv_sec);
2805 sec -= 1;
2808 fprintf(stderr, "\nElapsed time: %d.%06d sec\n", sec, usec);
2811 sec = (int)(end - start);
2812 fprintf(stderr, "\nElapsed time: %d sec\n", sec);
/PHP-7.2/ext/date/
H A Dphp_date.c105 ZEND_ARG_INFO(0, sec)
114 ZEND_ARG_INFO(0, sec)
1545 zend_long hou = 0, min = 0, sec = 0, mon = 0, day = 0, yea = 0; in php_mktime() local
1555 Z_PARAM_LONG(sec) in php_mktime()
1590 now->s = sec; in php_mktime()
2651 static void php_date_get_current_time_with_fraction(time_t *sec, suseconds_t *usec) in php_date_get_current_time_with_fraction() argument
2657 *sec = tp.tv_sec; in php_date_get_current_time_with_fraction()
2660 *sec = time(NULL); in php_date_get_current_time_with_fraction()
2673 time_t sec; in php_date_initialize() local
2739 php_date_get_current_time_with_fraction(&sec, &usec); in php_date_initialize()
[all …]

Completed in 75 milliseconds

123