/PHP-5.5/ext/date/tests/ |
H A D | date_isodate_set_variation3.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) );
|
H A D | checkdate_variation1.phpt | 5 /* Prototype : bool checkdate ( int $month , int $day , int $year ) 88 $day = 2; 93 var_dump( checkdate($month, $day, $year) );
|
H A D | checkdate_variation3.phpt | 5 /* Prototype : bool checkdate ( int $month , int $day , int $year ) 88 $day = 2; 93 var_dump( checkdate($month, $day, $year) );
|
H A D | DateTime_fix_createFromFormat.phpt | 2 Test fix for DateTime when date have textual day with dot or other special char at end
|
H A D | date_period.phpt | 8 $di = DateInterval::createFromDateString( 'first day of next month' );
|
H A D | date_isodate_set_variation1.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 … 98 $day = 2; 104 var_dump( date_isodate_set($object, $year, $month, $day) );
|
H A D | mktime_variation6.phpt | 5 …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 D | date_period-immutable.phpt | 9 $di = DateInterval::createFromDateString( 'first day of next month' );
|
H A D | gmstrftime_variation17.phpt | 2 Test gmstrftime() function : usage variation - Checking day related formats which are not supported…
|
H A D | gmstrftime_variation18.phpt | 2 Test gmstrftime() function : usage variation - Checking day related formats which are supported oth…
|
H A D | strftime_variation18.phpt | 2 Test strftime() function : usage variation - Checking day related formats which are supported other…
|
H A D | strftime_variation17.phpt | 2 Test strftime() function : usage variation - Checking day related formats which are not supported o…
|
H A D | date_modify_basic1.phpt | 19 date_modify($datetime, "+1 day");
|
H A D | DateTime_format_basic1.phpt | 36 string(19) "it is the 14th day."
|
H A D | DateTime_modify_error.phpt | 23 $modify = "+1 day";
|
H A D | DateTime_modify_basic1.phpt | 19 $datetime->modify("+1 day");
|
H A D | checkdate_basic1.phpt | 5 /* Prototype : bool checkdate ( int $month , int $day , int $year )
|
H A D | date_basic1.phpt | 36 string(19) "it is the 27th day."
|
H A D | date_format_basic1.phpt | 36 string(19) "it is the 14th day."
|
H A D | date_sunrise_error.phpt | 6 * Description: Returns time of sunrise for a given day and location
|
/PHP-5.5/ext/intl/grapheme/ |
H A D | grapheme_util.h | 32 int grapheme_ascii_check(const unsigned char *day, int32_t len);
|
/PHP-5.5/ext/date/lib/ |
H A D | parse_date.re | 197 { "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 D | bug42173.phpt | 37 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 D | calendar_getDayOfWeekType_error.phpt | 31 Warning: IntlCalendar::getDayOfWeekType(): intlcal_get_day_of_week_type: invalid day of week in %s …
|
H A D | calendar_getWeekendTransition_error.phpt | 36 Warning: IntlCalendar::getWeekendTransition(): intlcal_get_weekend_transition: invalid day of week …
|