/PHP-8.0/ext/intl/tests/ |
H A D | locale_get_region.phpt | 89 root: region='' 91 Hindi: region='' 92 de: region='' 93 fr: region='' 94 ja: region='' 96 zh-Hant: region='' 97 zh-Hans: region='' 98 sr-Cyrl: region='' 99 sr-Latn: region='' 112 zh-min: region='' [all …]
|
H A D | locale_parse_locale2.phpt | 137 language : 'zh' , script : 'Hans' , region : 'CN' , 140 language : 'sr' , script : 'Latn' , region : 'CS' , 149 language : 'de' , region : 'CH' , variant0 : '1901' , 152 language : 'sl' , region : 'IT' , variant0 : 'NEDIS' , 158 language : 'de' , region : 'DE' , 161 language : 'en' , region : 'US' , 164 language : 'es' , region : '419' , 182 language : 'sr' , script : 'Latn' , region : 'QM' , 185 language : 'sr' , script : 'Qaaa' , region : 'CS' , 188 language : 'en' , region : 'US' , [all …]
|
H A D | timezone_IDforWindowsID_basic2.phpt | 20 foreach ($regions as $region) { 21 var_dump(IntlTimeZone::getIDForWindowsID($tz, $region));
|
H A D | timezone_IDforWindowsID_basic.phpt | 21 foreach ($regions as $region) { 22 var_dump(IntlTimeZone::getIDForWindowsID($tz, $region));
|
H A D | timezone_getRegion_error.phpt | 18 Warning: IntlTimeZone::getRegion(): intltz_get_region: Error obtaining region in %s on line %d
|
H A D | resourcebundle_internal.phpt | 9 $b = new ResourceBundle('de_DE', 'ICUDATA-region');
|
H A D | timezone_createTimeZoneIDEnumeration_variant2.phpt | 2 IntlTimeZone::createTimeZoneIDEnumeration(): variant without region
|
/PHP-8.0/ext/intl/timezone/ |
H A D | timezone.stub.php | 38 …public static function createTimeZoneIDEnumeration(int $type, ?string $region = null, ?int $rawOff… argument 138 public static function getIDForWindowsID(string $timezoneId, ?string $region = null) {} argument
|
H A D | timezone_methods.cpp | 223 char *region = NULL; in PHP_FUNCTION() local 232 &zoneType, ®ion, ®ion_len, &offset_arg, &arg3isnull) == FAILURE) { in PHP_FUNCTION() 256 region, offsetp, uec); in PHP_FUNCTION() 643 zend_string *winID, *region = NULL, *id; in PHP_FUNCTION() local 647 if (zend_parse_parameters(ZEND_NUM_ARGS(), "S|S!", &winID, ®ion) == FAILURE) { in PHP_FUNCTION() 659 TimeZone::getIDForWindowsID(uWinID, region ? region->val : NULL, uID, error); in PHP_FUNCTION()
|
H A D | timezone_arginfo.h | 21 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, region, IS_STRING, 1, "null") 79 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, region, IS_STRING, 1, "null")
|
/PHP-8.0/ext/mbstring/ |
H A D | php_mbregex.c | 41 #define onig_search_with_param(reg, str, end, start, range, region, option, mp) \ argument 42 onig_search(reg, str, end, start, range, region, option) 43 #define onig_match_with_param(re, str, end, at, region, option, mp) \ argument 44 onig_match(re, str, end, at, region, option) 674 OnigRegion *region; member 689 gn = onig_name_to_backref_number(reg, name, name_end, args->region); in mb_regex_groups_iter() 690 beg = args->region->beg[gn]; in mb_regex_groups_iter() 691 end = args->region->end[gn]; in mb_regex_groups_iter() 868 const OnigUChar* range, OnigRegion* region, OnigOptionType option) { in _php_mb_onig_search() argument 879 err = onig_search_with_param(reg, str, end, start, range, region, option, mp); in _php_mb_onig_search()
|
/PHP-8.0/ext/intl/ |
H A D | php_intl.stub.php | 374 function intltz_create_time_zone_id_enumeration(int $type, ?string $region = null, ?int $rawOffset … argument 412 function intltz_get_id_for_windows_id(string $timezoneId, ?string $region = null): string|false {} argument
|
H A D | php_intl_arginfo.h | 670 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, region, IS_STRING, 1, "null") 739 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, region, IS_STRING, 1, "null")
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 8021 0 name xbox-360-xex-region-code 21173 # city/region like Preitenegg 21195 >>9 string RGN region 21277 # region record (ID='R') 21285 # region content like: 30542 # region code 0~universal 1~US 30546 >>0x48 ubelong >1 (region %u) 31128 # 1 means region entry is required. if region not recognized, then REFUSE to load VHDX 31130 # 2nd region entry often metadata id 31134 # 1 means region entry is required. if region not recognized, then REFUSE to load VHDX [all …]
|
H A D | magic | 8021 0 name xbox-360-xex-region-code 21173 # city/region like Preitenegg 21195 >>9 string RGN region 21277 # region record (ID='R') 21285 # region content like: 30542 # region code 0~universal 1~US 30546 >>0x48 ubelong >1 (region %u) 31128 # 1 means region entry is required. if region not recognized, then REFUSE to load VHDX 31130 # 2nd region entry often metadata id 31134 # 1 means region entry is required. if region not recognized, then REFUSE to load VHDX [all …]
|