Home
last modified time | relevance | path

Searched refs:TRADITIONAL (Results 1 – 17 of 17) sorted by relevance

/PHP-7.0/ext/intl/tests/
H A Ddateformat_calendars.phpt17 IntlDateFormatter::TRADITIONAL);
27 IntlDateFormatter::TRADITIONAL);
44 … invalid value for calendar type; it must be one of IntlDateFormatter::TRADITIONAL (locale's defau…
H A Ddateformat_calendars_variant3.phpt17 IntlDateFormatter::TRADITIONAL);
27 IntlDateFormatter::TRADITIONAL);
44 … invalid value for calendar type; it must be one of IntlDateFormatter::TRADITIONAL (locale's defau…
H A Ddateformat_calendars_variant2.phpt18 IntlDateFormatter::TRADITIONAL);
28 IntlDateFormatter::TRADITIONAL);
45 … invalid value for calendar type; it must be one of IntlDateFormatter::TRADITIONAL (locale's defau…
H A Ddateformat_create_cal_arg.phpt33 $df = new IntlDateFormatter('es_ES@calendar=islamic', 0, 0, NULL, IntlDateFormatter::TRADITIONAL);
37 $df = new IntlDateFormatter('es_ES@calendar=islamic', 0, 0, 'UTC', IntlDateFormatter::TRADITIONAL);
H A Ddateformat_create_cal_arg_variant3.phpt34 $df = new IntlDateFormatter('es_ES@calendar=islamic', 0, 0, NULL, IntlDateFormatter::TRADITIONAL);
38 $df = new IntlDateFormatter('es_ES@calendar=islamic', 0, 0, 'UTC', IntlDateFormatter::TRADITIONAL);
H A Ddateformat_create_cal_arg_variant4.phpt34 $df = new IntlDateFormatter('es_ES@calendar=islamic', 0, 0, NULL, IntlDateFormatter::TRADITIONAL);
38 $df = new IntlDateFormatter('es_ES@calendar=islamic', 0, 0, 'UTC', IntlDateFormatter::TRADITIONAL);
H A Ddateformat_create_cal_arg_variant5.phpt33 $df = new IntlDateFormatter('es_ES@calendar=islamic', 0, 0, NULL, IntlDateFormatter::TRADITIONAL);
37 $df = new IntlDateFormatter('es_ES@calendar=islamic', 0, 0, 'UTC', IntlDateFormatter::TRADITIONAL);
H A Ddateformat_create_cal_arg_variant2.phpt33 $df = new IntlDateFormatter('es_ES@calendar=islamic', 0, 0, NULL, IntlDateFormatter::TRADITIONAL);
37 $df = new IntlDateFormatter('es_ES@calendar=islamic', 0, 0, 'UTC', IntlDateFormatter::TRADITIONAL);
H A Ddateformat_get_set_calendar.phpt29 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
H A Ddateformat_get_set_calendar_variant2.phpt29 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
H A Ddateformat_get_set_calendar_variant5.phpt29 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
H A Ddateformat___construct_bad_tz_cal.phpt38 … invalid value for calendar type; it must be one of IntlDateFormatter::TRADITIONAL (locale's defau…
H A Ddateformat_get_set_calendar_variant3.phpt30 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
H A Ddateformat_get_set_calendar_variant4.phpt30 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
/PHP-7.0/ext/intl/dateformat/
H A Ddateformat.c58 DATEFORMATTER_EXPOSE_UCAL_CLASS_CONST( TRADITIONAL ); in dateformat_register_constants()
/PHP-7.0/ext/intl/doc/
H A Ddatefmt_api.php46 const TRADITIONAL = 0; // non-Gregorian calendar that is locale-defined, required by ICU define in DateFormatter
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt3061 MATCHING A PATTERN: THE TRADITIONAL FUNCTION

Completed in 43 milliseconds