Home
last modified time | relevance | path

Searched refs:mysqli_set_charset (Results 1 – 20 of 20) sorted by relevance

/PHP-8.0/ext/mysqli/tests/
H A Dbug37090.phpt2 Bug #37090 (mysqli_set_charset return code)
7 if (!function_exists('mysqli_set_charset')) {
8 die('skip mysqli_set_charset() not available');
H A Dmysqli_set_charset.phpt2 mysqli_set_charset()
8 if (!function_exists('mysqli_set_charset'))
66 if (false !== ($ret = mysqli_set_charset($link, "this is not a valid character set")))
74 if (true !== ($ret = mysqli_set_charset($link, $new_charset)))
93 if (!@mysqli_set_charset($link, $tmp['Charset'])) {
122 mysqli_set_charset($link, $new_charset);
H A D065.phpt8 if (!function_exists('mysqli_set_charset')) {
9 die('skip mysqli_set_charset() not available');
H A Dmysqli_real_escape_string_sjis.phpt13 if (!mysqli_set_charset($link, 'sjis'))
23 var_dump(mysqli_set_charset($link, "sjis"));
H A Dmysqli_real_escape_string_eucjpms.phpt14 if (!mysqli_set_charset($link, 'eucjpms'))
40 var_dump(mysqli_set_charset($link, "eucjpms"));
H A Dmysqli_real_escape_string_euckr.phpt14 if (!mysqli_set_charset($link, 'euckr'))
39 var_dump(mysqli_set_charset($link, "euckr"));
H A Dmysqli_real_escape_string_gb2312.phpt14 if (!mysqli_set_charset($link, 'gb2312'))
40 var_dump(mysqli_set_charset($link, "gb2312"));
H A Dmysqli_real_escape_string_gbk.phpt13 if (!mysqli_set_charset($link, 'gbk'))
40 var_dump(mysqli_set_charset($link, "gbk"));
H A Dbug67983.phpt20 mysqli_set_charset($connection, 'utf8');
H A Dmysqli_character_set.phpt8 if (!function_exists('mysqli_set_charset')) {
9 die('skip mysqli_set_charset() not available');
61 if (!mysqli_set_charset($link, $charset['Charset'])) {
H A Dbug36802.phpt2 Bug #36802 (crashes with with mysqli_set_charset())
H A Dmysqli_real_escape_string_big5.phpt14 if (!mysqli_set_charset($link, 'big5'))
40 var_dump(mysqli_set_charset($link, "big5"));
H A Dmysqli_fetch_fields.phpt18 if (!mysqli_set_charset($link, 'utf8'))
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt17 if (!mysqli_set_charset($link, 'utf8'))
H A Dmysqli_fetch_field.phpt18 if (!mysqli_set_charset($link, 'utf8'))
H A Dmysqli_field_seek.phpt62 if (!mysqli_set_charset($link, 'utf8'))
H A Dmysqli_affected_rows.phpt85 if (true !== ($tmp = mysqli_set_charset($link, $charset)))
/PHP-8.0/ext/mysqli/
H A Dmysqli_arginfo.h763 ZEND_FUNCTION(mysqli_set_charset);
893 ZEND_FE(mysqli_set_charset, arginfo_mysqli_set_charset)
985 ZEND_ME_MAPPING(set_charset, mysqli_set_charset, arginfo_class_mysqli_set_charset, ZEND_ACC_PUBLIC)
H A Dmysqli.stub.php689 function mysqli_set_charset(mysqli $mysql, string $charset): bool {} function
H A Dmysqli_nonapi.c1035 PHP_FUNCTION(mysqli_set_charset) argument

Completed in 27 milliseconds