Home
last modified time | relevance | path

Searched refs:DateTime (Results 301 – 321 of 321) sorted by relevance

1...<<111213

/PHP-7.1/ext/date/tests/
H A DDateTime_sub-fall-type3-type2.phpt2 DateTime::sub() -- fall type3 type2
H A DDateTime_sub-fall-type3-type3.phpt2 DateTime::sub() -- fall type3 type3
H A DDateTime_add-fall-type2-type2.phpt2 DateTime::add() -- fall type2 type2
H A DDateTime_add-fall-type2-type3.phpt2 DateTime::add() -- fall type2 type3
H A DDateTime_add-fall-type3-type2.phpt2 DateTime::add() -- fall type3 type2
H A DDateTime_add-fall-type3-type3.phpt2 DateTime::add() -- fall type3 type3
H A DDateTime_diff-fall-type2-type2.phpt2 DateTime::diff() -- fall type2 type2
H A DDateTime_diff-fall-type2-type3.phpt2 DateTime::diff() -- fall type2 type3
H A Ddate_time_fractions.phpt2 Fractions with DateTime objects
H A Dtimezone_offset_get_variation1.phpt5 /* Prototype : int timezone_offset_get ( DateTimeZone $object , DateTime $datetime )
106 $datetime = new DateTime("2009-01-31 15:14:10");
H A Dtimezone_offset_get_error.phpt5 /* Prototype : int timezone_offset_get ( DateTimeZone $object , DateTime $datetime )
H A DDateTime_diff-february.phpt2 DateTime::diff() -- february
H A DDateTime_add-february.phpt2 DateTime::add() -- february
H A DDateTime_sub-february.phpt2 DateTime::sub() -- february
H A Dtimezone_offset_get_variation2.phpt5 /* Prototype : int timezone_offset_get ( DateTimeZone $object , DateTime $datetime )
H A Dtimezone_open_variation1.phpt8 * Alias to functions: DateTime::__construct()
H A DDateTimeZone_getOffset_variation1.phpt5 /* Prototype : int DateTimeZone::getOffset ( DateTime $datetime )
/PHP-7.1/ext/date/
H A Dphp_date.c313 ZEND_ARG_INFO(0, DateTime)
2815 PHP_METHOD(DateTime, __construct) in PHP_METHOD() argument
2933 PHP_METHOD(DateTime, __set_state) in PHP_METHOD() argument
2977 PHP_METHOD(DateTime, __wakeup) in PHP_METHOD() argument
3154 DATE_CHECK_INITIALIZED(dateobj->time, DateTime); in PHP_FUNCTION()
3277 DATE_CHECK_INITIALIZED(dateobj->time, DateTime); in php_date_add()
3328 DATE_CHECK_INITIALIZED(dateobj->time, DateTime); in php_date_sub()
3410 DATE_CHECK_INITIALIZED(dateobj->time, DateTime); in PHP_FUNCTION()
3427 DATE_CHECK_INITIALIZED(dateobj->time, DateTime); in php_date_timezone_set()
3494 DATE_CHECK_INITIALIZED(dateobj->time, DateTime); in PHP_FUNCTION()
[all …]
/PHP-7.1/
H A DUPGRADING300 . Invalid serialization data for a DateTime or DatePeriod object will now
306 . DateTime and DateTimeImmutable now properly incorporate microseconds when
311 new DateTime() == new DateTime();
H A DNEWS1197 . Fixed bug #73837 ("new DateTime()" sometimes returns 1 second ago value).
1609 . Fixed bug #48225 (DateTime parser doesn't set microseconds for "now").
1611 . Fixed bug #52514 (microseconds are missing in DateTime class). (Derick)
1613 . Fixed bug #60089 (DateTime::createFromFormat() U after u nukes microtime).
1615 . Fixed bug #64887 (Allow DateTime modification with subsecond items).
1617 . Fixed bug #68506 (General DateTime improvments needed for microseconds to
1620 . Fixed bug #73247 (DateTime constructor does not initialise microseconds
1624 . Fixed bug #66836 (DateTime::createFromFormat 'U' with pre 1970 dates fails
1626 . Invalid serialization data for a DateTime or DatePeriod object will now
3751 . Added "v" DateTime format modifier to get the 3-digit version of fraction
[all …]
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c20983 typedef struct DateTime DateTime; typedef
20984 struct DateTime { struct
21299 DateTime *p in parseDateOrTime()
21474 DateTime x, y; in localtimeOffset()
21712 DateTime tx; in parseModifier()
21794 DateTime *p in isDate()
21838 DateTime x; in juliandayFunc()
21855 DateTime x; in datetimeFunc()
21875 DateTime x; in timeFunc()
21894 DateTime x; in dateFunc()
[all …]

Completed in 337 milliseconds

1...<<111213