Home
last modified time | relevance | path

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

/PHP-5.4/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 Dbug49778.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.4/ext/date/lib/
H A Dtimelib.c239 if (d->relative.first_last_day_of != 0) { in timelib_dump_date()
240 switch (d->relative.first_last_day_of) { in timelib_dump_date()
274 if (d->first_last_day_of != 0) { in timelib_dump_rel_time()
275 switch (d->first_last_day_of) { in timelib_dump_rel_time()
H A Dtimelib_structs.h137 int first_last_day_of; member
H A Dtm2unixtime.c208 switch (time->relative.first_last_day_of) { in do_adjust_relative()
H A Dparse_iso_intervals.re514 in.period->first_last_day_of = 0;
H A Dparse_iso_intervals.c1120 in.period->first_last_day_of = 0; in timelib_strtointerval()
H A Dparse_date.re1094 s->time->relative.first_last_day_of = 2;
1096 s->time->relative.first_last_day_of = 1;
H A Dparse_date.c19928 s->time->relative.first_last_day_of = 2; in scan()
19930 s->time->relative.first_last_day_of = 1; in scan()
/PHP-5.4/ext/spl/tests/
H A Dbug70155.phpt34 ["first_last_day_of"]=>
/PHP-5.4/ext/date/
H A Dphp_date.c2291 PHP_DATE_INTERVAL_ADD_PROPERTY("first_last_day_of", first_last_day_of); in date_object_get_properties_interval()
2763 if (parsed_time->relative.first_last_day_of) { in php_date_do_return_parsed_time()
2764 …add_assoc_bool(element, parsed_time->relative.first_last_day_of == 1 ? "first_day_of_month" : "las… in php_date_do_return_parsed_time()
3705 PHP_DATE_INTERVAL_READ_PROPERTY("first_last_day_of", first_last_day_of, int, -1) in php_date_interval_initialize_from_hash()

Completed in 63 milliseconds