/PHP-8.2/ext/intl/tests/ |
H A D | bug69398-icu74.1.phpt | 14 echo IntlDateFormatter::formatObject($date, array(IntlDateFormatter::SHORT, IntlDateFormatter::NONE… 15 echo IntlDateFormatter::formatObject ($date, array(IntlDateFormatter::SHORT, IntlDateFormatter::NON…
|
H A D | bug69398.phpt | 15 echo IntlDateFormatter::formatObject($date, array(IntlDateFormatter::SHORT, IntlDateFormatter::NONE… 16 echo IntlDateFormatter::formatObject ($date, array(IntlDateFormatter::SHORT, IntlDateFormatter::NON…
|
H A D | dateformat_get_datetype.phpt | 19 IntlDateFormatter::SHORT, 28 …$fmt = ut_datefmt_create( "de-DE", $datetype_entry , IntlDateFormatter::SHORT,'America/Los_Angele…
|
H A D | dateformat_get_timetype.phpt | 19 IntlDateFormatter::SHORT, 28 …$fmt = ut_datefmt_create( "de-DE", IntlDateFormatter::SHORT, $timetype_entry ,'America/Los_Angele…
|
H A D | dateformat_get_timezone_id.phpt | 29 …$fmt = ut_datefmt_create( "de-DE", IntlDateFormatter::SHORT, IntlDateFormatter::SHORT, $timezone_…
|
H A D | dateformat_get_locale.phpt | 30 …$fmt = ut_datefmt_create( $locale_entry , IntlDateFormatter::SHORT,IntlDateFormatter::SHORT,'Ameri…
|
H A D | dateformat_is_set_lenient.phpt | 19 …$fmt = ut_datefmt_create( "en-US", IntlDateFormatter::SHORT, IntlDateFormatter::SHORT , 'America/…
|
H A D | dateformat_get_set_pattern2.phpt | 26 …//$fmt = ut_datefmt_create( "en-US", IntlDateFormatter::SHORT, IntlDateFormatter::SHORT , 'Americ…
|
H A D | dateformat_formatObject_datetime.phpt | 17 echo IntlDateFormatter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL),…
|
H A D | dateformat_formatObject_datetime_variant2.phpt | 17 echo IntlDateFormatter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL),…
|
H A D | dateformat_formatObject_datetime_variant_icu72-1.phpt | 17 echo IntlDateFormatter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL),…
|
H A D | dateformat_formatObject_datetime_variant3.phpt | 18 echo IntlDateFormatter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL),…
|
H A D | dateformat_formatObject_datetime_variant4.phpt | 18 echo IntlDateFormatter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL),…
|
H A D | dateformat_formatObject_datetime_variant5.phpt | 18 echo IntlDateFormatter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL),…
|
H A D | dateformat_formatObject_calendar.phpt | 17 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)…
|
H A D | dateformat_formatObject_calendar_variant2.phpt | 17 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)…
|
H A D | dateformat_formatObject_calendar_variant3.phpt | 18 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)…
|
H A D | dateformat_formatObject_calendar_variant4.phpt | 18 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)…
|
H A D | dateformat_formatObject_calendar_variant5.phpt | 18 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)…
|
H A D | dateformat_formatObject_calendar_variant_icu72-1.phpt | 17 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)…
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | html_entity_decode_iso8859-5.phpt | 20 0x040E => array(0xAE, "CYRILLIC CAPITAL LETTER SHORT U"), 31 0x0419 => array(0xB9, "CYRILLIC CAPITAL LETTER SHORT I"), 63 0x0439 => array(0xD9, "CYRILLIC SMALL LETTER SHORT I"), 100 0x045E => array(0xFE, "CYRILLIC SMALL LETTER SHORT U"), 160 CYRILLIC CAPITAL LETTER SHORT U: Ў => ae 193 CYRILLIC CAPITAL LETTER SHORT I: Й => b9 289 CYRILLIC SMALL LETTER SHORT I: й => d9 400 CYRILLIC SMALL LETTER SHORT U: ў => fe
|
H A D | html_entity_decode_win1251.phpt | 39 0x040E => array(0xA1, "CYRILLIC CAPITAL LETTER SHORT U"), 40 0x045E => array(0xA2, "CYRILLIC SMALL LETTER SHORT U"), 79 0x0419 => array(0xC9, "CYRILLIC CAPITAL LETTER SHORT I"), 111 0x0439 => array(0xE9, "CYRILLIC SMALL LETTER SHORT I"), 253 CYRILLIC CAPITAL LETTER SHORT U: Ў => a1 256 CYRILLIC SMALL LETTER SHORT U: ў => a2 373 CYRILLIC CAPITAL LETTER SHORT I: Й => c9 469 CYRILLIC SMALL LETTER SHORT I: й => e9
|
H A D | html_entity_decode_cp866.phpt | 15 0x0419 => array(0x89, "CYRILLIC CAPITAL LETTER SHORT I"), 47 0x0439 => array(0xa9, "CYRILLIC SMALL LETTER SHORT I"), 124 0x040e => array(0xf6, "CYRILLIC CAPITAL LETTER SHORT U"), 125 0x045e => array(0xf7, "CYRILLIC SMALL LETTER SHORT U"), 177 CYRILLIC CAPITAL LETTER SHORT I: Й => 89 273 CYRILLIC SMALL LETTER SHORT I: й => a9 504 CYRILLIC CAPITAL LETTER SHORT U: Ў => f6 507 CYRILLIC SMALL LETTER SHORT U: ў => f7
|
/PHP-8.2/ext/intl/dateformat/ |
H A D | dateformat.stub.php | 27 public const SHORT = UNKNOWN; define in IntlDateFormatter
|
/PHP-8.2/ext/mbstring/tests/data/ |
H A D | CP1251.txt | 180 0xA1 0x040E #CYRILLIC CAPITAL LETTER SHORT U 181 0xA2 0x045E #CYRILLIC SMALL LETTER SHORT U 220 0xC9 0x0419 #CYRILLIC CAPITAL LETTER SHORT I 252 0xE9 0x0439 #CYRILLIC SMALL LETTER SHORT I
|