/PHP-7.3/ext/intl/tests/ |
H A D | dateformat_bug71516.phpt | 9 $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 D | locale_compose_locale.phpt | 110 $res_str .= "\nInput Array name is : loc".(++$cnt) ;
|
/PHP-7.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-7.3/ext/intl/msgformat/ |
H A D | msgformat_attr.c | 123 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.3/ext/standard/tests/streams/ |
H A D | bug64433.phpt | 25 echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1"); 35 …echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1",… 45 …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-7.3/ext/intl/dateformat/ |
H A D | dateformat_attr.c | 172 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.3/ext/date/tests/ |
H A D | 009_win32.phpt | 13 $loc = setlocale(LC_TIME, "0"); 40 setlocale(LC_TIME, $loc);
|
/PHP-7.3/ext/intl/formatter/ |
H A D | formatter_attr.c | 428 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.3/ext/soap/tests/bugs/ |
H A D | bug44882.phpt | 11 public function __doRequest($req, $loc, $act, $ver, $one_way = 0)
|
/PHP-7.3/ext/xmlrpc/libxmlrpc/ |
H A D | queue.h | 44 node *loc ; member
|
/PHP-7.3/ext/interbase/ |
H A D | ibase_service.c | 212 char buf[128], *host, *user, *pass, *loc; in PHP_FUNCTION() local 234 loc = buf + spb_len; /* points to %s:service_mgr part */ in PHP_FUNCTION() 237 if (isc_service_attach(IB_STATUS, 0, loc, &handle, (unsigned short)spb_len, buf)) { in PHP_FUNCTION()
|
/PHP-7.3/ext/standard/ |
H A D | string.c | 4811 zend_string *loc; local 4844 loc = NULL; 4846 if (ZSTR_LEN(loc) >= 255) { 4854 retval = php_my_setlocale(cat, loc ? ZSTR_VAL(loc) : NULL); 4856 if (loc) { 4858 char *locp = ZSTR_VAL(loc); 4877 if (loc) { 4886 if (len == ZSTR_LEN(loc) && !memcmp(ZSTR_VAL(loc), retval, len)) { 4894 } else if (len == ZSTR_LEN(loc) && !memcmp(ZSTR_VAL(loc), retval, len)) { 4895 RETURN_STR(loc); [all …]
|
/PHP-7.3/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter.h | 154 …rn int mbfl_buffer_converter_feed2(mbfl_buffer_converter *convd, mbfl_string *string, size_t *loc);
|
H A D | mbfilter.c | 259 mbfl_buffer_converter_feed2(mbfl_buffer_converter *convd, mbfl_string *string, size_t *loc) in mbfl_buffer_converter_feed2() argument 279 if (loc) { in mbfl_buffer_converter_feed2() 280 *loc = p - string->val; in mbfl_buffer_converter_feed2() 287 if (loc) { in mbfl_buffer_converter_feed2() 288 *loc = p - string->val; in mbfl_buffer_converter_feed2()
|
/PHP-7.3/ext/phar/ |
H A D | zip.c | 454 zend_off_t loc = php_stream_tell(fp); in phar_parse_zipfile() local 459 php_stream_seek(fp, loc + PHAR_GET_16(zipentry.extra_len), SEEK_SET); in phar_parse_zipfile() 852 uint32_t loc; in phar_zip_changed_apply_int() local 885 for (loc = 0;loc < entry->uncompressed_filesize; ++loc) { in phar_zip_changed_apply_int()
|
H A D | util.c | 691 zend_off_t loc; in phar_open_entry_fp() local 768 loc = php_stream_tell(ufp); in phar_open_entry_fp() 784 if (php_stream_tell(ufp) - loc != (zend_off_t) entry->uncompressed_filesize) { in phar_open_entry_fp() 792 phar_set_fp_type(entry, PHAR_UFP, loc); in phar_open_entry_fp()
|
H A D | phar.c | 2519 uint32_t manifest_len, mytime, loc, new_manifest_count; local 2784 for (loc = 0;loc < mytime; ++loc) {
|
/PHP-7.3/ext/soap/ |
H A D | php_http.c | 1123 char *loc; in make_http_soap_request() local 1125 if ((loc = get_http_header_value(ZSTR_VAL(http_headers), "Location: ")) != NULL) { in make_http_soap_request() 1126 php_url *new_url = php_url_parse(loc); in make_http_soap_request() 1131 efree(loc); in make_http_soap_request()
|
/PHP-7.3/ext/mbstring/ |
H A D | mbstring.c | 943 size_t loc; in php_mb_zend_encoding_converter() local 964 status = mbfl_buffer_converter_feed2(convd, &string, &loc); in php_mb_zend_encoding_converter() 981 return loc; in php_mb_zend_encoding_converter()
|
/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | regcomp.c | 2405 MemStatusType loc; in disable_noname_group_capture() local 2427 loc = env->cap_history; in disable_noname_group_capture() 2430 if (MEM_STATUS_AT(loc, i)) { in disable_noname_group_capture()
|
/PHP-7.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 71783 assert( loc==0 ); 71801 assert( loc==0 ); 71802 }else if( loc==0 ){ 71816 assert( (flags & BTREE_SAVEPOSITION)==0 || loc==0 ); 71823 if( loc==0 && (flags & BTREE_SAVEPOSITION)==0 ){ 71834 rc = sqlite3BtreeMovetoUnpacked(pCur, &r, 0, flags!=0, &loc); 71836 rc = btreeMoveto(pCur, pX->pKey, pX->nKey, flags!=0, &loc); 71845 if( loc==0 ){ 71869 loc==0 ? "overwrite" : "new entry")); 71878 if( loc==0 ){ [all …]
|
/PHP-7.3/ext/fileinfo/tests/ |
H A D | magic | 18052 # Kevin Ford (kefo@loc.gov) 18056 # form. For more info, see http://www.loc.gov/marc/
|
H A D | magic私はガラスを食べられます | 18052 # Kevin Ford (kefo@loc.gov) 18056 # form. For more info, see http://www.loc.gov/marc/
|