Home
last modified time | relevance | path

Searched refs:monday (Results 1 – 8 of 8) sorted by relevance

/PHP-8.1/ext/date/tests/
H A Ddate-time-modify-times.phpt11 'next week monday',
12 'next week monday 10am',
14 'first monday of January 2011',
15 'first monday of January 2011 09:00',
H A Dbug32588.phpt10 echo date('D Y/m/d/H:i:s', strtotime('last monday', 1112703348)). "\n";
H A Dbug35624.phpt7 $days = array("monday","mon","tuesday","tue","wednesday","wed","thursday","thu","friday","fri","sat…
H A Dbug63740.phpt2 Bug #63740 (strtotime seems to use both sunday and monday as start of week)
H A Dbug20382-2.phpt41 $strtotime_tstamp = strtotime("first monday", $timestamp);
/PHP-8.1/.github/
H A Dnightly_matrix.php51 $monday = date('w', time()) === '1'; variable
52 $discard_cache = $monday
/PHP-8.1/ext/standard/tests/strings/
H A Dvprintf_variation7.phpt47 array("sunday", 'monday', "tuesday", 'wednesday'),
/PHP-8.1/ext/date/lib/
H A Dparse_date.re215 { "monday", TIMELIB_WEEKDAY, 1 },
995 dayfull = 'sunday' | 'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday';

Completed in 17 milliseconds