Home
last modified time | relevance | path

Searched refs:IntlDateFormatter (Results 76 – 89 of 89) sorted by relevance

1234

/php-src/ext/intl/tests/
H A Ddateformat_get_set_timezone_variant5.phpt2 IntlDateFormatter: get/setTimeZone()
15 function d(IntlDateFormatter $df) {
24 $df = new IntlDateFormatter('pt_PT', 0, 0, 'Europe/Minsk');
H A Ddateformat_get_set_timezone_variant4.phpt2 IntlDateFormatter: get/setTimeZone()
16 function d(IntlDateFormatter $df) {
25 $df = new IntlDateFormatter('pt_PT', 0, 0, 'Europe/Minsk');
H A Ddateformat_set_timezone_id2.phpt31 …fmt = ut_datefmt_create( "en_US", IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'US/Pacific' …
61 Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: No such time zone: 'CN' in %s on l…
H A Ddateformat_set_timezone_id_icu72-1.phpt31 …fmt = ut_datefmt_create( "en_US", IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'US/Pacific' …
61 Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: No such time zone: 'CN' in %sut_co…
H A Ddateformat_set_timezone_id3.phpt32 …fmt = ut_datefmt_create( "en_US", IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'US/Pacific' …
62 Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: No such time zone: 'CN' in %sut_co…
H A Dut_common.inc343 /* IntlDateFormatter functions */
/php-src/ext/intl/dateformat/
H A Ddateformat_arginfo.h13 …TH_TENTATIVE_RETURN_OBJ_INFO_EX(arginfo_class_IntlDateFormatter_create, 0, 1, IntlDateFormatter, 1)
94 ZEND_METHOD(IntlDateFormatter, __construct);
112 ZEND_METHOD(IntlDateFormatter, parseToCalendar);
118 …ZEND_ME(IntlDateFormatter, __construct, arginfo_class_IntlDateFormatter___construct, ZEND_ACC_PUBL…
136 …ZEND_ME(IntlDateFormatter, parseToCalendar, arginfo_class_IntlDateFormatter_parseToCalendar, ZEND_…
H A Ddateformat_class.h43 #define DATE_FORMAT_METHOD_INIT_VARS INTL_METHOD_INIT_VARS(IntlDateFormatter, dfo)
H A Ddateformat_create.cpp214 U_CFUNC PHP_METHOD( IntlDateFormatter, __construct ) in PHP_METHOD() argument
H A Ddateformat_parse.c169 PHP_METHOD(IntlDateFormatter, parseToCalendar) in PHP_METHOD() argument
/php-src/ext/date/tests/
H A Dbug-gh11600.phpt9 $formatter = new IntlDateFormatter('en_US', -1, 3);
/php-src/ext/intl/
H A Dphp_intl_arginfo.h289 ZEND_ARG_OBJ_INFO(0, formatter, IntlDateFormatter, 0)
297 ZEND_ARG_OBJ_INFO(0, formatter, IntlDateFormatter, 0)
302 ZEND_ARG_OBJ_INFO(0, formatter, IntlDateFormatter, 0)
306 ZEND_ARG_OBJ_INFO(0, formatter, IntlDateFormatter, 0)
310 ZEND_ARG_OBJ_INFO(0, formatter, IntlDateFormatter, 0)
314 ZEND_ARG_OBJ_INFO(0, formatter, IntlDateFormatter, 0)
319 ZEND_ARG_OBJ_INFO(0, formatter, IntlDateFormatter, 0)
326 ZEND_ARG_OBJ_INFO(0, formatter, IntlDateFormatter, 0)
331 ZEND_ARG_OBJ_INFO(0, formatter, IntlDateFormatter, 0)
336 ZEND_ARG_OBJ_INFO(0, formatter, IntlDateFormatter, 0)
[all …]
/php-src/
H A DNEWS74 . Added IntlDateFormatter::PATTERN constant. (David Carlier)
82 . Added IntlDateFormatter::getIanaID/intltz_get_iana_id method/function.
93 . Added IntlDateFormatter::parseToCalendar. (David Carlier)
H A DUPGRADING395 . IntlDateFormatter::__construct() throws a ValueError if the locale is invalid.
516 . Added IntlDateFormatter::getIanaID()/intltz_get_iana_id() to
520 . Added IntlDateFormatter::parseToCalendar which behaves like
521 IntlDateFormatter::parse except the time zone is updated.
656 . The IntlDateFormatter class exposes now the new PATTERN constant

Completed in 27 milliseconds

1234