Home
last modified time | relevance | path

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

12

/PHP-7.4/
H A DNEWS1062 and unicode). (Nikita)
2408 . Fixed bug #77394 (Buffer overflow in multibyte case folding - unicode).
2549 . Fixed bug #77111 (php-win.exe corrupts unicode symbols from cli
2694 . Fixed bug #76512 (\w no longer includes unicode characters). (cmb)
H A Dphp.ini-development1710 ; http://php.net/exif.encode-unicode
1713 ; http://php.net/exif.decode-unicode-motorola
1716 ; http://php.net/exif.decode-unicode-intel
H A Dphp.ini-production1710 ; http://php.net/exif.encode-unicode
1713 ; http://php.net/exif.decode-unicode-motorola
1716 ; http://php.net/exif.decode-unicode-intel
H A DCONTRIBUTING.md191 ├─ mappings/ # https://www.unicode.org/Public/MAPPINGS/
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c369 char *unicode = _pcre2_config_str(PCRE2_CONFIG_UNICODE_VERSION); in PHP_MINFO_FUNCTION() local
375 php_info_print_table_row(2, "PCRE Unicode Version", unicode); in PHP_MINFO_FUNCTION()
376 free(unicode); in PHP_MINFO_FUNCTION()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_fetch_fields_win32_unicode.phpt2 mysqli_stmt_fetch_fields() unicode, win32
H A Dmysqli_stmt_get_result_types.phpt82 if (!gettype($bind_res) == 'unicode') {
H A Dmysqli_stmt_bind_result.phpt127 if (!gettype($bind_res)=="unicode") {
H A Dmysqli_query_unicode.phpt2 mysqli_query() - unicode (cyrillic)
H A Dmysqli_get_charset.phpt74 !in_array(gettype($charset->charset), array("string", "unicode")) ||
78 !in_array(gettype($charset->collation), array("string", "unicode")) ||
H A Dmysqli_get_client_stats.phpt122 /* we need to skip this test in unicode - we send set names utf8 during mysql_connect */
H A Dmysqli_fetch_all.phpt138 if (!(gettype($php_value)=="unicode" && ($fields[1]->flags & 128))) {
H A Dmysqli_fetch_all_oo.phpt139 if (!(gettype($php_value)=="unicode" && ($fields[1]->flags & 128))) {
H A Dmysqli_fetch_array.phpt120 } else if ((gettype($php_value) == 'unicode') && $binary_type) {
122 // Don't expect a unicode value from the database, you'll get binary string
130 if (gettype($row['label']) == 'unicode') {
132 …ntf("[%04d] SQL Type: '%s', binary columns are supposed to return binary string and not unicode\n",
H A Dmysqli_fetch_array_oo.phpt113 if (!(gettype($php_value)=="unicode" && ($fields[1]->flags & 128))) {
/PHP-7.4/ext/pcre/tests/
H A Dbug79188.phpt2 Bug #79188: Memory corruption in preg_replace/preg_replace_callback and unicode
H A Dbug76512.phpt2 Bug #76512 (\w no longer includes unicode characters)
/PHP-7.4/sapi/cli/tests/
H A Dargv_mb_bug77111.phpt2 Bug #77111 php-win.exe corrupts unicode symbols from cli parameters
/PHP-7.4/sapi/cgi/tests/
H A Dbug75574_utf8.phpt2 Bug #75574 putenv does not work properly if parameter contains non-ASCII unicode character, UTF-8
/PHP-7.4/ext/standard/tests/general_functions/
H A Dputenv_bug75574_utf8.phpt2 Bug #75574 putenv does not work properly if parameter contains non-ASCII unicode character, UTF-8
H A Dputenv_bug75574_cp936_win.phpt2 Bug #75574 putenv does not work properly if parameter contains non-ASCII unicode character, cp936 W…
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dbug54028.phpt2 Bug #54028 Directory::read() cannot handle non-unicode chars properly
/PHP-7.4/ext/standard/tests/directory/
H A Dbug74589_utf8.phpt2 Bug #74589 __DIR__ wrong for unicode character, UTF-8
/PHP-7.4/ext/spl/tests/
H A Drecursive_tree_iterator_005.phpt2 SPL: RecursiveTreeIterator and binary vs unicode (PHP 6.0+)
H A Dbug42364.phpt14 if ($type != "string" && $type != "unicode") {

Completed in 67 milliseconds

12