Home
last modified time | relevance | path

Searched defs:region (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/intl/timezone/
H A Dtimezone.stub.php64 …public static function createTimeZoneIDEnumeration(int $type, ?string $region = null, ?int $rawOff…
171 …public static function getIDForWindowsID(string $timezoneId, ?string $region = null): string|false…
H A Dtimezone_methods.cpp223 char *region = NULL; in PHP_FUNCTION() local
670 zend_string *winID, *region = NULL, *id; in PHP_FUNCTION() local
/php-src/ext/mbstring/
H A Dphp_mbregex.c41 #define onig_search_with_param(reg, str, end, start, range, region, option, mp) \ argument
43 #define onig_match_with_param(re, str, end, at, region, option, mp) \ argument
674 OnigRegion *region; member
868 const OnigUChar* range, OnigRegion* region, OnigOptionType option) { in _php_mb_onig_search()
/php-src/ext/intl/
H A Dphp_intl.stub.php573 function intltz_create_time_zone_id_enumeration(int $type, ?string $region = null, ?int $rawOffset …
611 function intltz_get_id_for_windows_id(string $timezoneId, ?string $region = null): string|false {}
/php-src/ext/opcache/jit/ir/
H A Dir.c1095 ir_ref ir_param(ir_ctx *ctx, ir_type type, ir_ref region, const char *name, int pos)
1100 ir_ref ir_var(ir_ctx *ctx, ir_type type, ir_ref region, const char *name)

Completed in 27 milliseconds