Home
last modified time | relevance | path

Searched refs:utf8 (Results 26 – 50 of 57) sorted by relevance

123

/PHP-7.0/ext/iconv/tests/
H A Dbug76249.phpt10 if (false === @stream_filter_append($fh, 'convert.iconv.ucs-2/utf8//IGNORE', STREAM_FILTER_READ, []…
/PHP-7.0/ext/pcre/tests/
H A D007.phpt6 die('skip no utf8 support in PCRE library');
H A Dpreg_replace2.phpt6 die('skip no utf8 support in PCRE library');
/PHP-7.0/ext/tidy/tests/
H A D024.phpt25 $tidy = tidy_parse_string($contents, $config, 'utf8');
H A D027.phpt32 $tidy->parseString($data, $this->tidyconfig, 'utf8');
/PHP-7.0/ext/json/tests/
H A Dbug46944.phpt2 Bug #46944 (json_encode() doesn't handle 3 byte utf8 correctly)
/PHP-7.0/Zend/tests/
H A Dbug18556.phpt23 setlocale(LC_ALL, "tr_TR.utf8");
/PHP-7.0/ext/pdo_oci/tests/
H A Dbug54379.phpt8 if (!preg_match('/charset=.*utf8/i', getenv('PDOTEST_DSN')))
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_error_unicode.phpt28 mysqli_query($link, "set names utf8");
H A Dmysqli_query_unicode.phpt10 if (!$res = mysqli_query($link, "SHOW CHARACTER SET LIKE 'utf8'"))
30 if (TRUE !== ($tmp = @mysqli_query($link, "set names utf8")))
H A Dbug66124.phpt15 ) ENGINE=InnoDB DEFAULT CHARSET=utf8";
H A Dmysqli_fetch_fields.phpt27 if (!mysqli_set_charset($link, 'utf8'))
H A Dmysqli_fetch_field_oo.phpt32 if (!$mysqli->set_charset('utf8'))
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt18 if (!mysqli_set_charset($link, 'utf8'))
H A Dmysqli_options.phpt42 mysqli_options($link, MYSQLI_SET_CHARSET_NAME, "utf8");
H A Dmysqli_fetch_field.phpt27 if (!mysqli_set_charset($link, 'utf8'))
H A Dmysqli_field_seek.phpt72 if (!mysqli_set_charset($link, 'utf8'))
H A Dmysqli_affected_rows.phpt93 $charsets = array('utf8');
/PHP-7.0/ext/json/
H A Djson_encoder.c241 static int php_json_utf8_to_utf16(unsigned short *utf16, char utf8[], size_t len) /* {{{ */ in php_json_utf8_to_utf16() argument
249 us = php_next_utf8_char((const unsigned char *)utf8, len, &pos, &status); in php_json_utf8_to_utf16()
265 us = php_next_utf8_char((const unsigned char *)utf8, len, &pos, &status); in php_json_utf8_to_utf16()
/PHP-7.0/ext/mbstring/oniguruma/win32/
H A DMakefile48 encobjs = $(encdir)\ascii.obj $(encdir)\utf8.obj \
113 $(encdir)\utf8.obj: $(encdir)\utf8.c regenc.h config.h
187 $(CP) enc\utf8.c $(RUBYDIR)
/PHP-7.0/ext/mbstring/oniguruma/
H A DREADME.ja172 enc/utf8.c UTF-8 �������ǥ���
H A DREADME166 enc/utf8.c UTF-8 encoding.
/PHP-7.0/ext/mbstring/
H A Dconfig.w3295 koi8.c koi8_r.c sjis.c utf8.c unicode.c utf16_be.c utf16_le.c \
H A Dconfig.m4134 oniguruma/enc/utf8.c
/PHP-7.0/ext/oci8/tests/
H A Dedition_2.phpt61 $pc1 = oci_pconnect($testuser,$testpassword,$dbase,"utf8");

Completed in 48 milliseconds

123