Home
last modified time | relevance | path

Searched refs:region (Results 1 – 15 of 15) sorted by relevance

/PHP-8.0/ext/intl/tests/
H A Dlocale_get_region.phpt89 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 Dlocale_parse_locale2.phpt137 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 Dtimezone_IDforWindowsID_basic2.phpt20 foreach ($regions as $region) {
21 var_dump(IntlTimeZone::getIDForWindowsID($tz, $region));
H A Dtimezone_IDforWindowsID_basic.phpt21 foreach ($regions as $region) {
22 var_dump(IntlTimeZone::getIDForWindowsID($tz, $region));
H A Dtimezone_getRegion_error.phpt18 Warning: IntlTimeZone::getRegion(): intltz_get_region: Error obtaining region in %s on line %d
H A Dresourcebundle_internal.phpt9 $b = new ResourceBundle('de_DE', 'ICUDATA-region');
H A Dtimezone_createTimeZoneIDEnumeration_variant2.phpt2 IntlTimeZone::createTimeZoneIDEnumeration(): variant without region
/PHP-8.0/ext/intl/timezone/
H A Dtimezone.stub.php38 …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 Dtimezone_methods.cpp223 char *region = NULL; in PHP_FUNCTION() local
232 &zoneType, &region, &region_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, &region) == FAILURE) { in PHP_FUNCTION()
659 TimeZone::getIDForWindowsID(uWinID, region ? region->val : NULL, uID, error); in PHP_FUNCTION()
H A Dtimezone_arginfo.h21 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 Dphp_mbregex.c41 #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 Dphp_intl.stub.php374 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 Dphp_intl_arginfo.h670 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 Dmagic私はガラスを食べられます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 Dmagic8021 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 …]

Completed in 176 milliseconds