/PHP-8.2/ext/intl/tests/ |
H A D | bug74298.phpt | 14 \IntlDateFormatter::GREGORIAN, 23 \IntlDateFormatter::GREGORIAN,
|
H A D | bug62017.phpt | 10 IntlDateFormatter::GREGORIAN, 'a')); 14 IntlDateFormatter::GREGORIAN, "\x80"));
|
H A D | dateformat_calendars.phpt | 22 IntlDateFormatter::GREGORIAN); 44 …ormatter::TRADITIONAL (locale's default calendar) or IntlDateFormatter::GREGORIAN. Alternatively, …
|
H A D | dateformat_calendars_variant2.phpt | 23 IntlDateFormatter::GREGORIAN); 45 …ormatter::TRADITIONAL (locale's default calendar) or IntlDateFormatter::GREGORIAN. Alternatively, …
|
H A D | dateformat_calendars_variant3.phpt | 23 IntlDateFormatter::GREGORIAN); 45 …ormatter::TRADITIONAL (locale's default calendar) or IntlDateFormatter::GREGORIAN. Alternatively, …
|
H A D | dateformat_calendars_variant_icu72-1.phpt | 22 IntlDateFormatter::GREGORIAN); 44 …ormatter::TRADITIONAL (locale's default calendar) or IntlDateFormatter::GREGORIAN. Alternatively, …
|
H A D | dateformat_get_set_pattern2.phpt | 26 …HORT, IntlDateFormatter::SHORT , 'America/New_York', IntlDateFormatter::GREGORIAN , $start_pattern… 27 …::FULL, IntlDateFormatter::FULL, 'America/New_York', IntlDateFormatter::GREGORIAN , $start_pattern…
|
H A D | dateformat_clone2.phpt | 14 …::FULL, IntlDateFormatter::FULL, 'America/New_York', IntlDateFormatter::GREGORIAN , $start_pattern…
|
H A D | bug62915-2.phpt | 13 'America/Los_Angeles', IntlDateFormatter::GREGORIAN);
|
H A D | dateformat_get_datetype.phpt | 28 … $datetype_entry , IntlDateFormatter::SHORT,'America/Los_Angeles', IntlDateFormatter::GREGORIAN );
|
H A D | dateformat_get_timetype.phpt | 28 … IntlDateFormatter::SHORT, $timetype_entry ,'America/Los_Angeles', IntlDateFormatter::GREGORIAN );
|
H A D | dateformat_get_timezone_id.phpt | 29 …teFormatter::SHORT, IntlDateFormatter::SHORT, $timezone_id_entry , IntlDateFormatter::GREGORIAN );
|
H A D | dateformat_get_locale.phpt | 30 …teFormatter::SHORT,IntlDateFormatter::SHORT,'America/Los_Angeles', IntlDateFormatter::GREGORIAN );
|
H A D | dateformat___construct_bad_tz_cal.phpt | 34 …ormatter::TRADITIONAL (locale's default calendar) or IntlDateFormatter::GREGORIAN. Alternatively, …
|
H A D | dateformat_is_set_lenient.phpt | 19 …ateFormatter::SHORT, IntlDateFormatter::SHORT , 'America/New_York', IntlDateFormatter::GREGORIAN );
|
H A D | dateformat_format_relative.phpt | 36 IntlDateFormatter::GREGORIAN
|
H A D | dateformat_set_timezone_id2.phpt | 31 … IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'US/Pacific' , IntlDateFormatter::GREGORIAN );
|
H A D | dateformat_set_timezone_id3.phpt | 32 … IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'US/Pacific' , IntlDateFormatter::GREGORIAN );
|
H A D | dateformat_set_timezone_id_icu72-1.phpt | 31 … IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'US/Pacific' , IntlDateFormatter::GREGORIAN );
|
H A D | dateformat_format.phpt | 96 …create( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFormatter::GREGORIAN); 116 …reate( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFormatter::GREGORIAN ); 134 …reate( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFormatter::GREGORIAN );
|
H A D | dateformat_format_variant2.phpt | 96 …create( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFormatter::GREGORIAN); 116 …reate( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFormatter::GREGORIAN ); 134 …reate( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFormatter::GREGORIAN );
|
H A D | dateformat_format_variant3.phpt | 98 …create( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFormatter::GREGORIAN); 118 …reate( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFormatter::GREGORIAN ); 136 …reate( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFormatter::GREGORIAN );
|
/PHP-8.2/ext/intl/dateformat/ |
H A D | dateformat.stub.php | 58 public const GREGORIAN = UNKNOWN; define in IntlDateFormatter
|