Home
last modified time | relevance | path

Searched refs:day (Results 101 – 125 of 171) sorted by relevance

1234567

/PHP-5.5/ext/date/tests/
H A Ddate_isodate_set_variation3.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) );
H A Dcheckdate_variation1.phpt5 /* Prototype : bool checkdate ( int $month , int $day , int $year )
88 $day = 2;
93 var_dump( checkdate($month, $day, $year) );
H A Dcheckdate_variation3.phpt5 /* Prototype : bool checkdate ( int $month , int $day , int $year )
88 $day = 2;
93 var_dump( checkdate($month, $day, $year) );
H A DDateTime_fix_createFromFormat.phpt2 Test fix for DateTime when date have textual day with dot or other special char at end
H A Ddate_period.phpt8 $di = DateInterval::createFromDateString( 'first day of next month' );
H A Ddate_isodate_set_variation1.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 …
98 $day = 2;
104 var_dump( date_isodate_set($object, $year, $month, $day) );
H A Dmktime_variation6.phpt5 …e= date("i") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int …
101 $day = 2;
105 var_dump( mktime($hour, $minute, $second, $month, $day, $year) );
H A Ddate_period-immutable.phpt9 $di = DateInterval::createFromDateString( 'first day of next month' );
H A Dgmstrftime_variation17.phpt2 Test gmstrftime() function : usage variation - Checking day related formats which are not supported…
H A Dgmstrftime_variation18.phpt2 Test gmstrftime() function : usage variation - Checking day related formats which are supported oth…
H A Dstrftime_variation18.phpt2 Test strftime() function : usage variation - Checking day related formats which are supported other…
H A Dstrftime_variation17.phpt2 Test strftime() function : usage variation - Checking day related formats which are not supported o…
H A Ddate_modify_basic1.phpt19 date_modify($datetime, "+1 day");
H A DDateTime_format_basic1.phpt36 string(19) "it is the 14th day."
H A DDateTime_modify_error.phpt23 $modify = "+1 day";
H A DDateTime_modify_basic1.phpt19 $datetime->modify("+1 day");
H A Dcheckdate_basic1.phpt5 /* Prototype : bool checkdate ( int $month , int $day , int $year )
H A Ddate_basic1.phpt36 string(19) "it is the 27th day."
H A Ddate_format_basic1.phpt36 string(19) "it is the 14th day."
H A Ddate_sunrise_error.phpt6 * Description: Returns time of sunrise for a given day and location
/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme_util.h32 int grapheme_ascii_check(const unsigned char *day, int32_t len);
/PHP-5.5/ext/date/lib/
H A Dparse_date.re197 { "day", TIMELIB_DAY, 1 },
837 day = (([0-2]?[0-9]) | ("3"[01])) daysuf?;
878 americanshort = month "/" day;
879 american = month "/" day "/" year;
881 dateslash = year4 "/" month "/" day;
885 gnudateshort = year "-" month "-" day;
908 firstdayof = 'first day of';
909 lastdayof = 'last day of';
1031 /* skip "last day of" or "first day of" */
1870 case 'D': /* three letter day */
[all …]
/PHP-5.5/ext/oci8/tests/
H A Dbug42173.phpt37 interval'1 2:20:20.123' day to second,
38 interval'1 2:20:20.12345' day to second)");
/PHP-5.5/ext/intl/tests/
H A Dcalendar_getDayOfWeekType_error.phpt31 Warning: IntlCalendar::getDayOfWeekType(): intlcal_get_day_of_week_type: invalid day of week in %s …
H A Dcalendar_getWeekendTransition_error.phpt36 Warning: IntlCalendar::getWeekendTransition(): intlcal_get_weekend_transition: invalid day of week …

Completed in 32 milliseconds

1234567