Home
last modified time | relevance | path

Searched refs:unicode (Results 1 – 25 of 77) sorted by relevance

1234

/php-src/ext/intl/tests/
H A Didn_bug76829.phpt10 $unicode = idn_to_utf8($punycode, IDNA_DEFAULT, INTL_IDNA_VARIANT_UTS46);
12 var_dump($unicode);
/php-src/ext/mbstring/tests/
H A Dcp950_encoding.phpt28 function addPUAMapping($hi, $lo, $unicode) {
31 $unicode = pack('n', $unicode);
32 $fromUnicode[$unicode] = $cp950;
33 $toUnicode[$cp950] = $unicode;
H A Dcp932_encoding.phpt102 foreach ($nonInvertible as $cp932 => $unicode)
103 testValidString($cp932, $unicode, 'CP932', 'UTF-16BE', false);
124 foreach ($nonInvertible as $cp932 => $unicode)
125 testValidString($cp932, $unicode, 'SJIS-win', 'UTF-16BE', false);
/php-src/ext/pcre/tests/
H A Dbug76512.phpt2 Bug #76512 (\w no longer includes unicode characters)
H A Dbug79188.phpt2 Bug #79188: Memory corruption in preg_replace/preg_replace_callback and unicode
H A Dbug53823.phpt2 Bug #53823 - preg_replace: * qualifier on unicode replace garbles the string
/php-src/ext/json/tests/
H A Dbug62010.phpt13 string(50) "Single unpaired UTF-16 surrogate in unicode escape"
H A Dpass001.1.phpt42 \"unicode\": \"\\u30d7\\u30ec\\u30b9\\u30ad\\u30c3\\u30c8\",
130 "unicode": "\u30d7\u30ec\u30b9\u30ad\u30c3\u30c8",
230 ["unicode"]=>
411 ["unicode"]=>
527 …%^&*()_+-={':[,]}|;.<\/>?","hex":"\u0123\u4567\u89ab\ucdef\uabcd\uef4a","unicode":"\u30d7\u30ec\u3…
529 …%^&*()_+-={':[,]}|;.<\/>?","hex":"\u0123\u4567\u89ab\ucdef\uabcd\uef4a","unicode":"\u30d7\u30ec\u3…
596 ["unicode"]=>
777 ["unicode"]=>
H A Dpass001.1_64bit.phpt46 \"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"]=>
/php-src/Zend/tests/
H A Dclosure_015.phpt2 Closure 015: converting to string/unicode
H A Dbug61362.phpt2 Bug #61362 (Exception::getTraceAsString, Exception::__toString not able to handle unicode)
/php-src/ext/spl/tests/
H A Dbug42364.phpt14 if ($type != "string" && $type != "unicode") {
H A Drecursive_tree_iterator_005.phpt2 SPL: RecursiveTreeIterator and binary vs unicode (PHP 6.0+)
/php-src/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-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/intl/
H A Dconfig.w327 CHECK_HEADER_ADD_INCLUDE("unicode/utf.h", "CFLAGS_INTL")) {
85 if (CHECK_HEADER_ADD_INCLUDE("unicode/uspoof.h", "CFLAGS_INTL")) {
/php-src/ext/standard/tests/directory/
H A Dbug74589_utf8.phpt2 Bug #74589 __DIR__ wrong for unicode character, UTF-8
/php-src/sapi/cli/tests/
H A Dargv_mb_bug77111.phpt2 Bug #77111 php-win.exe corrupts unicode symbols from cli parameters
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_fetch_fields_win32_unicode.phpt2 mysqli_stmt_fetch_fields() unicode, win32
H A Dmysqli_get_charset.phpt52 !in_array(gettype($charset->charset), array("string", "unicode")) ||
56 !in_array(gettype($charset->collation), array("string", "unicode")) ||
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dbug54028.phpt2 Bug #54028 Directory::read() cannot handle non-unicode chars properly
/php-src/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-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

Completed in 24 milliseconds

1234