/PHP-7.0/ext/intl/tests/ |
H A D | dateformat_localtime.phpt | 23 IntlDateFormatter::FULL, 33 IntlDateFormatter::FULL, 50 $fmt3 = ut_datefmt_create( 'en_US_CA', IntlDateFormatter::FULL, IntlDateFormatter::FULL); 57 "DateType::FULL, TimeType::FULL" 107 IntlDateFormatter : DateType::FULL, TimeType::FULL 118 IntlDateFormatter : DateType::FULL, TimeType::FULL 127 IntlDateFormatter : DateType::FULL, TimeType::FULL 136 IntlDateFormatter : DateType::FULL, TimeType::FULL
|
H A D | dateformat_parse_localtime_parsepos.phpt | 21 IntlDateFormatter::FULL, 38 $fmt3 = ut_datefmt_create( 'en_US_CA', IntlDateFormatter::FULL, IntlDateFormatter::FULL); 45 "DateType::FULL, TimeType::FULL" 91 IntlDateFormatter : DateType::FULL, TimeType::FULL 102 IntlDateFormatter : DateType::FULL, TimeType::FULL Error : 'Date parsing failed: U_PARSE_ERROR' 111 IntlDateFormatter : DateType::FULL, TimeType::FULL Error : 'Date parsing failed: U_PARSE_ERROR' 120 IntlDateFormatter : DateType::FULL, TimeType::FULL Error : 'Date parsing failed: U_PARSE_ERROR'
|
H A D | dateformat_calendars.phpt | 14 IntlDateFormatter::FULL, 15 IntlDateFormatter::FULL, 19 IntlDateFormatter::FULL, 20 IntlDateFormatter::FULL, 24 IntlDateFormatter::FULL, 25 IntlDateFormatter::FULL, 33 IntlDateFormatter::FULL, 34 IntlDateFormatter::FULL,
|
H A D | dateformat_calendars_variant3.phpt | 14 IntlDateFormatter::FULL, 15 IntlDateFormatter::FULL, 19 IntlDateFormatter::FULL, 20 IntlDateFormatter::FULL, 24 IntlDateFormatter::FULL, 25 IntlDateFormatter::FULL, 33 IntlDateFormatter::FULL, 34 IntlDateFormatter::FULL,
|
H A D | dateformat_calendars_variant2.phpt | 15 IntlDateFormatter::FULL, 16 IntlDateFormatter::FULL, 20 IntlDateFormatter::FULL, 21 IntlDateFormatter::FULL, 25 IntlDateFormatter::FULL, 26 IntlDateFormatter::FULL, 34 IntlDateFormatter::FULL, 35 IntlDateFormatter::FULL,
|
H A D | dateformat_bug71516.phpt | 10 $goodFormatter = new IntlDateFormatter($loc, IntlDateFormatter::FULL, IntlDateFormatter::FULL, new … 11 $badFormatter = new IntlDateFormatter($loc, IntlDateFormatter::FULL, IntlDateFormatter::FULL, new … 12 $badFormatter2 = new IntlDateFormatter($loc, IntlDateFormatter::FULL, IntlDateFormatter::FULL, new …
|
H A D | dateformat_parse.phpt | 24 IntlDateFormatter::FULL, 36 …rray("Sunday, September 18, 2039 4:06:40 PM PT", IntlDateFormatter::FULL, IntlDateFormatter::FULL), 37 …ay("Wednesday, December 17, 1969 6:40:00 PM PT", IntlDateFormatter::FULL, IntlDateFormatter::FULL), 38 …ay("Thursday, December 18, 1969 8:49:59 PM PST", IntlDateFormatter::FULL, IntlDateFormatter::FULL), 39 array("December 18, 1969 8:49:59 AM PST", IntlDateFormatter::LONG, IntlDateFormatter::FULL), 43 …array("Sunday, September 18, 2039 4:06:40 PM PT", IntlDateFormatter::FULL, IntlDateFormatter::NONE… 44 …array("Sunday, September 18, 2039 4:06:40 PM PT", IntlDateFormatter::FULL, IntlDateFormatter::SHOR…
|
H A D | dateformat_formatObject_calendar_variant2.phpt | 15 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL), "\n"; 17 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)… 21 echo datefmt_format_object($cal, IntlDateFormatter::FULL), "\n"; 26 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL, "en-US"), "\n";
|
H A D | dateformat_formatObject_calendar_variant5.phpt | 15 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL), "\n"; 17 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)… 21 echo datefmt_format_object($cal, IntlDateFormatter::FULL), "\n"; 26 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL, "en-US"), "\n";
|
H A D | dateformat_formatObject_calendar.phpt | 15 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL), "\n"; 17 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)… 21 echo datefmt_format_object($cal, IntlDateFormatter::FULL), "\n"; 26 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL, "en-US"), "\n";
|
H A D | dateformat_formatObject_calendar_variant3.phpt | 16 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL), "\n"; 18 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)… 22 echo datefmt_format_object($cal, IntlDateFormatter::FULL), "\n"; 27 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL, "en-US"), "\n";
|
H A D | dateformat_formatObject_calendar_variant4.phpt | 16 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL), "\n"; 18 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)… 22 echo datefmt_format_object($cal, IntlDateFormatter::FULL), "\n"; 27 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL, "en-US"), "\n";
|
H A D | bug50590.phpt | 10 $fmt = new IntlDateFormatter("en_US", IntlDateFormatter::FULL, IntlDateFormatter::FULL);
|
H A D | dateformat_formatObject_datetime_variant5.phpt | 15 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n"; 17 echo IntlDateFormatter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL),… 21 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n";
|
H A D | dateformat_formatObject_datetime.phpt | 15 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n"; 17 echo IntlDateFormatter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL),… 21 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n";
|
H A D | dateformat_formatObject_datetime_variant2.phpt | 15 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n"; 17 echo IntlDateFormatter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL),… 21 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n";
|
H A D | dateformat_formatObject_datetime_variant3.phpt | 16 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n"; 18 echo IntlDateFormatter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL),… 22 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n";
|
H A D | dateformat_formatObject_datetime_variant4.phpt | 16 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n"; 18 echo IntlDateFormatter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL),… 22 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n";
|
H A D | bug62915-2.phpt | 10 static $ARGS = array("en_US" ,IntlDateFormatter::FULL, IntlDateFormatter::FULL,
|
H A D | dateformat_clone.phpt | 15 $fmt = ut_datefmt_create( "en-US", IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'America/New_…
|
H A D | dateformat_clone2.phpt | 15 $fmt = ut_datefmt_create( "en-US", IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'America/New_…
|
H A D | dateformat_set_timezone_id.phpt | 26 …$fmt = ut_datefmt_create( "en_US", IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'America/San…
|
H A D | dateformat_get_set_pattern.phpt | 29 …$fmt = ut_datefmt_create( "en-US", IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'America/New…
|
H A D | dateformat_get_set_pattern2.phpt | 29 …$fmt = ut_datefmt_create( "en-US", IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'America/New…
|
H A D | dateformat_set_timezone_id2.phpt | 32 …$fmt = ut_datefmt_create( "en_US", IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'US/Pacific'…
|