Home
last modified time | relevance | path

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

123

/PHP-5.3/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 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 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_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
H A DDateTime_data-fall-type2-type3.inc20 * + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT
/PHP-5.3/ext/date/lib/
H A Dtimelib.c195 void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec) in timelib_decimal_hour_to_hms() argument
199 *sec = (h - *hour - ((float) *min / 60)) * 3600; in timelib_decimal_hour_to_hms()
H A Dtimelib.h131 void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec);
/PHP-5.3/ext/standard/
H A Dstreamsfuncs.c765 zval *r_array, *w_array, *e_array, **sec = NULL; in PHP_FUNCTION() local
774 …ers(ZEND_NUM_ARGS() TSRMLS_CC, "a!a!a!Z!|l", &r_array, &w_array, &e_array, &sec, &usec) == FAILURE) in PHP_FUNCTION()
810 if (sec != NULL) { in PHP_FUNCTION()
811 convert_to_long_ex(sec); in PHP_FUNCTION()
813 if (Z_LVAL_PP(sec) < 0) { in PHP_FUNCTION()
823 tv.tv_sec = Z_LVAL_PP(sec) + (usec / 1000000); in PHP_FUNCTION()
826 tv.tv_sec = Z_LVAL_PP(sec); in PHP_FUNCTION()
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_process_ctl.c60 static int fpm_pctl_timeout_set(int sec) /* {{{ */ in fpm_pctl_timeout_set() argument
63 fpm_event_add(&pctl_event, sec * 1000); in fpm_pctl_timeout_set()
/PHP-5.3/ext/standard/tests/strings/
H A Dstrtok_variation3.phpt103 string(3) "sec"
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd.h130 #define mysqlnd_poll(r, err, d_pull,sec,usec,desc_num) _mysqlnd_poll((r), (err), (d_pull), (sec), (… argument
134 …qlnd_poll(MYSQLND **r_array, MYSQLND **e_array, MYSQLND ***dont_poll, long sec, long usec, uint * …
H A Dmysqlnd.c1203 _mysqlnd_poll(MYSQLND **r_array, MYSQLND **e_array, MYSQLND ***dont_poll, long sec, long usec, uint… in _mysqlnd_poll() argument
1214 if (sec < 0 || usec < 0) { in _mysqlnd_poll()
1251 tv.tv_sec = sec + (usec / 1000000); in _mysqlnd_poll()
1254 tv.tv_sec = sec; in _mysqlnd_poll()
/PHP-5.3/ext/mysqli/
H A Dmysqli_nonapi.c702 long sec = 0, usec = 0; local
706 …D_NUM_ARGS() TSRMLS_CC, "a!a!al|l", &r_array, &e_array, &dont_poll_array, &sec, &usec) == FAILURE)…
709 if (sec < 0 || usec < 0) {
726 ret = mysqlnd_poll(new_r_array, new_e_array, &new_dont_poll_array, sec, usec, &desc_num);
/PHP-5.3/sapi/cgi/
H A Dcgi_main.c2239 int sec; local
2244 sec = (int)(end.tv_sec - start.tv_sec);
2248 sec -= 1;
2251 fprintf(stderr, "\nElapsed time: %d.%06d sec\n", sec, usec);
2254 sec = (int)(end - start);
2255 fprintf(stderr, "\nElapsed time: %d sec\n", sec);
/PHP-5.3/ext/fileinfo/libmagic/
H A Dcdf.c389 cdf_secid_t *msa, mid, sec; in cdf_read_sat() local
440 sec = CDF_TOLE4((uint32_t)msa[k]); in cdf_read_sat()
441 if (sec < 0) in cdf_read_sat()
450 sec) != (ssize_t)ss) { in cdf_read_sat()
/PHP-5.3/sapi/litespeed/
H A Dlsapilib.c1782 int sec =0; in lsapi_all_children_must_die() local
1787 while( g_prefork_server->m_iCurChildren && (sec < maxWait) ) { in lsapi_all_children_must_die()
1790 sec++; in lsapi_all_children_must_die()

Completed in 77 milliseconds

123