Searched refs:unicode (Results 1 – 25 of 51) sorted by relevance
123
/PHP-7.3/ext/intl/tests/ |
H A D | idn_bug76829.phpt | 10 $unicode = idn_to_utf8($punycode, IDNA_DEFAULT, INTL_IDNA_VARIANT_UTS46); 12 var_dump($unicode);
|
/PHP-7.3/ext/pcre/tests/ |
H A D | bug76512.phpt | 2 Bug #76512 (\w no longer includes unicode characters)
|
H A D | bug79188.phpt | 2 Bug #79188: Memory corruption in preg_replace/preg_replace_callback and unicode
|
H A D | bug53823.phpt | 2 Bug #53823 - preg_replace: * qualifier on unicode replace garbles the string
|
/PHP-7.3/ext/json/tests/ |
H A D | bug62010.phpt | 15 string(50) "Single unpaired UTF-16 surrogate in unicode escape"
|
H A D | pass001.1.phpt | 46 \"unicode\": \"\\u30d7\\u30ec\\u30b9\\u30ad\\u30c3\\u30c8\", 134 "unicode": "\u30d7\u30ec\u30b9\u30ad\u30c3\u30c8", 234 ["unicode"]=> 415 ["unicode"]=> 531 …%^&*()_+-={':[,]}|;.<\/>?","hex":"\u0123\u4567\u89ab\ucdef\uabcd\uef4a","unicode":"\u30d7\u30ec\u3… 533 …%^&*()_+-={':[,]}|;.<\/>?","hex":"\u0123\u4567\u89ab\ucdef\uabcd\uef4a","unicode":"\u30d7\u30ec\u3… 600 ["unicode"]=> 781 ["unicode"]=>
|
H A D | pass001.1_64bit.phpt | 47 \"unicode\": \"\\u30d7\\u30ec\\u30b9\\u30ad\\u30c3\\u30c8\", 135 "unicode": "\u30d7\u30ec\u30b9\u30ad\u30c3\u30c8", 235 ["unicode"]=> 416 ["unicode"]=> 532 …%^&*()_+-={':[,]}|;.<\/>?","hex":"\u0123\u4567\u89ab\ucdef\uabcd\uef4a","unicode":"\u30d7\u30ec\u3… 534 …%^&*()_+-={':[,]}|;.<\/>?","hex":"\u0123\u4567\u89ab\ucdef\uabcd\uef4a","unicode":"\u30d7\u30ec\u3… 601 ["unicode"]=> 782 ["unicode"]=>
|
/PHP-7.3/ext/mbstring/tests/ |
H A D | bug62545.phpt | 2 Bug #62545 (wrong unicode mapping in some charsets)
|
/PHP-7.3/ext/spl/tests/ |
H A D | bug42364.phpt | 12 if ($type != "string" && $type != "unicode") {
|
H A D | recursive_tree_iterator_005.phpt | 2 SPL: RecursiveTreeIterator and binary vs unicode (PHP 6.0+)
|
/PHP-7.3/Zend/tests/ |
H A D | bug61362.phpt | 2 Bug #61362 (Exception::getTraceAsString, Exception::__toString not able to handle unicode)
|
H A D | closure_015.phpt | 2 Closure 015: converting to string/unicode
|
/PHP-7.3/sapi/cgi/tests/ |
H A D | bug75574_utf8_win.phpt | 2 Bug #75574 putenv does not work properly if parameter contains non-ASCII unicode character, UTF-8
|
/PHP-7.3/ext/standard/tests/directory/ |
H A D | bug74589_utf8.phpt | 2 Bug #74589 __DIR__ wrong for unicode character, UTF-8
|
/PHP-7.3/ext/intl/ |
H A D | config.w32 | 7 CHECK_HEADER_ADD_INCLUDE("unicode/utf.h", "CFLAGS_INTL")) { 86 if (CHECK_HEADER_ADD_INCLUDE("unicode/uspoof.h", "CFLAGS_INTL")) {
|
/PHP-7.3/ext/mysqli/tests/ |
H A D | mysqli_stmt_fetch_fields_win32_unicode.phpt | 2 mysqli_stmt_fetch_fields() unicode, win32
|
H A D | mysqli_get_charset.phpt | 74 !in_array(gettype($charset->charset), array("string", "unicode")) || 78 !in_array(gettype($charset->collation), array("string", "unicode")) ||
|
H A D | mysqli_fetch_array.phpt | 120 } 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",
|
/PHP-7.3/sapi/cli/tests/ |
H A D | argv_mb_bug77111.phpt | 2 Bug #77111 php-win.exe corrupts unicode symbols from cli parameters
|
/PHP-7.3/ext/standard/tests/file/windows_mb_path/ |
H A D | bug54028.phpt | 2 Bug #54028 Directory::read() cannot handle non-unicode chars properly
|
/PHP-7.3/ext/standard/tests/general_functions/ |
H A D | putenv_bug75574_utf8.phpt | 2 Bug #75574 putenv does not work properly if parameter contains non-ASCII unicode character, UTF-8
|
H A D | putenv_bug75574_cp936_win.phpt | 2 Bug #75574 putenv does not work properly if parameter contains non-ASCII unicode character, cp936 W…
|
/PHP-7.3/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_commit.phpt | 46 // a weak test without unicode etc. - lets leave that to dedicated tests 67 // a weak test without unicode etc. - lets leave that to dedicated tests
|
/PHP-7.3/ext/odbc/tests/ |
H A D | bug60616.phpt | 2 odbc_exec(): Getting accurate unicode data from query
|
/PHP-7.3/ext/filter/tests/ |
H A D | 058.phpt | 2 FILTER_VALIDATE_EMAIL unicode support (https://tools.ietf.org/html/rfc6531)
|
Completed in 43 milliseconds
123