Home
last modified time | relevance | path

Searched refs:mapping (Results 1 – 20 of 20) sorted by relevance

/PHP-8.0/ext/intl/tests/
H A Dnormalizer_get_raw_decomposition.phpt35 $result .= "'$string_hex' has no decomposition mapping\n" ;
37 … $result .= "'$string_hex' has the decomposition mapping '" . bin2hex($decomposition) . "'\n" ;
51 '61' has no decomposition mapping
54 'efbf9a' has the decomposition mapping 'e385a1'
57 'efb7ba' has the decomposition mapping 'd8b5d984d98920d8a7d984d984d98720d8b9d984d98ad98720d988d8b3d…
60 '' has no decomposition mapping
63 '6161' has no decomposition mapping
66 'f5' has no decomposition mapping
/PHP-8.0/ext/opcache/tests/
H A Dbug73746.phpt26 $mapping = new CountryMapping();
27 var_dump($mapping->get('CZ'));
/PHP-8.0/ext/mbstring/tests/
H A Dbug62545.phpt2 Bug #62545 (wrong unicode mapping in some charsets)
H A Dcasemapping.phpt2 Unicode case mapping
/PHP-8.0/ext/gd/libgd/
H A Dgd_png.c496 int mapping[gdMaxColors]; /* mapping[gd_index] == png_index */ in gdImagePngCtxEx() local
572 mapping[i] = -1; in gdImagePngCtxEx()
579 mapping[i] = colors; in gdImagePngCtxEx()
662 mapping[i] = j++; in gdImagePngCtxEx()
664 mapping[i] = k--; in gdImagePngCtxEx()
676 if (mapping[i] < 0) { in gdImagePngCtxEx()
680 palette[mapping[i]].red = im->red[i]; in gdImagePngCtxEx()
681 palette[mapping[i]].green = im->green[i]; in gdImagePngCtxEx()
682 palette[mapping[i]].blue = im->blue[i]; in gdImagePngCtxEx()
761 row_pointers[j][i] = mapping[im->pixels[j][i]]; in gdImagePngCtxEx()
/PHP-8.0/ext/com_dotnet/tests/
H A D27974.phpt2 COM: mapping a safearray
/PHP-8.0/ext/mbstring/
H A Dphp_mbregex.c372 const php_mb_regex_enc_name_map_t *mapping; in _php_mb_regex_name2mbctype() local
378 for (mapping = enc_name_map; mapping->names != NULL; mapping++) { in _php_mb_regex_name2mbctype()
379 for (p = mapping->names; *p != '\0'; p += (strlen(p) + 1)) { in _php_mb_regex_name2mbctype()
381 return mapping->code; in _php_mb_regex_name2mbctype()
393 const php_mb_regex_enc_name_map_t *mapping; in _php_mb_regex_mbctype2name() local
395 for (mapping = enc_name_map; mapping->names != NULL; mapping++) { in _php_mb_regex_mbctype2name()
396 if (mapping->code == mbctype) { in _php_mb_regex_mbctype2name()
397 return mapping->names; in _php_mb_regex_mbctype2name()
/PHP-8.0/ext/standard/html_tables/mappings/
H A DROMAN.TXT22 # mapping of 0xDB from CURRENCY SIGN to
30 # Change standard mapping for 0xBD from U+2126
52 # These mapping tables and character lists are subject to change.
57 # For general information about Mac OS encodings and these mapping
75 # the conventions of the standard UTC mapping tables. However, the
95 # Turkish, Romanian, and other encodings. Separate mapping tables
120 # Unicode mapping issues and notes:
124 # mapping:
132 # Details of mapping changes in each version:
137 # - Encoding changed for Mac OS 8.5; change mapping of 0xDB from
[all …]
H A DKOI8-R.TXT29 # mapping described in RFC 1489. No statements are made as to whether
30 # this mapping is the same as the mapping defined as "Code Page 878"
/PHP-8.0/ext/soap/tests/bugs/
H A Dbug35273.phpt2 Bug #35273 (Error in mapping soap - java types)
/PHP-8.0/ext/sockets/tests/
H A Dwsaprotocol_info_0.phpt62 Warning: socket_wsaprotocol_info_import(): Unable to open file mapping [0x00000002] in %s on line %d
/PHP-8.0/sapi/cli/tests/
H A Dbug61977.phpt2 Bug #61977 test CLI web-server support for Mime Type File extensions mapping
/PHP-8.0/ext/mbstring/libmbfl/
H A DREADME.md27 * Added mapping for user defined character area to CP936 (rui).
/PHP-8.0/
H A Drun-tests.php2934 $mapping = [];
2937 $mapping[$idx2] = $idx1;
2957 $mapping[$idx2] = $idx1;
2999 $add_context_lines($mapping[$k2]);
3003 } elseif ($k1 < $mapping[$k2]) {
3009 $add_context_lines($mapping[$k2]);
3022 if (isset($mapping[$idx2])) {
3023 $add_context_lines($mapping[$idx2] + 1);
/PHP-8.0/ext/pdo/
H A Dpdo_sql_parser.re404 /* create a mapping */
/PHP-8.0/.github/workflows/
H A Dnightly.yml21 - name: Grab the commit mapping
/PHP-8.0/build/
H A Dltmain.sh4706 /* The mapping between symbol names and symbols. */
H A Dlibtool.m44669 /* The mapping between symbol names and symbols. */
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます8653 # clang -fprofile-instr-generate -fcoverage-mapping ...
8705 # `clang -fprofile-instr-generate -fcoverage-mapping ...`
31504 >>>>>46 ubyte !255 unknown channel mapping family %u,
H A Dmagic8653 # clang -fprofile-instr-generate -fcoverage-mapping ...
8705 # `clang -fprofile-instr-generate -fcoverage-mapping ...`
31504 >>>>>46 ubyte !255 unknown channel mapping family %u,

Completed in 200 milliseconds