Home
last modified time | relevance | path

Searched refs:unicode (Results 1 – 25 of 77) sorted by last modified time

1234

/php-src/
H A DUPGRADING677 . The performance of converting SJIS-win to unicode is greatly improved.
H A Dphp.ini-development1640 ; https://php.net/exif.encode-unicode
1643 ; https://php.net/exif.decode-unicode-motorola
1646 ; https://php.net/exif.decode-unicode-intel
H A Dphp.ini-production1642 ; https://php.net/exif.encode-unicode
1645 ; https://php.net/exif.decode-unicode-motorola
1648 ; https://php.net/exif.decode-unicode-intel
H A DCONTRIBUTING.md219 ├─ mappings/ # https://www.unicode.org/Public/MAPPINGS/
/php-src/ext/pcre/
H A Dphp_pcre.c396 char *unicode = _pcre2_config_str(PCRE2_CONFIG_UNICODE_VERSION); in PHP_MINFO_FUNCTION() local
402 php_info_print_table_row(2, "PCRE Unicode Version", unicode); in PHP_MINFO_FUNCTION()
403 free(unicode); in PHP_MINFO_FUNCTION()
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_encoding_edge_case_03.phpt13 // Note: the strange ?1?7 sequence is the GB18030 encoding for the unicode replacement character
H A DHTMLDocument_encoding_unicode_error.phpt2 DOM\HTMLDocument loading with unicode codepoints resulting in an error
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt79 if (!gettype($bind_res) == 'unicode') {
H A Dmysqli_get_client_stats.phpt115 /* we need to skip this test in unicode - we send set names utf8 during mysql_connect */
H A Dmysqli_get_charset.phpt52 !in_array(gettype($charset->charset), array("string", "unicode")) ||
56 !in_array(gettype($charset->collation), array("string", "unicode")) ||
H A Dmysqli_stmt_bind_result.phpt122 if (!gettype($bind_res)=="unicode") {
H A Dmysqli_fetch_all_oo.phpt126 if (!(gettype($php_value)=="unicode" && ($fields[1]->flags & 128))) {
H A Dmysqli_fetch_array.phpt112 } else if ((gettype($php_value) == 'unicode') && $binary_type) {
114 // Don't expect a unicode value from the database, you'll get binary string
122 if (gettype($row['label']) == 'unicode') {
124 …ntf("[%04d] SQL Type: '%s', binary columns are supposed to return binary string and not unicode\n",
H A Dmysqli_fetch_array_oo.phpt108 if (!(gettype($php_value)=="unicode" && ($fields[1]->flags & 128))) {
H A Dmysqli_stmt_fetch_fields_win32_unicode.phpt2 mysqli_stmt_fetch_fields() unicode, win32
/php-src/ext/dom/lexbor/patches/
H A D0001-Expose-line-and-column-information-for-use-in-PHP.patch77 + /* Other characters can be mapped back to the unicode codepoint offset because UTF…
/php-src/ext/mbstring/tests/
H A Dencoding_tests.inc215 foreach ($valid as $char => $unicode) {
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_commit.phpt51 // a weak test without unicode etc. - lets leave that to dedicated tests
72 // a weak test without unicode etc. - lets leave that to dedicated tests
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2367 >>8 byte&0xF0 0x60 \b, root type: unicode string
11688 >>>>7 byte&0x0c 0x04 unicode
13920 # unicode loadername size jump
13922 # in next sector loadername terminated by unicode CTRL-D and $
15530 # test for unicode string
15533 # unicode encoding
37775 # $File: unicode,v 1.7 2019/02/19 20:34:42 christos Exp $
38814 # unicode string bytes like: 2Ch
38816 # unicode string value PT_UNICODE like: janesmith@contoso.org
39248 # http://mark0.net/download/triddefs_xml.7z/defs/p/pst-unicode.trid.xml
[all …]
H A Dmagic2367 >>8 byte&0xF0 0x60 \b, root type: unicode string
11688 >>>>7 byte&0x0c 0x04 unicode
13920 # unicode loadername size jump
13922 # in next sector loadername terminated by unicode CTRL-D and $
15530 # test for unicode string
15533 # unicode encoding
37775 # $File: unicode,v 1.7 2019/02/19 20:34:42 christos Exp $
38814 # unicode string bytes like: 2Ch
38816 # unicode string value PT_UNICODE like: janesmith@contoso.org
39248 # http://mark0.net/download/triddefs_xml.7z/defs/p/pst-unicode.trid.xml
[all …]
/php-src/ext/mbstring/tests/data/
H A DKSX1001.txt29 # (at ftp://ftp.unicode.org/Public/MAPPING/EASTASIA/KSC) which is
80 # Use the Unicode reporting form <http://www.unicode.org/reporting.html>
H A DJISX0212.txt4 # For terms of use, see http://www.unicode.org/terms_of_use.html
75 # Use the Unicode reporting form <http://www.unicode.org/reporting.html>
H A DJISX0201.txt4 # For terms of use, see http://www.unicode.org/terms_of_use.html
44 # Use the Unicode reporting form <http://www.unicode.org/reporting.html>
H A DBIG5.txt4 # For terms of use, see http://www.unicode.org/terms_of_use.html
88 # Use the Unicode reporting form <http://www.unicode.org/reporting.html>
13930 # The following ETEN extensions are copied from CP950.txt (https://unicode.org/Public/MAPPINGS/VEND…
/php-src/ext/odbc/tests/
H A Dbug60616.phpt2 odbc_exec(): Getting accurate unicode data from query

Completed in 210 milliseconds

1234