Home
last modified time | relevance | path

Searched refs:day (Results 51 – 75 of 171) sorted by relevance

1234567

/PHP-5.5/ext/date/tests/
H A Dbug69336.phpt2 Bug #69336 (Issues with "last day of <monthname>")
7 var_dump(date('d.m.Y',strtotime('last day of april')));
H A Dbug54851.phpt28 // - 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 Dgmmktime_variation7.phpt5 /* 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 DDateTime_setDate_error.phpt5 /* 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 Ddate_date_set_error.phpt5 /* 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 Dstrtotime_basic.phpt14 * 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 Dcheckdate_variation2.phpt2 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 Dmktime_variation5.phpt2 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 Dbug35499.phpt20 ["day"]=>
56 ["day"]=>
H A DDateTime_setISODate_variation3.phpt2 …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 Ddate_isodate_set_variation4.phpt2 …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 Dbug50680.phpt7 var_dump(date("d", strtotime("March 1 eighth day 2009")));
H A DDateTime_setDate_variation3.phpt2 … 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 Ddate_date_set_variation4.phpt2 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 Dbug41709.phpt16 [day] => 0
H A Dbug35456.phpt9 echo date(DATE_ISO8601, strtotime("+ 1 day", $t)) . "\n";
H A DDateTime_data-fall-type2-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 Dbug52430.phpt13 ["day"]=>
H A Dbug63391.phpt2 Test for #63391 (Incorrect/inconsistent day of week prior to the year 1600)
H A Dbug67251.phpt14 ["day"]=>
/PHP-5.5/ext/date/lib/
H A Ddow.c138 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 Dcalendar_setFirstDayOfWeek_error.phpt34 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 Dbug38086.txt1 Another day
/PHP-5.5/ext/calendar/tests/
H A Dbug53574_1.phpt21 ["day"]=>
H A Dbug53574_2.phpt21 ["day"]=>

Completed in 40 milliseconds

1234567