Searched refs:monday (Results 1 – 8 of 8) sorted by relevance
/PHP-8.1/ext/date/tests/ |
H A D | date-time-modify-times.phpt | 11 'next week monday', 12 'next week monday 10am', 14 'first monday of January 2011', 15 'first monday of January 2011 09:00',
|
H A D | bug32588.phpt | 10 echo date('D Y/m/d/H:i:s', strtotime('last monday', 1112703348)). "\n";
|
H A D | bug35624.phpt | 7 $days = array("monday","mon","tuesday","tue","wednesday","wed","thursday","thu","friday","fri","sat…
|
H A D | bug63740.phpt | 2 Bug #63740 (strtotime seems to use both sunday and monday as start of week)
|
H A D | bug20382-2.phpt | 41 $strtotime_tstamp = strtotime("first monday", $timestamp);
|
/PHP-8.1/.github/ |
H A D | nightly_matrix.php | 51 $monday = date('w', time()) === '1'; variable 52 $discard_cache = $monday
|
/PHP-8.1/ext/standard/tests/strings/ |
H A D | vprintf_variation7.phpt | 47 array("sunday", 'monday', "tuesday", 'wednesday'),
|
/PHP-8.1/ext/date/lib/ |
H A D | parse_date.re | 215 { "monday", TIMELIB_WEEKDAY, 1 }, 995 dayfull = 'sunday' | 'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday';
|
Completed in 11 milliseconds