Home
last modified time | relevance | path

Searched refs:TRADITIONAL (Results 1 – 16 of 16) sorted by last modified time

/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt3061 MATCHING A PATTERN: THE TRADITIONAL FUNCTION
/PHP-5.6/ext/intl/tests/
H A Ddateformat_get_set_calendar_variant2.phpt29 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
H A Ddateformat_get_set_calendar_variant3.phpt30 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
H A Ddateformat_get_set_calendar_variant4.phpt29 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
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_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_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.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___construct_bad_tz_cal.phpt27 … 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_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.phpt17 IntlDateFormatter::TRADITIONAL);
27 IntlDateFormatter::TRADITIONAL);
44 … invalid value for calendar type; it must be one of IntlDateFormatter::TRADITIONAL (locale's defau…
/PHP-5.6/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-5.6/ext/intl/dateformat/
H A Ddateformat.c58 DATEFORMATTER_EXPOSE_UCAL_CLASS_CONST( TRADITIONAL ); in dateformat_register_constants()
/PHP-5.6/
H A DNEWS3619 constants IntlDateFormatter::GREGORIAN/TRADITIONAL. IntlCalendar did not

Completed in 98 milliseconds