Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/tests/
H A Ddateformat_bug71516.phpt9 $loc = "ru_RU";
10 $goodFormatter = new IntlDateFormatter($loc, IntlDateFormatter::FULL, IntlDateFormatter::FULL, new …
11 $badFormatter = new IntlDateFormatter($loc, IntlDateFormatter::FULL, IntlDateFormatter::FULL, new …
12 $badFormatter2 = new IntlDateFormatter($loc, IntlDateFormatter::FULL, IntlDateFormatter::FULL, new …
H A Dlocale_compose_locale.phpt110 $res_str .= "\nInput Array name is : loc".(++$cnt) ;
/PHP-7.4/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-7.4/ext/intl/msgformat/
H A Dmsgformat_attr.c123 char *loc; in PHP_FUNCTION() local
139 loc = (char *)umsg_getLocale(MSG_FORMAT_OBJECT(mfo)); in PHP_FUNCTION()
140 RETURN_STRING(loc); in PHP_FUNCTION()
/PHP-7.4/ext/standard/tests/streams/
H A Dbug64433.phpt23 echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1");
33 …echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1",…
43 …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-7.4/ext/intl/dateformat/
H A Ddateformat_attr.c172 char *loc; in PHP_FUNCTION() local
190 loc = (char *)udat_getLocaleByType(DATE_FORMAT_OBJECT(dfo), loc_type,&INTL_DATA_ERROR_CODE(dfo)); in PHP_FUNCTION()
192 RETURN_STRING(loc); in PHP_FUNCTION()
/PHP-7.4/ext/date/tests/
H A D009_win32.phpt12 $loc = setlocale(LC_TIME, "0");
39 setlocale(LC_TIME, $loc);
/PHP-7.4/ext/intl/formatter/
H A Dformatter_attr.c428 char* loc; in PHP_FUNCTION() local
444 loc = (char *)unum_getLocaleByType(FORMATTER_OBJECT(nfo), type, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
446 RETURN_STRING(loc); in PHP_FUNCTION()
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug44882.phpt11 public function __doRequest($req, $loc, $act, $ver, $one_way = 0)
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dqueue.h44 node *loc ; member
/PHP-7.4/ext/standard/
H A Dstring.c4924 zend_string *loc; local
4953 if (UNEXPECTED(!loc)) {
4959 loc = NULL;
4961 if (ZSTR_LEN(loc) >= 255) {
4969 retval = php_my_setlocale(cat, loc ? ZSTR_VAL(loc) : NULL);
4971 if (loc) {
4992 if (loc) {
5001 if (len == ZSTR_LEN(loc) && !memcmp(ZSTR_VAL(loc), retval, len)) {
5009 } else if (len == ZSTR_LEN(loc) && !memcmp(ZSTR_VAL(loc), retval, len)) {
5010 RETURN_STR(loc);
[all …]
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h150 …rn int mbfl_buffer_converter_feed2(mbfl_buffer_converter *convd, mbfl_string *string, size_t *loc);
H A Dmbfilter.c249 mbfl_buffer_converter_feed2(mbfl_buffer_converter *convd, mbfl_string *string, size_t *loc) in mbfl_buffer_converter_feed2() argument
269 if (loc) { in mbfl_buffer_converter_feed2()
270 *loc = p - string->val; in mbfl_buffer_converter_feed2()
277 if (loc) { in mbfl_buffer_converter_feed2()
278 *loc = p - string->val; in mbfl_buffer_converter_feed2()
/PHP-7.4/ext/phar/
H A Dzip.c487 zend_off_t loc = php_stream_tell(fp); in phar_parse_zipfile() local
492 php_stream_seek(fp, loc + PHAR_GET_16(zipentry.extra_len), SEEK_SET); in phar_parse_zipfile()
891 uint32_t loc; in phar_zip_changed_apply_int() local
924 for (loc = 0;loc < entry->uncompressed_filesize; ++loc) { in phar_zip_changed_apply_int()
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 Dphar.c2512 uint32_t manifest_len, mytime, loc, new_manifest_count; in phar_flush() local
2773 for (loc = 0;loc < mytime; ++loc) { in phar_flush()
/PHP-7.4/ext/soap/
H A Dphp_http.c1115 char *loc; in make_http_soap_request() local
1117 if ((loc = get_http_header_value(ZSTR_VAL(http_headers), "Location: ")) != NULL) { in make_http_soap_request()
1118 php_url *new_url = php_url_parse(loc); in make_http_soap_request()
1123 efree(loc); in make_http_soap_request()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c929 size_t loc; in php_mb_zend_encoding_converter() local
948 status = mbfl_buffer_converter_feed2(convd, &string, &loc); in php_mb_zend_encoding_converter()
966 return loc; in php_mb_zend_encoding_converter()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます19701 # Kevin Ford (kefo@loc.gov)
19705 # form. For more info, see https://www.loc.gov/marc/
H A Dmagic19701 # Kevin Ford (kefo@loc.gov)
19705 # form. For more info, see https://www.loc.gov/marc/

Completed in 224 milliseconds