/PHP-5.5/ext/date/tests/ |
H A D | bug52454.phpt | 2 Bug #52454 (Relative dates and getTimestamp increments by one day)
|
H A D | DateTime_data-fall-type2-type3.inc | 14 * + 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 D | DateTime_data-fall-type3-type2.inc | 14 * + 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 D | bug44562.phpt | 17 $interval = DateInterval::createFromDateString( "1 day" );
|
H A D | bug46268.phpt | 10 $now->modify("1 day");
|
H A D | bug52668.phpt | 8 $interval = DateInterval::createFromDateString('next day');
|
H A D | bug67253.phpt | 15 ["day"]=>
|
H A D | bug41523-64bit.phpt | 21 ["day"]=>
|
H A D | bug41523.phpt | 21 ["day"]=>
|
H A D | DateTime_data-fall-type3-type3.inc | 14 * + 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 D | date_date_set_basic1.phpt | 5 /* Prototype : DateTime date_date_set ( DateTime $object , int $year , int $month , int $day )
|
H A D | DateTime_setDate_basic1.phpt | 5 /* Prototype : public DateTime DateTime::setDate ( int $year , int $month , int $day )
|
H A D | gmmktime_variation1.phpt | 5 /* 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 D | gmmktime_variation2.phpt | 5 /* 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 D | gmmktime_variation3.phpt | 5 /* 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 D | gmmktime_variation4.phpt | 5 /* 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 D | gmmktime_variation5.phpt | 2 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 D | gmmktime_variation6.phpt | 5 /* 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 D | DateTime_setISODate_variation1.phpt | 5 /* 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 D | DateTime_setISODate_variation2.phpt | 5 /* 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 D | date_isodate_set_variation2.phpt | 5 …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 D | bug55797_1.phpt | 21 ["day"]=>
|
H A D | bug55797_2.phpt | 21 ["day"]=>
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | stream_copy_to_stream.phpt | 132 string(134) "Another day 139 string(134) "Another day 148 string(134) "Another day
|
/PHP-5.5/ext/mysqlnd/ |
H A D | mysqlnd_ps_codec.c | 44 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()
|