Lines Matching refs:of
2 Bug #51096 (Test for "first day" vs "first day of")
11 'first day of next month',
12 'last day of next month'
20 '; first-day-of: ', isset( $rel['first_day_of_month'] ) ? 'true' : 'false',
21 '; last-day-of: ', isset( $rel['last_day_of_month'] ) ? 'true' : 'false', "\n";
30 - month: 0; day: 1; first-day-of: false; last-day-of: false
34 - month: 0; day: -1; first-day-of: false; last-day-of: false
38 - month: 1; day: 0; first-day-of: false; last-day-of: false
42 - month: 1; day: 1; first-day-of: false; last-day-of: false
46 - month: 1; day: -1; first-day-of: false; last-day-of: false
49 first day of next month
50 - month: 1; day: 0; first-day-of: true; last-day-of: false
53 last day of next month
54 - month: 1; day: 0; first-day-of: false; last-day-of: true