Searched refs:TRADITIONAL (Results 1 – 17 of 17) sorted by relevance
/PHP-5.5/ext/intl/tests/ |
H A D | dateformat_calendars.phpt | 17 IntlDateFormatter::TRADITIONAL); 27 IntlDateFormatter::TRADITIONAL); 44 … invalid value for calendar type; it must be one of IntlDateFormatter::TRADITIONAL (locale's defau…
|
H A D | dateformat_calendars_variant3.phpt | 17 IntlDateFormatter::TRADITIONAL); 27 IntlDateFormatter::TRADITIONAL); 44 … invalid value for calendar type; it must be one of IntlDateFormatter::TRADITIONAL (locale's defau…
|
H A D | dateformat_calendars_variant2.phpt | 18 IntlDateFormatter::TRADITIONAL); 28 IntlDateFormatter::TRADITIONAL); 45 … invalid value for calendar type; it must be one of IntlDateFormatter::TRADITIONAL (locale's defau…
|
H A D | dateformat_create_cal_arg.phpt | 33 $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 D | dateformat_create_cal_arg_variant4.phpt | 33 $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 D | dateformat_create_cal_arg_variant2.phpt | 33 $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 D | dateformat_create_cal_arg_variant3.phpt | 34 $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 D | dateformat___construct_bad_tz_cal.phpt | 27 … invalid value for calendar type; it must be one of IntlDateFormatter::TRADITIONAL (locale's defau…
|
H A D | dateformat_get_set_calendar.phpt | 29 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
|
H A D | dateformat_get_set_calendar_variant2.phpt | 29 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
|
H A D | dateformat_get_set_calendar_variant4.phpt | 29 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
|
H A D | dateformat_get_set_calendar_variant3.phpt | 30 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
|
/PHP-5.5/ext/intl/dateformat/ |
H A D | dateformat.c | 58 DATEFORMATTER_EXPOSE_UCAL_CLASS_CONST( TRADITIONAL ); in dateformat_register_constants()
|
/PHP-5.5/ext/intl/doc/ |
H A D | datefmt_api.php | 46 const TRADITIONAL = 0; // non-Gregorian calendar that is locale-defined, required by ICU define in DateFormatter
|
/PHP-5.5/ |
H A D | UPGRADING | 160 IntlDateFormatter::GREGORIAN/TRADITIONAL. IntlCalendar did not exist
|
H A D | NEWS | 2041 constants IntlDateFormatter::GREGORIAN/TRADITIONAL. IntlCalendar did not
|
/PHP-5.5/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 3061 MATCHING A PATTERN: THE TRADITIONAL FUNCTION
|
Completed in 78 milliseconds