Home
last modified time | relevance | path

Searched refs:day (Results 76 – 100 of 171) sorted by relevance

1234567

/PHP-5.5/ext/date/tests/
H A Dbug52454.phpt2 Bug #52454 (Relative dates and getTimestamp increments by one day)
H A DDateTime_data-fall-type2-type3.inc14 * + prev: the day before the transition day 2010-11-06 18:38:28 EDT
15 * + dt: daylight time on transition day 2010-11-07 00:10:20 EDT
18 * + st: standard time on the transition day 2010-11-07 03:16:55 EST
19 * + post: the day after the transition day 2010-11-08 19:59:59 EST
H A DDateTime_data-fall-type3-type2.inc14 * + prev: the day before the transition day 2010-11-06 18:38:28 EDT
15 * + dt: daylight time on transition day 2010-11-07 00:10:20 EDT
18 * + st: standard time on the transition day 2010-11-07 03:16:55 EST
19 * + post: the day after the transition day 2010-11-08 19:59:59 EST
H A Dbug44562.phpt17 $interval = DateInterval::createFromDateString( "1 day" );
H A Dbug46268.phpt10 $now->modify("1 day");
H A Dbug52668.phpt8 $interval = DateInterval::createFromDateString('next day');
H A Dbug67253.phpt15 ["day"]=>
H A Dbug41523-64bit.phpt21 ["day"]=>
H A Dbug41523.phpt21 ["day"]=>
H A DDateTime_data-fall-type3-type3.inc14 * + prev: the day before the transition day 2010-11-06 18:38:28
15 * + dt: daylight time on transition day 2010-11-07 00:10:20
18 * + st: standard time on the transition day 2010-11-07 03:16:55
19 * + post: the day after the transition day 2010-11-08 19:59:59
H A Ddate_date_set_basic1.phpt5 /* Prototype : DateTime date_date_set ( DateTime $object , int $year , int $month , int $day )
H A DDateTime_setDate_basic1.phpt5 /* Prototype : public DateTime DateTime::setDate ( int $year , int $month , int $day )
H A Dgmmktime_variation1.phpt5 /* Prototype : int gmmktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]…
17 $day = 8;
94 var_dump( gmmktime($value, $min, $sec, $mon, $day, $year) );
H A Dgmmktime_variation2.phpt5 /* Prototype : int gmmktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]…
17 $day = 8;
94 var_dump( gmmktime($hour, $value, $sec, $mon, $day, $year) );
H A Dgmmktime_variation3.phpt5 /* Prototype : int gmmktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]…
17 $day = 8;
94 var_dump( gmmktime($hour, $min, $value, $mon, $day, $year) );
H A Dgmmktime_variation4.phpt5 /* Prototype : int gmmktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]…
17 $day = 8;
94 var_dump( gmmktime($hour, $min, $sec, $value, $day, $year) );
H A Dgmmktime_variation5.phpt2 Test gmmktime() function : usage variation - Passing unexpected values to fifth argument day.
5 /* Prototype : int gmmktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]…
90 // loop through each element of the array for day
H A Dgmmktime_variation6.phpt5 /* Prototype : int gmmktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]…
18 $day = 8;
93 var_dump( gmmktime($hour, $min, $sec, $mon, $day, $value) );
H A DDateTime_setISODate_variation1.phpt5 /* Prototype : public DateTime DateTime::setISODate ( int $year , int $week [, int $day ] )
6 …* Description: Set a date according to the ISO 8601 standard - using weeks and day offsets rather …
99 $day = 2;
104 var_dump( $object->setISODate($year, $month, $day) );
H A DDateTime_setISODate_variation2.phpt5 /* Prototype : public DateTime DateTime::setISODate ( int $year , int $week [, int $day ] )
6 …* Description: Set a date according to the ISO 8601 standard - using weeks and day offsets rather …
99 $day = 2;
104 var_dump( $object->setISODate($year, $month, $day) );
H A Ddate_isodate_set_variation2.phpt5 …totype : DateTime date_isodate_set ( DateTime $object , int $year , int $week [, int $day ] )
6 …* Description: Set a date according to the ISO 8601 standard - using weeks and day offsets rather …
99 $day = 2;
104 var_dump( date_isodate_set($object, $year, $month, $day) );
/PHP-5.5/ext/calendar/tests/
H A Dbug55797_1.phpt21 ["day"]=>
H A Dbug55797_2.phpt21 ["day"]=>
/PHP-5.5/ext/standard/tests/file/
H A Dstream_copy_to_stream.phpt132 string(134) "Another day
139 string(134) "Another day
148 string(134) "Another day
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c44 unsigned int year, month, day, hour, minute, second; member
227 t.day = (unsigned long) sint4korr(to+1); in ps_fetch_time()
233 if (t.day) { in ps_fetch_time()
235 t.hour += t.day*24; in ps_fetch_time()
236 t.day = 0; in ps_fetch_time()
274 t.day = (unsigned int) to[3]; in ps_fetch_date()
282 length = mnd_sprintf(&value, 0, "%04u-%02u-%02u", t.year, t.month, t.day); in ps_fetch_date()
309 t.day = (unsigned int) to[3]; in ps_fetch_datetime()
326 …length = mnd_sprintf(&value, 0, "%04u-%02u-%02u %02u:%02u:%02u", t.year, t.month, t.day, t.hour, t… in ps_fetch_datetime()

Completed in 36 milliseconds

1234567