Home
last modified time | relevance | path

Searched refs:daylight (Results 1 – 20 of 20) sorted by relevance

/PHP-7.1/ext/fileinfo/libmagic/
H A Dprint.c97 private int daylight = 0; in file_fmttime() local
107 daylight = tm1->tm_isdst; in file_fmttime()
111 if (daylight) in file_fmttime()
/PHP-7.1/ext/date/tests/
H A DDateTime_construct-dst-overlap.phpt2 DateTime::__construct() -- fall daylight/standard overlap
H A Dgmdate_variation10.phpt21 echo "\n-- Testing gmdate() function with checking whether date is in daylight saving time format -…
50 -- Testing gmdate() function with checking whether date is in daylight saving time format --
H A Ddate_offset_get_basic1.phpt6 * Description: Returns the daylight saving time offset
H A DDateTime_getOffset_basic1.phpt6 * Description: Returns the daylight saving time offset
H A Dbug30532.phpt2 Bug #30532 (strtotime - crossing daylight savings time)
H A DDateTime_getOffset_error.phpt7 * Description: Returns the daylight saving time offset
H A DDateTime_data-spring-type2-type3.inc16 * + dt: daylight time on the transition day 2010-03-14 03:16:55 EDT
19 * + dtsec: daylight time first second 2010-03-14 03:00:00 EDT
H A DDateTime_data-spring-type3-type2.inc16 * + dt: daylight time on the transition day 2010-03-14 03:16:55 EDT
19 * + dtsec: daylight time first second 2010-03-14 03:00:00 EDT
H A DDateTime_data-spring-type3-type3.inc16 * + dt: daylight time on the transition day 2010-03-14 03:16:55
19 * + dtsec: daylight time first second 2010-03-14 03:00:00
H A DDateTime_data-spring-type2-type2.inc16 * + dt: daylight time on the transition day 2010-03-14 03:16:55 EDT
19 * + dtsec: daylight time first second 2010-03-14 03:00:00 EDT
H A DDateTime_data-fall-type2-type2.inc15 * + dt: daylight time on transition day 2010-11-07 00:10:20 EDT
16 * + redodt: daylight time in the redo period 2010-11-07 01:12:33 EDT
20 * + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT
H A Ddate_offset_get_error.phpt7 * Description: Returns the daylight saving time offset
H A DDateTime_data-fall-type2-type3.inc15 * + dt: daylight time on transition day 2010-11-07 00:10:20 EDT
16 * + redodt: daylight time in the redo period 2010-11-07 01:12:33 EDT
20 * + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT
H A DDateTime_data-fall-type3-type2.inc15 * + dt: daylight time on transition day 2010-11-07 00:10:20 EDT
16 * + redodt: daylight time in the redo period 2010-11-07 01:12:33 EDT
20 * + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT
H A DDateTime_data-fall-type3-type3.inc15 * + dt: daylight time on transition day 2010-11-07 00:10:20
16 * + redodt: daylight time in the redo period 2010-11-07 01:12:33 EDT, + TZ
20 * + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT, + TZ
H A Ddate_offset_get_variation1.phpt6 * Description: Returns the daylight saving time offset
/PHP-7.1/ext/intl/tests/
H A Dtimezone_getDisplayName_variant1.phpt2 IntlTimeZone::getDisplayName(): daylight parameter effect
/PHP-7.1/ext/intl/timezone/
H A Dtimezone_methods.cpp527 zend_bool daylight = 0; in PHP_FUNCTION() local
534 "O|bls!", &object, TimeZone_ce_ptr, &daylight, &display_type, in PHP_FUNCTION()
559 to->utimezone->getDisplayName((UBool)daylight, (TimeZone::EDisplayType)display_type, in PHP_FUNCTION()
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch3110 + private int daylight = 0;
3120 + daylight = tm1->tm_isdst;
3124 + if (daylight)

Completed in 33 milliseconds