/PHP-5.5/ext/date/tests/ |
H A D | bug69336.phpt | 2 Bug #69336 (Issues with "last day of <monthname>") 7 var_dump(date('d.m.Y',strtotime('last day of april')));
|
H A D | bug54851.phpt | 28 // - when the day is not the same as the day on the original date: 35 // - when the day *is* the same as the day on the original date:
|
H A D | gmmktime_variation7.phpt | 5 /* Prototype : int gmmktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]… 18 $day = 8; 33 var_dump( gmmktime($hour, $min, $sec, $mon, $day) );
|
H A D | DateTime_setDate_error.phpt | 5 /* Prototype : public DateTime DateTime::setDate ( int $year , int $month , int $day ) 23 $day = 30; 29 var_dump( $datetime->setDate($year, $month, $day, $extra_arg) );
|
H A D | date_date_set_error.phpt | 5 /* Prototype : DateTime date_date_set ( DateTime $object , int $year , int $month , int $day ) 22 $day = 30; 29 var_dump( date_date_set($datetime, $year, $month, $day, $extra_arg) );
|
H A D | strtotime_basic.phpt | 14 * This is parsed as the "first following Monday OR the current day if it is a Monday" 19 * Monday if the current day is a Monday" 24 * Monday if the current day is a Monday"
|
H A D | checkdate_variation2.phpt | 2 Test checkdate() function : usage variation - Passing unexpected values to second argument $day. 5 /* Prototype : bool checkdate ( int $month , int $day , int $year ) 11 echo "*** Testing checkdate() : usage variation - unexpected values to second argument \$day***\n"; 91 foreach($inputs as $variation =>$day) { 93 var_dump( checkdate($month, $day, $year) ); 102 *** Testing checkdate() : usage variation - unexpected values to second argument $day***
|
H A D | mktime_variation5.phpt | 2 Test mktime() function : usage variation - Passing unexpected values to fifth argument $day. 5 …e= date("i") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int … 11 echo "*** Testing mktime() : usage variation - unexpected values to fifth argument \$day***\n"; 102 foreach($inputs as $variation =>$day) { 104 var_dump( mktime($hour, $minute, $second, $month, $day) ); 113 *** Testing mktime() : usage variation - unexpected values to fifth argument $day***
|
H A D | bug35499.phpt | 20 ["day"]=> 56 ["day"]=>
|
H A D | DateTime_setISODate_variation3.phpt | 2 …teTime::setISODate() function : usage variation - Passing unexpected values to third argument $day. 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 … 11 …esting DateTime::setISODate() : usage variation - unexpected values to third argument \$day***\n"; 102 foreach($inputs as $variation =>$day) { 104 var_dump( $object->setISODate($year, $month, $day) ); 113 *** Testing DateTime::setISODate() : usage variation - unexpected values to third argument $day***
|
H A D | date_isodate_set_variation4.phpt | 2 …t date_isodate_set() function : usage variation - Passing unexpected values to forth argument $day. 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 … 11 echo "*** Testing date_isodate_set() : usage variation - unexpected values to forth argument \$day… 102 foreach($inputs as $variation =>$day) { 104 var_dump( date_isodate_set($object, $year, $month, $day) ); 113 *** Testing date_isodate_set() : usage variation - unexpected values to forth argument $day***
|
H A D | bug50680.phpt | 7 var_dump(date("d", strtotime("March 1 eighth day 2009")));
|
H A D | DateTime_setDate_variation3.phpt | 2 … DateTime::setDate() function : usage variation - Passing unexpected values to third argument $day. 5 /* Prototype : public DateTime DateTime::setDate ( int $year , int $month , int $day ) 11 …* Testing DateTime::setDate() : usage variation - unexpected values to third argument \$day***\n"; 102 foreach($inputs as $variation =>$day) { 104 var_dump( $object->setDate($year, $month, $day) ); 113 *** Testing DateTime::setDate() : usage variation - unexpected values to third argument $day***
|
H A D | date_date_set_variation4.phpt | 2 Test date_date_set() function : usage variation - Passing unexpected values to forth argument $day. 5 /* Prototype : DateTime date_date_set ( DateTime $object , int $year , int $month , int $day ) 11 echo "*** Testing date_date_set() : usage variation - unexpected values to forth argument \$day***… 102 foreach($inputs as $variation =>$day) { 104 var_dump( date_date_set($object, $year, $month, $day) ); 113 *** Testing date_date_set() : usage variation - unexpected values to forth argument $day***
|
H A D | bug41709.phpt | 16 [day] => 0
|
H A D | bug35456.phpt | 9 echo date(DATE_ISO8601, strtotime("+ 1 day", $t)) . "\n";
|
H A D | DateTime_data-fall-type2-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 | bug52430.phpt | 13 ["day"]=>
|
H A D | bug63391.phpt | 2 Test for #63391 (Incorrect/inconsistent day of week prior to the year 1600)
|
H A D | bug67251.phpt | 14 ["day"]=>
|
/PHP-5.5/ext/date/lib/ |
H A D | dow.c | 138 timelib_sll dow, day; in timelib_daynr_from_weeknr() local 143 day = 0 - (dow > 4 ? dow - 7 : dow); in timelib_daynr_from_weeknr() 146 return day + ((w - 1) * 7) + d; in timelib_daynr_from_weeknr()
|
/PHP-5.5/ext/intl/tests/ |
H A D | calendar_setFirstDayOfWeek_error.phpt | 34 Warning: IntlCalendar::setFirstDayOfWeek(): intlcal_set_first_day_of_week: invalid day of week in %… 37 Warning: intlcal_set_first_day_of_week(): intlcal_set_first_day_of_week: invalid day of week in %s …
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | bug38086.txt | 1 Another day
|
/PHP-5.5/ext/calendar/tests/ |
H A D | bug53574_1.phpt | 21 ["day"]=>
|
H A D | bug53574_2.phpt | 21 ["day"]=>
|