Home
last modified time | relevance | path

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

/PHP-5.5/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 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-5.5/ext/date/lib/
H A Dtimelib.c241 if (d->relative.first_last_day_of != 0) { in timelib_dump_date()
242 switch (d->relative.first_last_day_of) { in timelib_dump_date()
276 if (d->first_last_day_of != 0) { in timelib_dump_rel_time()
277 switch (d->first_last_day_of) { in timelib_dump_rel_time()
H A Dtimelib_structs.h147 int first_last_day_of; member
H A Dtm2unixtime.c209 switch (time->relative.first_last_day_of) { in do_adjust_relative()
301 switch (time->relative.first_last_day_of) { in do_adjust_special_early()
H A Dparse_iso_intervals.re479 in.period->first_last_day_of = 0;
H A Dparse_iso_intervals.c1085 in.period->first_last_day_of = 0; in timelib_strtointerval()
H A Dparse_date.re1033 s->time->relative.first_last_day_of = TIMELIB_SPECIAL_LAST_DAY_OF_MONTH;
1035 s->time->relative.first_last_day_of = TIMELIB_SPECIAL_FIRST_DAY_OF_MONTH;
H A Dparse_date.c19867 s->time->relative.first_last_day_of = TIMELIB_SPECIAL_LAST_DAY_OF_MONTH; in scan()
19869 s->time->relative.first_last_day_of = TIMELIB_SPECIAL_FIRST_DAY_OF_MONTH; in scan()
/PHP-5.5/ext/spl/tests/
H A Dbug70155.phpt34 ["first_last_day_of"]=>
/PHP-5.5/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()
2995 if (parsed_time->relative.first_last_day_of) { in php_date_do_return_parsed_time()
2996 …add_assoc_bool(element, parsed_time->relative.first_last_day_of == TIMELIB_SPECIAL_FIRST_DAY_OF_MO… in php_date_do_return_parsed_time()
4197 PHP_DATE_INTERVAL_READ_PROPERTY("first_last_day_of", first_last_day_of, int, -1) in php_date_interval_initialize_from_hash()

Completed in 73 milliseconds