Home
last modified time | relevance | path

Searched refs:first_last_day_of (Results 1 – 25 of 25) sorted by relevance

/PHP-7.0/ext/date/tests/
H A Dbug52113.phpt52 ["first_last_day_of"]=>
67 …i:0;s:1:"s";i:0;s:7:"weekday";i:0;s:16:"weekday_behavior";i:0;s:17:"first_last_day_of";i:0;s:6:"in…
77 'first_last_day_of' => 0,
101 ["first_last_day_of"]=>
148 ["first_last_day_of"]=>
185 ["first_last_day_of"]=>
232 ["first_last_day_of"]=>
H A Dbug48678.phpt20 [first_last_day_of] => 0
38 [first_last_day_of] => 0
H A Dbug52808.phpt45 ["first_last_day_of"]=>
77 ["first_last_day_of"]=>
109 ["first_last_day_of"]=>
H A Dbug53437_var2.phpt33 ["first_last_day_of"]=>
65 ["first_last_day_of"]=>
H A Dbug53437_var3.phpt7 …1:"s";s:1:"0";s:7:"weekday";i:10;s:16:"weekday_behavior";i:10;s:17:"first_last_day_of";i:0;s:6:"in…
32 ["first_last_day_of"]=>
H A Dbug53437_var5.phpt7 …1:"s";s:1:"0";s:7:"weekday";i:10;s:16:"weekday_behavior";i:10;s:17:"first_last_day_of";i:0;s:6:"in…
32 ["first_last_day_of"]=>
H A Dbug49081.phpt22 [first_last_day_of] => 0
H A Dbug53437.phpt71 ["first_last_day_of"]=>
130 ["first_last_day_of"]=>
H A Dbug45682.phpt32 ["first_last_day_of"]=>
H A Dbug52738.phpt32 [first_last_day_of] => 0
H A Ddate_interval_create_from_date_string_nullparam.phpt28 ["first_last_day_of"]=>
H A Dbug73091.phpt34 ["first_last_day_of"]=>
H A Dbug49778.phpt28 ["first_last_day_of"]=>
H A Dbug60774.phpt28 ["first_last_day_of"]=>
H A Ddate_diff1.phpt48 ["first_last_day_of"]=>
H A Dbug53437_var4.phpt41 ["first_last_day_of"]=>
/PHP-7.0/ext/date/lib/
H A Dtimelib.c263 if (d->relative.first_last_day_of != 0) { in timelib_dump_date()
264 switch (d->relative.first_last_day_of) { in timelib_dump_date()
298 if (d->first_last_day_of != 0) { in timelib_dump_rel_time()
299 switch (d->first_last_day_of) { in timelib_dump_rel_time()
H A Dtm2unixtime.c221 switch (time->relative.first_last_day_of) { in do_adjust_relative()
313 switch (time->relative.first_last_day_of) { in do_adjust_special_early()
466 …ave_weekday_relative = time->relative.have_special_relative = time->relative.first_last_day_of = 0; in timelib_update_ts()
H A Dtimelib_structs.h223 int first_last_day_of; member
H A Dparse_iso_intervals.re485 in.period->first_last_day_of = 0;
H A Dparse_iso_intervals.c991 in.period->first_last_day_of = 0; in timelib_strtointerval()
H A Dparse_date.re1043 s->time->relative.first_last_day_of = TIMELIB_SPECIAL_LAST_DAY_OF_MONTH;
1045 s->time->relative.first_last_day_of = TIMELIB_SPECIAL_FIRST_DAY_OF_MONTH;
H A Dparse_date.c18941 s->time->relative.first_last_day_of = TIMELIB_SPECIAL_LAST_DAY_OF_MONTH; in scan()
18943 s->time->relative.first_last_day_of = TIMELIB_SPECIAL_FIRST_DAY_OF_MONTH; in scan()
/PHP-7.0/ext/standard/tests/serialize/
H A Dbug69425.phpt46 ["first_last_day_of"]=>
/PHP-7.0/ext/date/
H A Dphp_date.c2433 PHP_DATE_INTERVAL_ADD_PROPERTY("first_last_day_of", first_last_day_of); in date_object_get_properties_interval()
2999 if (parsed_time->relative.first_last_day_of) { in php_date_do_return_parsed_time()
3000 …add_assoc_bool(&element, parsed_time->relative.first_last_day_of == TIMELIB_SPECIAL_FIRST_DAY_OF_M… in php_date_do_return_parsed_time()
4241 PHP_DATE_INTERVAL_READ_PROPERTY("first_last_day_of", first_last_day_of, int, -1) in php_date_interval_initialize_from_hash()

Completed in 107 milliseconds