Home
last modified time | relevance | path

Searched refs:datetime (Results 51 – 65 of 65) sorted by relevance

123

/php-src/ext/pdo_firebird/tests/
H A Dexecute.phpt21 datetime TIMESTAMP DEFAULT '2000-02-12' NOT NULL)");
/php-src/ext/intl/calendar/
H A Dcalendar_methods.cpp1005 php_date_obj *datetime; in PHP_FUNCTION() local
1030 datetime = php_date_obj_from_obj(date_obj); in PHP_FUNCTION()
1031 if (!datetime->time) { in PHP_FUNCTION()
1047 if (!datetime->time->is_localtime) { in PHP_FUNCTION()
1050 timeZone = timezone_convert_datetimezone(datetime->time->zone_type, in PHP_FUNCTION()
1051 datetime, 1, NULL, "intlcal_from_date_time"); in PHP_FUNCTION()
H A Dcalendar.stub.php139 …public static function fromDateTime(DateTime|string $datetime, ?string $locale = null): ?IntlCalen… argument
H A Dcalendar_arginfo.h35 ZEND_ARG_OBJ_TYPE_MASK(0, datetime, DateTime, MAY_BE_STRING, NULL)
/php-src/ext/intl/dateformat/
H A Ddateformat_arginfo.h64 ZEND_ARG_INFO(0, datetime)
68 ZEND_ARG_INFO(0, datetime)
/php-src/ext/standard/
H A Dconfig.w3229 datetime.c dir.c dl.c dns.c dns_win32.c exec.c \
H A Dconfig.m4439 datetime.c dir.c dl.c dns.c exec.c file.c filestat.c \
/php-src/ext/date/tests/
H A Dbug73858.phpt49 effect on the results of the diff. By modifying the datetime with ->modify everything works as expe…
/php-src/ext/intl/
H A Dphp_intl_arginfo.h167 ZEND_ARG_OBJ_TYPE_MASK(0, datetime, DateTime, MAY_BE_STRING, NULL)
341 ZEND_ARG_INFO(0, datetime)
345 ZEND_ARG_INFO(0, datetime)
/php-src/
H A DNEWS226 . Fixed bug #44383 (PHP DateTime not converted to xsd:datetime). (nielsdos)
H A DCONTRIBUTING.md188 └─ lib/ # Bundled datetime library https://github.com/derickr/timelib
H A DUPGRADING277 . Instances of DateTimeInterface that are passed to xsd:datetime or similar
/php-src/ext/date/
H A Dphp_date.c1479 static void create_date_period_datetime(timelib_time *datetime, zend_class_entry *ce, zval *zv) in create_date_period_datetime() argument
1481 if (datetime) { in create_date_period_datetime()
1486 date_obj->time = timelib_time_clone(datetime); in create_date_period_datetime()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます18243 # datetime dd-mm-yyyy hh:mm:ss
18858 >>(8.l) string x \b, datetime=%s
H A Dmagic18243 # datetime dd-mm-yyyy hh:mm:ss
18858 >>(8.l) string x \b, datetime=%s

Completed in 218 milliseconds

123