Searched refs:loc (Results 1 – 16 of 16) sorted by relevance
/PHP-8.3/ext/intl/tests/ |
H A D | dateformat_bug71516.phpt | 8 $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 D | locale_compose_locale.phpt | 110 $res_str .= "\nInput Array name is : loc".(++$cnt) ;
|
/PHP-8.3/ext/gettext/tests/ |
H A D | bug66267.phpt | 14 $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.3/ext/intl/msgformat/ |
H A D | msgformat_attr.c | 110 char *loc; in PHP_FUNCTION() local 123 loc = (char *)umsg_getLocale(MSG_FORMAT_OBJECT(mfo)); in PHP_FUNCTION() 124 RETURN_STRING(loc); in PHP_FUNCTION()
|
/PHP-8.3/ext/standard/tests/streams/ |
H A D | bug64433.phpt | 21 …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 D | bug64433_srv.inc | 6 if(!empty($_REQUEST["loc"])) {
|
/PHP-8.3/ext/intl/dateformat/ |
H A D | dateformat_attr.c | 141 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.3/ext/date/tests/ |
H A D | 009_win32.phpt | 12 $loc = setlocale(LC_TIME, "0"); 35 setlocale(LC_TIME, $loc);
|
/PHP-8.3/ext/intl/formatter/ |
H A D | formatter_attr.c | 371 char* loc; in PHP_FUNCTION() local 384 loc = (char *)unum_getLocaleByType(FORMATTER_OBJECT(nfo), type, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION() 386 RETURN_STRING(loc); in PHP_FUNCTION()
|
/PHP-8.3/ext/soap/tests/bugs/ |
H A D | bug44882.phpt | 11 public function __doRequest($req, $loc, $act, $ver, $one_way = 0): ?string
|
/PHP-8.3/ext/standard/ |
H A D | string.c | 4569 if (zend_string_equals_literal(loc, "0")) { 4570 loc = NULL; 4572 if (ZSTR_LEN(loc) >= 255) { 4579 retval = setlocale(cat, loc ? ZSTR_VAL(loc) : NULL); 4581 if (loc) { 4583 char *locp = ZSTR_VAL(loc); 4584 if (ZSTR_LEN(loc) >= 5 && locp[2] == '_' 4594 retval = setlocale(cat, ZSTR_VAL(loc)); 4604 if (loc) { 4619 BG(ctype_string) = zend_string_copy(loc); [all …]
|
/PHP-8.3/ext/soap/ |
H A D | php_http.c | 1129 char *loc; in make_http_soap_request() local 1131 if ((loc = get_http_header_value(ZSTR_VAL(http_headers), "Location: ")) != NULL) { in make_http_soap_request() 1132 php_url *new_url = php_url_parse(loc); in make_http_soap_request() 1137 efree(loc); in make_http_soap_request()
|
/PHP-8.3/ext/phar/ |
H A D | util.c | 699 zend_off_t loc; in phar_open_entry_fp() local 776 loc = php_stream_tell(ufp); in phar_open_entry_fp() 792 if (php_stream_tell(ufp) - loc != (zend_off_t) entry->uncompressed_filesize) { in phar_open_entry_fp() 800 phar_set_fp_type(entry, PHAR_UFP, loc); in phar_open_entry_fp()
|
H A D | zip.c | 517 zend_off_t loc = php_stream_tell(fp); in phar_parse_zipfile() local 522 php_stream_seek(fp, loc + PHAR_GET_16(zipentry.extra_len), SEEK_SET); in phar_parse_zipfile()
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 4226 # https://www.loc.gov/preservation/digital/formats/fdd/fdd000441.shtml 20495 # https://www.loc.gov/preservation/digital/formats/fdd/fdd000330.shtml 25860 # Kevin Ford (kefo@loc.gov) 25864 # form. For more info, see https://www.loc.gov/marc/ 36343 # https://www.loc.gov/preservation/digital/formats/fdd/fdd000471.shtml
|
H A D | magic私はガラスを食べられます | 4226 # https://www.loc.gov/preservation/digital/formats/fdd/fdd000441.shtml 20495 # https://www.loc.gov/preservation/digital/formats/fdd/fdd000330.shtml 25860 # Kevin Ford (kefo@loc.gov) 25864 # form. For more info, see https://www.loc.gov/marc/ 36343 # https://www.loc.gov/preservation/digital/formats/fdd/fdd000471.shtml
|
Completed in 196 milliseconds