/PHP-5.5/ext/intl/tests/ |
H A D | bug62017.phpt | 12 IntlDateFormatter::GREGORIAN, 'a')); 15 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_variant3.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 | bug62915-2.phpt | 11 'America/Los_Angeles', IntlDateFormatter::GREGORIAN);
|
H A D | dateformat_get_set_pattern.phpt | 28 …HORT, IntlDateFormatter::SHORT , 'America/New_York', IntlDateFormatter::GREGORIAN , $start_pattern… 29 …::FULL, IntlDateFormatter::FULL, 'America/New_York', IntlDateFormatter::GREGORIAN , $start_pattern…
|
H A D | dateformat_get_set_pattern2.phpt | 28 …HORT, IntlDateFormatter::SHORT , 'America/New_York', IntlDateFormatter::GREGORIAN , $start_pattern… 29 …::FULL, IntlDateFormatter::FULL, 'America/New_York', IntlDateFormatter::GREGORIAN , $start_pattern…
|
H A D | dateformat_clone.phpt | 15 …::FULL, IntlDateFormatter::FULL, 'America/New_York', IntlDateFormatter::GREGORIAN , $start_pattern…
|
H A D | dateformat_clone2.phpt | 15 …::FULL, IntlDateFormatter::FULL, 'America/New_York', IntlDateFormatter::GREGORIAN , $start_pattern…
|
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___construct_bad_tz_cal.phpt | 27 …ormatter::TRADITIONAL (locale's default calendar) or IntlDateFormatter::GREGORIAN. Alternatively, …
|
H A D | dateformat_get_locale.phpt | 27 …teFormatter::SHORT,IntlDateFormatter::SHORT,'America/Los_Angeles', IntlDateFormatter::GREGORIAN );
|
H A D | dateformat_is_set_lenient.phpt | 20 …ateFormatter::SHORT, IntlDateFormatter::SHORT , 'America/New_York', IntlDateFormatter::GREGORIAN );
|
H A D | dateformat_set_timezone_id.phpt | 26 …ormatter::FULL, IntlDateFormatter::FULL, 'America/San_Francisco' , IntlDateFormatter::GREGORIAN );
|
H A D | dateformat_set_timezone_id2.phpt | 32 … IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'US/Pacific' , IntlDateFormatter::GREGORIAN );
|
H A D | dateformat_set_timezone_id3.phpt | 31 … IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'US/Pacific' , IntlDateFormatter::GREGORIAN );
|
H A D | dateformat_format.phpt | 95 …create( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFormatter::GREGORIAN); 115 …reate( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFormatter::GREGORIAN ); 133 …reate( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFormatter::GREGORIAN );
|
H A D | dateformat_format_variant3.phpt | 95 …create( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFormatter::GREGORIAN); 115 …reate( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFormatter::GREGORIAN ); 133 …reate( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFormatter::GREGORIAN );
|
H A D | dateformat_format_variant2.phpt | 95 …create( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFormatter::GREGORIAN); 115 …reate( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFormatter::GREGORIAN ); 133 …reate( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFormatter::GREGORIAN );
|
/PHP-5.5/ext/intl/dateformat/ |
H A D | dateformat.c | 57 DATEFORMATTER_EXPOSE_UCAL_CLASS_CONST( GREGORIAN ); in dateformat_register_constants()
|
/PHP-5.5/ext/intl/doc/ |
H A D | datefmt_api.php | 47 const GREGORIAN = 1 ;// Gregorian calendar 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
|