Home
last modified time | relevance | path

Searched refs:loc (Results 1 – 17 of 17) sorted by relevance

/PHP-8.1/ext/intl/tests/
H A Ddateformat_bug71516.phpt8 $loc = "ru_RU";
9 $goodFormatter = new IntlDateFormatter($loc, IntlDateFormatter::FULL, IntlDateFormatter::FULL, new …
10 $badFormatter = new IntlDateFormatter($loc, IntlDateFormatter::FULL, IntlDateFormatter::FULL, new …
11 $badFormatter2 = new IntlDateFormatter($loc, IntlDateFormatter::FULL, IntlDateFormatter::FULL, new …
H A Dlocale_compose_locale.phpt110 $res_str .= "\nInput Array name is : loc".(++$cnt) ;
/PHP-8.1/ext/gettext/tests/
H A Dbug66267.phpt14 $loc = ["de_DE", "fr_FR", "en_US"];
15 foreach($loc as $l) {
27 $loc = ["de_DE", "fr_FR", "en_US"];
29 foreach ($loc as $l) {
/PHP-8.1/ext/intl/msgformat/
H A Dmsgformat_attr.c104 char *loc; in PHP_FUNCTION() local
117 loc = (char *)umsg_getLocale(MSG_FORMAT_OBJECT(mfo)); in PHP_FUNCTION()
118 RETURN_STRING(loc); in PHP_FUNCTION()
/PHP-8.1/ext/standard/tests/streams/
H A Dbug64433.phpt21 …echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1");
31 …echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1",…
41 …echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1",…
H A Dbug64433_srv.inc6 if(!empty($_REQUEST["loc"])) {
/PHP-8.1/ext/intl/dateformat/
H A Ddateformat_attr.c141 char *loc; in PHP_FUNCTION() local
157 loc = (char *)udat_getLocaleByType(DATE_FORMAT_OBJECT(dfo), loc_type,&INTL_DATA_ERROR_CODE(dfo)); in PHP_FUNCTION()
159 RETURN_STRING(loc); in PHP_FUNCTION()
/PHP-8.1/ext/date/tests/
H A D009_win32.phpt12 $loc = setlocale(LC_TIME, "0");
35 setlocale(LC_TIME, $loc);
/PHP-8.1/ext/intl/formatter/
H A Dformatter_attr.c365 char* loc; in PHP_FUNCTION() local
378 loc = (char *)unum_getLocaleByType(FORMATTER_OBJECT(nfo), type, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
380 RETURN_STRING(loc); in PHP_FUNCTION()
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug44882.phpt11 public function __doRequest($req, $loc, $act, $ver, $one_way = 0): ?string
/PHP-8.1/ext/standard/
H A Dstring.c4646 loc = NULL;
4648 if (ZSTR_LEN(loc) >= 255) {
4655 retval = setlocale(cat, loc ? ZSTR_VAL(loc) : NULL);
4657 if (loc) {
4659 char *locp = ZSTR_VAL(loc);
4660 if (ZSTR_LEN(loc) >= 5 && locp[2] == '_'
4670 retval = setlocale(cat, ZSTR_VAL(loc));
4680 if (loc) {
4694 } else if (len == ZSTR_LEN(loc) && !memcmp(ZSTR_VAL(loc), retval, len)) {
4701 } else if (len == ZSTR_LEN(loc) && !memcmp(ZSTR_VAL(loc), retval, len)) {
[all …]
/PHP-8.1/ext/soap/
H A Dphp_http.c1102 char *loc; in make_http_soap_request() local
1104 if ((loc = get_http_header_value(ZSTR_VAL(http_headers), "Location: ")) != NULL) { in make_http_soap_request()
1105 php_url *new_url = php_url_parse(loc); in make_http_soap_request()
1110 efree(loc); in make_http_soap_request()
/PHP-8.1/ext/phar/
H A Dutil.c689 zend_off_t loc; in phar_open_entry_fp() local
766 loc = php_stream_tell(ufp); in phar_open_entry_fp()
782 if (php_stream_tell(ufp) - loc != (zend_off_t) entry->uncompressed_filesize) { in phar_open_entry_fp()
790 phar_set_fp_type(entry, PHAR_UFP, loc); in phar_open_entry_fp()
H A Dzip.c484 zend_off_t loc = php_stream_tell(fp); in phar_parse_zipfile() local
489 php_stream_seek(fp, loc + PHAR_GET_16(zipentry.extra_len), SEEK_SET); in phar_parse_zipfile()
/PHP-8.1/ext/mbstring/
H A Dmbstring.c454 size_t loc = mbfl_buffer_converter_feed(convd, &string); in php_mb_zend_encoding_converter() local
468 return loc; in php_mb_zend_encoding_converter()
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic3822 # https://www.loc.gov/preservation/digital/formats/fdd/fdd000441.shtml
22321 # Kevin Ford (kefo@loc.gov)
22325 # form. For more info, see https://www.loc.gov/marc/
31367 # https://www.loc.gov/preservation/digital/formats/fdd/fdd000471.shtml
H A Dmagic私はガラスを食べられます3822 # https://www.loc.gov/preservation/digital/formats/fdd/fdd000441.shtml
22321 # Kevin Ford (kefo@loc.gov)
22325 # form. For more info, see https://www.loc.gov/marc/
31367 # https://www.loc.gov/preservation/digital/formats/fdd/fdd000471.shtml

Completed in 250 milliseconds