/PHP-5.3/ext/intl/tests/ |
H A D | dateformat_get_set_calendar.phpt | 16 IntlDateFormatter::GREGORIAN, 23 $start_calendar = IntlDateFormatter::GREGORIAN; 25 …teFormatter::SHORT, IntlDateFormatter::SHORT ,'America/Los_Angeles', IntlDateFormatter::GREGORIAN);
|
H A D | bug62017.phpt | 12 IntlDateFormatter::GREGORIAN, 'a')); 15 IntlDateFormatter::GREGORIAN, "\x80"));
|
H A D | dateformat_calendars.phpt | 22 IntlDateFormatter::GREGORIAN); 44 …Formatter::TRADITIONAL (locale's default calendar) or IntlDateFormatter::GREGORIAN in %s on line %d
|
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_timezone_id.phpt | 26 …teFormatter::SHORT, IntlDateFormatter::SHORT, $timezone_id_entry , 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_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 | 26 …ormatter::FULL, IntlDateFormatter::FULL, 'America/San_Francisco' , IntlDateFormatter::GREGORIAN );
|
H A D | dateformat_format.phpt | 92 …create( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFormatter::GREGORIAN); 112 …reate( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFormatter::GREGORIAN ); 130 …reate( $locale_entry , $datetype_entry ,$datetype_entry, $timezone, IntlDateFormatter::GREGORIAN );
|
/PHP-5.3/ext/intl/doc/ |
H A D | datefmt_api.php | 47 const GREGORIAN = 1 ;// Gregorian calendar define in DateFormatter
|
/PHP-5.3/ext/intl/dateformat/ |
H A D | dateformat.c | 60 DATEFORMATTER_EXPOSE_UCAL_CLASS_CONST( GREGORIAN ); in dateformat_register_constants()
|